POST
/v1/squids/{squid_hash}Update Settings
Configure SeLoger Search Export scraper settingsConfigure your SeLoger Search Export squid settings. Control pagination and enable detail page enrichment to get full descriptions and geographic coordinates.
Headers
| Key | Value | Required |
|---|---|---|
| Authorization | Token YOUR_API_KEY | Yes |
| Content-Type | application/json | Yes |
Scraper Parameters
max_pages
Type:
integer
Default:
null
Description:
Maximum number of search result pages to crawl
functions.annonce_details
Type:
boolean
Default:
false
Description:
Visit each listing's detail page to fetch full description, coordinates (lat/lng), and extra attributes
Squid Settings
name
Type:
string
Description:
Display name for your squid configuration
concurrency
Type:
integer
Description:
Number of parallel scraping threads (default: 1)
export_unique_results
Type:
boolean
Description:
Export only unique results (deduplicated)
to_complete
Type:
boolean
Description:
Run until all tasks complete
no_line_breaks
Type:
boolean
Description:
Remove line breaks from results
Pro Tip
Enable `functions.annonce_details` to get full property descriptions and exact GPS coordinates.
Warning
Enabling `annonce_details` increases run time as each listing requires an additional HTTP request.
Note
Use `max_pages` to limit the scope of large searches and control credit usage.