France Company Registry Scraper avatar

France Company Registry Scraper

Pricing

from $2.75 / 1,000 company verifieds

Go to Apify Store
France Company Registry Scraper

France Company Registry Scraper

Verify a French company against the official Sirene registry: legal name, SIREN/SIRET, status, legal form and registered address — with the source behind every field.

Pricing

from $2.75 / 1,000 company verifieds

Rating

0.0

(0)

Developer

omar khandji

omar khandji

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

9 hours ago

Last modified

Share

France Company Registry Scraper — Sirene, Verified

You paste a French company name or SIREN number. You get the real registry record — legal name, status, legal form, and address — with the source behind every field.

✅ Live-verified 2026-09-10 — chained source replaced

The originally planned source (dltik/pappers-sirene-scraper) was proved misleading: three tests with three different input shapes all returned the same 101 unrelated companies, meaning it ignores its input and serves a fixed demo dataset. One of those tests cost $0.20 — billed as a broad search despite a name suggesting a targeted lookup. It was dropped.

The real source is logiover/france-company-registry-scraper (input field query, a string), verified end to end on Danone (SIREN 552032534, matching the public registry). Confirmed fields: siren, name, legalName, nafCode, legalFormCode, companyCategory, status ("A" = active), address/zip/city, directors (a single "; "-separated string in "NAME (role)" form, not an array — parsed by _parse_directors()), directorCount, and url (the official data.gouv.fr record, no anti-bot).

An exact-match guard is mandatory here: searching "Danone" also returned unrelated people named Danon/Danone, so the first result is never trusted without verification — same pattern as Actors 4 and 10.

Still pending: the 200-run reliability recipe required by NORME_VIGIA.md §5 / addendum A1.

5 advantages

  1. One bad name never kills your batch.
  2. Never billed on a failed lookup.
  3. Exact-match discipline on name search — never "the first result."
  4. Honest about scope. Officer records and filing history are not included until confirmed available.
  5. Hard cost cap you control. Set maxTotalChargeUsd.

Output

{
"company_number": "552032534",
"legal_name": "Danone",
"company_status": "active",
"legal_form": "Société anonyme",
"registered_address": {"city": "Paris", "country": "France"},
"officers": [],
"filings": [],
"status": "ok"
}

Pricing

Pay per event, base FREE-tier prices: $0.005 per company verified and delivered. Paid Store plans pay less on every event — the largest plans reach $0.00275 on the cheapest event; the Pricing tab on this Actor's Store page is always the authority. No event is ever charged on an item that returns an error — a batch of 200 with one bad input bills 199.

Use it from an AI agent (MCP)

https://om-kh--france-company-registry-scraper.apify.actor/mcp

One tool, france_company_registry, same arguments as the Start form.

Support

Found a bug or have a feature request? Use the Issues tab on this Actor's Apify Store page, or message the author (om_kh) directly.