Czechia ARES Business Register Scraper avatar

Czechia ARES Business Register Scraper

Pricing

Pay per event

Go to Apify Store
Czechia ARES Business Register Scraper

Czechia ARES Business Register Scraper

Search Czechia's official ARES business register by company name or IČO number. Returns legal name, address, legal form, NACE codes, VAT number, incorporation date, and source register (VR/RŽP/RES).

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Extract company records from Czechia's official ARES business register (Administrativní registr ekonomických subjektů) via the government's public REST API.

Supports keyword/company-name search with full pagination and direct IČO (registration number) lookup. Returns registered name, address, legal form, NACE economic-activity codes, VAT number, incorporation date, and source register — all in a single structured JSON dataset.

What you get

Each record contains:

FieldDescription
ico8-digit IČO company registration number (null for foreign branches without Czech IČO)
obchodniJmenoRegistered legal name
pravniFormaLegal form code and label (e.g. 121 – Akciová společnost, 122 – Společnost s ručením omezeným)
sidlo_textovaAdresaFull registered address as text
sidlo_kodStatuCountry code of registered seat (CZ, SK, DE, ...)
sidlo_nazevObceMunicipality / city
sidlo_pscPostal code
datumVznikuIncorporation / registration date (ISO 8601)
datumZanikuDissolution date (ISO 8601), null if still active
dicVAT registration number (DIČ)
financniUradAssigned tax office code
czNaceComma-separated NACE economic-activity codes
primarniZdrojPrimary source register: VR (Companies Register), RŽP (Trade Licensing), RES, ROS, etc.
seznamRegistraciJSON-encoded map of sub-register activity states
scraped_atISO 8601 retrieval timestamp

Use cases

  • KYC / AML screening — verify registration status, legal form, and address for Czech counterparties
  • Lead generation — search by company name to build B2B prospect lists from an official government source
  • B2B data enrichment — supply a list of IČO numbers to batch-enrich an existing CRM or database
  • Due diligence — retrieve incorporation date, VAT registration, and source register memberships
  • Market research — discover companies by keyword, filter by legal form or NACE sector

Input

ParameterTypeDescription
searchQuerystringCompany name or keyword to search for in ARES. Either searchQuery or icoList must be provided.
icoListstring[]List of 8-digit IČO numbers for direct lookup. Overrides searchQuery when provided.
maxItemsintegerMaximum number of records to return.
{
"searchQuery": "ceska pojistovna",
"maxItems": 20
}

Example: direct IČO lookup

{
"icoList": ["45272956", "27074358", "49826764"],
"maxItems": 3
}

Data source

Data is fetched from the official ARES REST v3 API operated by the Czech Ministry of Finance. ARES aggregates records from the main Czech company registers:

  • VR — Obchodní rejstřík (Companies Register, Ministry of Justice)
  • RŽP — Živnostenský rejstřík (Trade Licensing Register)
  • RES — Registr ekonomických subjektů (Czech Statistical Office)
  • ROS — Registr osob (Persons Register)

Approximately 5 million registered economic subjects are accessible via the API. The IČO is the canonical identifier for Czech business data — it links to tax records, procurement databases, and court filings.