Infogreffe Scraper avatar

Infogreffe Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Infogreffe Scraper

Infogreffe Scraper

Apify Actor that scrapes French trade register data from Infogreffe — companies (with profiles and establishments) or directors (with roles at linked companies).

Pricing

from $1.00 / 1,000 results

Rating

0.0

(0)

Developer

No-Code Venture

No-Code Venture

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Apify Actor that scrapes French trade register data from Infogreffecompanies (with profiles and establishments) or directors (with roles at linked companies).

Search modes

ModeInput searchModeWhat you get
CompaniesentreprisesOne row per company: search summary, full profile, establishments list
DirectorspersonnesOne row per person: search summary, detailed roles per company

Input

FieldDescriptionDefault
searchModeentreprises or personnesentreprises
phraseSearch text (required)
maxPagesMax search pages (0 = unlimited)0
pageSizeResults per page (1–50)10
inclureFermesInclude closed establishments (companies)true
maxEstablishmentPagesCap establishment pages per company (0 = all)0
typeEntrepriseCompany status filter for director rolesACTIVE
maxFonctionPagesCap role pages per director (0 = all)0
etat, statut, typeEntite, activite, critereGeographiqueOptional company search filters[]
maxConcurrencyParallel requests5
maxRequestsPerMinuteRate limit120
proxyConfigurationApify proxydisabled

Filter enum values are maintained in .actor/enums/ (edit those files when Infogreffe adds options).

Example — companies

{
"searchMode": "entreprises",
"phrase": "DOT",
"maxPages": 1,
"pageSize": 10
}

Example — directors

{
"searchMode": "personnes",
"phrase": "DOT",
"maxPages": 1,
"pageSize": 10
}

Output

  • Companies: resultType: "entreprise", flattened fields plus searchHit, detail, etablissements.
  • Directors: resultType: "personne", name fields plus searchHit, fonctionsParEntreprise.

Use dataset views Companies or Directors in the Apify Console.

Pricing (Pay Per Event)

You pay per scrape step (billed events in Console):

EventDescription
infogreffe-searchRegistry search (each results page)
infogreffe-detailCompany profile
infogreffe-establishmentsCompany establishments (each page)
infogreffe-fonctionsDirector roles (each page)
event-proxyApify proxy enabled (no proxy group), once per run
event-proxy-groupApify proxy with a proxy group, once per run

Company runs typically use more steps per result than director runs. Proxy events are charged once at startup when proxyConfiguration.useApifyProxy is true (see chargeForProxyUsage in src/main.ts). Dataset rows may also incur apify-default-dataset-item if configured on the Actor.

Notes

  • Respect Infogreffe terms of service and rate limits; use a proxy for large scrapes.
  • Enum files under .actor/enums/ are the source of truth for filter values; keep input_schema.json in sync when adding codes.

This Actor is an independent tool. It is not affiliated with, endorsed by, or operated by Infogreffe, Greffe du tribunal de commerce, INPI, or any French public authority.

Output is collected from publicly accessible registry endpoints for research and automation purposes only. It does not constitute legal, tax, or compliance advice. Always verify company identifiers, statuses, and director information against official sources before relying on them in professional or legal matters.

Your responsibilities: You are solely responsible for using this Actor lawfully, including compliance with:

  • Infogreffe and related operators’ terms of use and acceptable use policies
  • Applicable French and EU law, including GDPR and the Loi Informatique et Libertés when processing personal data (e.g. director names and birth details)
  • Any licensing, attribution, or reuse rules that apply to trade register data in your jurisdiction

Configure reasonable maxPages, pageSize, maxConcurrency, and maxRequestsPerMinute so you do not overload the service. Do not use the Actor to collect or process data you are not permitted to hold.

No warranty: This software is provided “as is”, without warranties of any kind. The authors and distributors are not liable for damages, losses, or legal consequences arising from its use. Consult qualified counsel if you are unsure whether your use case is permitted.