Infogreffe Scraper
Pricing
from $1.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
5 days ago
Last modified
Categories
Share
Apify Actor that scrapes French trade register data from Infogreffe — companies (with profiles and establishments) or directors (with roles at linked companies).
Search modes
| Mode | Input searchMode | What you get |
|---|---|---|
| Companies | entreprises | One row per company: search summary, full profile, establishments list |
| Directors | personnes | One row per person: search summary, detailed roles per company |
Input
| Field | Description | Default |
|---|---|---|
searchMode | entreprises or personnes | entreprises |
phrase | Search text (required) | — |
maxPages | Max search pages (0 = unlimited) | 0 |
pageSize | Results per page (1–50) | 10 |
inclureFermes | Include closed establishments (companies) | true |
maxEstablishmentPages | Cap establishment pages per company (0 = all) | 0 |
typeEntreprise | Company status filter for director roles | ACTIVE |
maxFonctionPages | Cap role pages per director (0 = all) | 0 |
etat, statut, typeEntite, activite, critereGeographique | Optional company search filters | [] |
maxConcurrency | Parallel requests | 5 |
maxRequestsPerMinute | Rate limit | 120 |
proxyConfiguration | Apify proxy | disabled |
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 plussearchHit,detail,etablissements. - Directors:
resultType: "personne", name fields plussearchHit,fonctionsParEntreprise.
Use dataset views Companies or Directors in the Apify Console.
Pricing (Pay Per Event)
You pay per scrape step (billed events in Console):
| Event | Description |
|---|---|
infogreffe-search | Registry search (each results page) |
infogreffe-detail | Company profile |
infogreffe-establishments | Company establishments (each page) |
infogreffe-fonctions | Director roles (each page) |
event-proxy | Apify proxy enabled (no proxy group), once per run |
event-proxy-group | Apify 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; keepinput_schema.jsonin sync when adding codes.
Legal disclaimer
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.