
Zoopla.co.uk Scraper
Pricing
$30.00/month + usage

Zoopla.co.uk Scraper
Scrape Zoopla.co.uk to crawl millions of sale/rent real estate properties from United Kingdom. Our real estate scraper also lets you monitor specific listing for new updates/listing. You can provide multiple search result listings to scrape/monitor.
0.0 (0)
Pricing
$30.00/month + usage
5
Monthly users
9
Runs succeeded
>99%
Response time
5.9 hours
Last modified
a day ago
Crawling stops after an hour while running it through the code
private async fetchAndStoreData(): Promise { try { //Run the Actor and wait for it to finish const run = await client.actor("teOj85DgYAQSZUKeJ").call(input);
1//Fetch and print Actor results from the run's dataset (if any) 2 console.log('Results from dataset'); 3 const { items } = await client.dataset(run.defaultDatasetId).listItems(); 4 5 if (items) { 6 await this.listingsService.saveListings(items); 7 } 8 } catch (error) { 9 console.error('Failed to fetch data:', error); 10 } 11}
}
I'm using that code in my nest js server

I have checked the run. It stopped after an hour because timeout is 3600 seconds under the settings of the actor.
Please increase timeout to the value suitable to your usecase. In case, you have no idea, don't worry. I just set default timeout to be 0 now. So, it will run until the list is over.
Pricing
Pricing model
RentalTo use this Actor, you have to pay a monthly rental fee to the developer. The rent is subtracted from your prepaid usage every month after the free trial period. You also pay for the Apify platform usage.
Free trial
3 days
Price
$30.00