Configure scraper settings for Leboncoin Listings & Phone Search Export
Configure your squid settings for the Leboncoin Listings & Phone Search Export scraper. This scraper extends the standard Leboncoin scraper with phone number extraction capabilities.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/json| Parameter | Type | Default | Description |
|---|---|---|---|
| functions.get_phone_numbers | boolean | true | Extract phone numbers from listings (6 credits per listing) |
params object:
| Parameter | Type | Default | Description |
|---|---|---|---|
| fetch_since | string | null | Stop scraping when items older than this threshold are reached (based on last_publication_date). Use a relative duration (24h, 7d, 2w) or an absolute date (YYYY-MM-DD HH:MM) |
| fetch_since_timezone | string | null | Timezone for interpreting an absolute fetch_since date (e.g. Europe/Paris). Only applies when fetch_since is an absolute date — ignored for relative values like 24h or 7d. See supported timezones. |
| max_pages | integer | null | Maximum number of result pages to crawl |
| max_results | integer | null | Total number of listings to collect before stopping |
| max_unique_results_per_run | integer | null | Maximum unique results across all tasks in a single run |
| online_shop | boolean | false | Extract seller’s shop URL (incurs extra requests/credits) |
| Setting | Type | Description |
|---|---|---|
| name | string | Display name for your squid configuration |
| concurrency | integer | Number of parallel scraping workers (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 |
phone is still accepted but deprecated. Migrate to get_phone_numbers.