Update Settings
LaCentrale Cars Scraper
Update Settings
Configure the LaCentrale Cars Scraper settings
POST
Update Settings
Configure your LaCentrale Cars Scraper squid settings. Control pagination, result limits, time filters, and whether to fetch detailed listing information.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYRequest body format. Value:
application/jsonScraper Parameters
Set these parameters in theparams object:
| Parameter | Type | Default | Description |
|---|---|---|---|
| max_pages | integer | 347 | Maximum pages to scrape per task (max: 347) |
| max_results | integer | unlimited | Maximum results per task |
| max_unique_results_per_run | integer | unlimited | Maximum unique results across all tasks |
| fetch_since | string | null | Stop scraping when items older than this threshold are reached (based on first_online_date). Use a relative duration (24h, 7d, 2w) or an absolute date (YYYY-MM-DD) |
| 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. |
| get_listing_details | boolean | true | Fetch detailed listing info (equipment, seller details) |
Squid Settings
Configure general squid settings:| 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 |
Listing Details Option
Whenget_listing_details is enabled, the scraper visits each listing page to extract:
- Full equipment list and options
- Seller details (address, company info)
- Technical specifications (CO2, power, fuel consumption)
- Vehicle history links
Fetch Since Filter
Usefetch_since to monitor new inventory. For example, setting fetch_since: 24h will stop scraping when it reaches listings older than 24 hours (based on first_online_date).
Perfect for daily monitoring of new car listings.
Backward compatibility: The old parameter name
annonce_details is still accepted but deprecated. Migrate to get_listing_details.Code Examples
Response
201