Configure the Pages Jaunes Companies Search Export scraper parameters and enrichment options
Configure your Pages Jaunes Companies Search Export squid settings to control pagination and enable detailed company information enrichment. Enable functions to collect email addresses, social media profiles, and official business registration numbers.Documentation Index
Fetch the complete documentation index at: https://docs.lobstr.io/llms.txt
Use this file to discover all available pages before exploring further.
Token YOUR_API_KEYapplication/jsonparams object:
| Parameter | Type | Default | Description |
|---|---|---|---|
| max_pages | integer | unlimited | Maximum number of search result pages to scrape |
| functions.collect_emails_from_website | boolean | true | Visit each company’s website to collect email addresses and social media links (1 credit per company) |
| functions.collect_additional_details | boolean | true | Collect SIRET, SIREN, NAF codes and other official business registration details (1 credit per company) |
functions.collect_additional_details is enabled, the scraper collects additional structured data including SIRET number, SIREN number, NAF/APE code, and official company registration details from French business registries.
| Setting | Type | Description |
|---|---|---|
| name | string | Display name for your squid configuration |
| concurrency | integer | Number of parallel scraping threads (default: 1) |
| export_unique_results | boolean | Export only unique results (deduplicated) |
| to_complete | boolean | Run until all tasks complete |
| no_line_breaks | boolean | Remove line breaks from results |
collect_contacts and results_details are still accepted but deprecated. Migrate to collect_emails_from_website and collect_additional_details respectively.