
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 now only imports a maximum of 50 properties
Closed
The actor now only imports a maximum of 50 properties, regardless of the settings you set for it. { "gallery": true, "locale": "es", "locationId": "0-EU-ES-18-05-001-087", "locationName": "Granada", "maxItems": 50, "numPage": 100, "order": "publicationDate", "propertyType": "homes", "sort": "desc", "country": "es", "operation": "sale", "quality": "high" }

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

I tried the implement this algorithm in the actor , but I found is where I make the actor runtime exceeded the limitation I decided to allow users to specify the page number, and the actor will store the total number in the key-value storage.