Skip to main content

scala-score

PyPI License Companies

Python SDK for S.C.A.L.A. Score API — search 244M+ companies across 40+ countries.

Install

pip install scala-score

Quick Start

from scala_score import ScalaScore

score = ScalaScore("your-api-key")

# Search companies
results = score.search("Ferrero", country="IT")
for company in results.companies:
    print(f"{company.name}{company.city} — Revenue: €{company.revenue:,.0f}")

# Lookup by VAT number
company = score.lookup("IT02727330014")
print(f"{company.name}: health score {company.health_score}/100")

# Generate a report
report = score.report("IT02727330014", report_type="pro")
print(f"Report: {report.download_url}")

# Check credits
credits = score.credits()
print(f"Remaining: {credits['credits_remaining']} credits")

# Database stats
stats = score.stats()
print(f"Total companies: {stats['total_companies']:,}")

Search with Filters

# Find active restaurants in Milan
results = score.search(
    "ristorante",
    country="IT",
    nace="56.10",      # NACE code for restaurants
    status="active",
    limit=50
)

# Find construction companies in Germany
results = score.search("bau", country="DE", nace="41", limit=20)

# Find tech companies in Spain
results = score.search("tecnología", country="ES", nace="62.01")

Company Data Fields

Each company includes (when available):

Field Description
name Company legal name
country ISO 2-letter code
vat_number VAT / Tax ID
address, city, postal_code Location
nace_code, nace_description Industry classification
legal_form SRL, GmbH, Ltd, SA, etc.
status Active / Inactive / Dissolved
revenue Estimated annual revenue (€)
employees Employee count
health_score Financial health (0-100)
founded Incorporation date
website, phone, email Contact info

Coverage

244M+ companies across 40+ countries including:

Country Companies Source
🇮🇹 Italy 6.2M Camera di Commercio
🇩🇪 Germany 5.4M Handelsregister
🇫🇷 France 29.5M SIRENE/INSEE
🇬🇧 UK 5.8M Companies House
🇪🇸 Spain 3.7M BORME
🇺🇸 USA 35M+ SEC + State registries
🇳🇱 Netherlands 2.8M KVK
+ 33 more countries ... Government registries

Pricing

Plan Price Credits/mo Per lookup
Starter €19/mo 500 €0.038
Growth €49/mo 5,000 €0.010
Enterprise €149/mo 50,000 €0.003

Compare: Dun & Bradstreet charges €2-5 per lookup. ZoomInfo starts at $15K/year.

Get API Key

  1. Sign up at app.get-scala.com
  2. Go to Score > API
  3. Generate your key
  4. pip install scala-score and start searching

Links

License

MIT

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

scala_score-0.1.1.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

scala_score-0.1.1-py3-none-any.whl (6.2 kB view details)

Uploaded Python 3

File details

Details for the file scala_score-0.1.1.tar.gz.

File metadata

  • Download URL: scala_score-0.1.1.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for scala_score-0.1.1.tar.gz
Algorithm Hash digest
SHA256 5fafe7a5413b6558e435130b75920b7e3a6f5223bf7f44f6de3cd0e9c4edec9c
MD5 cf6fd88f8ef7db0a51e002349ab3d942
BLAKE2b-256 e33b7c73f2f8fff09e9587e27389ce425d7a165939538651a22a061c30f5e39d

See more details on using hashes here.

File details

Details for the file scala_score-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: scala_score-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 6.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for scala_score-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 34998187cb8052c00a62b1388ad0fe5a76c6bad4684d4aaeb1242fc3deeec060
MD5 e64109d71835adfd39a48c8390d363a6
BLAKE2b-256 4c4a706ecbebb555b15d68ef9746ab09f593b83cae632244f2479d8878d6cdd7

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.1.1 This release

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page