Zillow Detail Scraper
Pay $3.00 for 1,000 results
Zillow Detail Scraper
Pay $3.00 for 1,000 results
Get details of Zillow properties from URLs. This Actor can be easily integrated with other Zillow Scrapers.
Do you want to learn more about this Actor?
Get a demoHi, because of the nature of our product we can not use batch searches - we have to submit each query one at a time. It looks like the building of the actor takes most of the time:
actor = client.actor(APIFY_ACTOR_ID)
And the running itself is very short.
My questions is: is there a way to keep the actor alive, so that we only do the run part every time and avoid the long build times?
following. same thing here. it's currently 30s roundtrip
Hi, thank you for your interest.
Firstly, regarding the code snippet: apifyClient.actor(APIFY_ACTOR_ID)
really shouldn't take any noticeable time - it just creates a "subclient" for the Actor, that provides methods for starting the Actor etc. It's most likely the await actorClient.run(input)
(or .start
) that takes the time. Can you please check that what you describe really the case? If so, we will definitely fix that, but I'm not aware of any such issue currently.
However, you are right that starting a new run of the Actor every time you need to scrape one URL is quite inefficient and slow. So-called "standby" Actors, that are always ready to receive one URL/search address, scrape it, and quickly respond with the data, are something that we are currently exploring and should be available at some point this year, but I'm not certain about the exact timeline.
I hope this helps, I'm keeping this issue open and we'll reach out as soon as we have any update on this.
Hi there, just a small update: the Actor standby is not there yet, but since version 0.0.43 we have released a major refactor of our Zillow fetching method, and the Actor runs should startup much quicker, since we don't need to do any preparation steps at Actor startup anymore, so the Actor goes immediately to scraping and can often finish under 10 seconds.
Any time estimate on when actor standby will be ready?
- 139 monthly users
- 31 stars
- 97.7% runs succeeded
- 13 days response time
- Created in Jun 2023
- Modified 5 days ago