Update Settings
Immoweb Listings & Phone Search Export
Update Settings
Configure the Immoweb Listings & Phone Search Export scraper settings
POST
Update Settings
Configure your Immoweb Listings & Phone Search Export squid settings. Control pagination, result limits, and whether to fetch full listing details including phone numbers.
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 | unlimited | Maximum number of search result pages to scrape |
| max_results | integer | unlimited | Maximum number of listings to collect per task |
| max_unique_results_per_run | integer | unlimited | Maximum unique results across all tasks in the run |
Optional Functions
Enable these in theparams.functions object:
| Function | Type | Default | Description |
|---|---|---|---|
| get_listing_details | boolean | true | Visit each listing’s detail page to fetch full description, phone number, and additional 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 |
Code Examples
Response
201