POST/v1/squids/{squid_hash}

Update Settings

Configure SeLoger Search Export scraper settings

Configure your SeLoger Search Export squid settings. Control pagination and enable detail page enrichment to get full descriptions and geographic coordinates.

Headers

KeyValueRequired
AuthorizationToken YOUR_API_KEYYes
Content-Typeapplication/jsonYes

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

Pro Tip

Enable `functions.annonce_details` to get full property descriptions and exact GPS coordinates.
Warning

Warning

Enabling `annonce_details` increases run time as each listing requires an additional HTTP request.
Note

Note

Use `max_pages` to limit the scope of large searches and control credit usage.