
Idealista.com
Pricing
$22.00/month + usage

Idealista.com
Are you looking for a property in Spain or Portugal? With idealista it's easier, with more than 1.400.000 listings of flats and houses for sale or rent. Advertise your home privately for free.
5.0 (1)
Pricing
$22.00/month + usage
9
Total users
431
Monthly users
29
Runs succeeded
>99%
Issues response
14 days
Last modified
11 days ago
endPage & maxItems properties are not working
Closed
I am using the actor in n8n and sending the start URL, the maxItems and the endPage in the body. Even though I am setting maxItems = 1 & endPage = 1, the crawler gets all data, so my requests are not returning values due to reaching the max time.

Hello, Can you provide me your run or Input? I just tried some start urls with input parameters maxitems = 1 and Yes i found bug where i crawl +1 item then maxItems but then Actor stops.
hola.casalink
Hello Lukas,
Here you have:
https://console.apify.com/actors/Q79OUyLtoOJwlsO9v/runs/b2OPbgzvWS2MfxTKl#input
Input: { "endPage": 1, "maxItems": 1, "proxy": { "useApifyProxy": true, "apifyProxyGroups": [ "RESIDENTIAL" ] }, "startUrl": [ { "url": "https://www.idealista.com/venta-viviendas/sevilla/macarena/con-precio-hasta_300000,pisos,de-dos-dormitorios,de-tres-dormitorios,de-cuatro-cinco-habitaciones-o-mas,un-bano,dos-banos,tres-banos-o-mas,buen-estado,ascensor,sin-inquilinos/?ordenado-por=fecha-publicacion-desc", "method": "GET" } ], "country": "es" }
Results = 2

This is working now.