Update Settings
SeLoger Search Export
Update Settings
Configure SeLoger Search Export scraper settings
POST
Update Settings
Configure your SeLoger Search Export squid settings. Control pagination and enable detail page enrichment to get full descriptions and geographic coordinates.
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 | 400 | Maximum number of search result pages to crawl (max: 400) |
| functions.get_annonce_details | boolean | false | Visit each listing’s detail page to fetch full description, coordinates (lat/lng), and extra attributes (4 credits per listing) |
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 |
Use
max_pages to limit the scope of large searches and control credit usage.Backward compatibility: The old function name
annonce_details is still accepted but deprecated. Migrate to get_annonce_details.Code Examples
Response
201