Idealista-scraper avatar
Idealista-scraper

Pricing

$1.00 / 1,000 results

Go to Store
Idealista-scraper

Idealista-scraper

Developed by

axly

axly

Maintained by Community

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

JO

The actor does not export more than 1500 properties

Closed

jorgehispanaweb opened this issue
13 days ago

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

JO

jorgehispanaweb

13 days ago

Sample duplicate properties in scraper of more than 1500 properties

axlymxp avatar

axly (axlymxp)

13 days ago

Could you try to share with me you input.json

JO

jorgehispanaweb

13 days ago

{ "gallery": true, "locale": "es", "locationId": "0-EU-ES-18", "locationName": "Granada", "order": "publicationDate", "propertyType": "homes", "sort": "desc" }

axlymxp avatar

axly (axlymxp)

13 days ago

Updated , add maxItems and pageNum for data pagination and you can find total number or data in key-value store

JO

jorgehispanaweb

12 days ago

It doesn't work properly. Now it only allows you to export a maximum of 50 properties.

JO

jorgehispanaweb

12 days ago

{ "gallery": true, "locale": "es", "locationId": "0-EU-ES-18-05-001-087", "locationName": "Granada", "order": "publicationDate", "propertyType": "homes", "sort": "desc" }

axlymxp avatar

axly (axlymxp)

11 days ago

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