New incorporations feed — every company registered today in Spain, France, the UK, Ireland, Poland and Norway

Pull newly registered companies as a daily feed from one REST API. Filter by incorporation date with founded_after, page through with a cursor, and hydrate the ones you care about with a detail call. Useful for lead generation into newly formed businesses, market and formation-rate research, competitor and shell-company watch, and seeding a CRM with fresh entities.

How it works

  • GET /companies/search?founded_after=YYYY-MM-DD&country=ES returns companies incorporated on or after that date.
  • Page with the cursor returned in the response; up to 100 records per call.
  • GET /companies/{id} hydrates a single company with full detail, contacts, officers and recent events.
  • founded_before is also supported, so you can pull a bounded historical window.

Coverage

Spain (BORME), France (BODACC/RNE), the United Kingdom (Companies House), Ireland (CRO), Poland (KRS) and Norway (Brønnøysundregistrene). Incorporation dates are available in all six. Directors and officers are available for Spain, France, the UK and Norway; Ireland and Poland are company-level.

What it costs

Free tier: 1,000 API calls a month, no credit card. Starter is 9.99 euros a month for 10,000 calls and Professional is 29.99 euros for 100,000 — enough to pull a national daily feed and hydrate it. Rate limits run from 10 to 600 requests a minute depending on plan.

Get a free API key · API documentation