
Idealista-scraper
Pricing
$1.00 / 1,000 results

Idealista-scraper
0.0 (0)
Pricing
$1.00 / 1,000 results
2
Total users
35
Monthly users
25
Runs succeeded
>99%
Issues response
16 hours
Last modified
11 days ago
The actor does not export more than 1500 properties
Closed
The actor does not export more than 1500 properties, and when he exports more he duplicates the properties and only keeps 1500 with unique IDs
jorgehispanaweb
Sample duplicate properties in scraper of more than 1500 properties

Could you try to share with me you input.json
jorgehispanaweb
{ "gallery": true, "locale": "es", "locationId": "0-EU-ES-18", "locationName": "Granada", "order": "publicationDate", "propertyType": "homes", "sort": "desc" }

Updated , add maxItems and pageNum for data pagination and you can find total number or data in key-value store
jorgehispanaweb
It doesn't work properly. Now it only allows you to export a maximum of 50 properties.
jorgehispanaweb
{ "gallery": true, "locale": "es", "locationId": "0-EU-ES-18-05-001-087", "locationName": "Granada", "order": "publicationDate", "propertyType": "homes", "sort": "desc" }

You need to call this api multiple times to get entire result
Pagination and Search Results
- Apply your search parameters to search, and get the first page (numPage = 1)
- Check the total number of results from the key-value store
- Increment numPage to 2, and maintain the same search parameters
- Continue this process until you have retrieved all available results