Update Settings
Idealista Listings Search Export
Update Settings
Configure the Idealista Listings Scraper parameters and options
POST
Update Settings
Configure your Idealista Listings Scraper squid settings to control pagination and scraping behavior. Adjust the maximum pages to scrape based on your needs.
Headers
Your API authentication token. Value:
Token YOUR_API_KEYRequest body format. Value:
application/jsonSquid Parameters
The following parameters can be configured in theparams object:
| Parameter | Type | Default | Description |
|---|---|---|---|
| max_pages | integer | 100 | Maximum number of search result pages to scrape (max: 100) |
General Settings
Standard squid settings that apply to all scrapers:| 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 |
Keep concurrency at 1 for Idealista to avoid rate limiting issues.
Code Examples
Response
201