Skip to main content
POST
Update Settings
Configure your LaCentrale Cars Scraper squid settings. Control pagination, result limits, time filters, and whether to fetch detailed listing information.

Headers

string
required
Your API authentication token. Value: Token YOUR_API_KEY
string
required
Request body format. Value: application/json

Scraper Parameters

Set these parameters in the params object:

Squid Settings

Configure general squid settings:

Listing Details Option

When get_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
Pricing: 4 credits per listing when details are enabled.

Fetch Since Filter

Use fetch_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.
Set get_listing_details: false if you only need basic listing data to reduce costs.
Enabling get_listing_details costs 4 additional credits per listing. Plan accordingly for large scrapes.
Use fetch_since: 12 for twice-daily monitoring to catch new listings without duplicates.
Backward compatibility: The old parameter name annonce_details is still accepted but deprecated. Migrate to get_listing_details.

Code Examples

Response

201