Best Zillow Scraper avatar
Best Zillow Scraper
Deprecated
View all Actors
This Actor is deprecated

This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?

See alternative Actors
Best Zillow Scraper

Best Zillow Scraper

ritikrks.gmail.com/best-zillowscraper

Fastest Scrape Zillow Listings ✅ Fully Automated ✅ No Failure ✅ Only need URL ✅ Million results in a day ✅

The code examples below show how to run the Actor and get its results. To run the code, you need to have an Apify account. Replace <YOUR_API_TOKEN> in the code with your API token, which you can find under Settings > Integrations in Apify Console. Learn more

1# Set API token
2API_TOKEN=<YOUR_API_TOKEN>
3
4# Prepare Actor input
5cat > input.json <<'EOF'
6{
7  "url": "https://www.zillow.com/rover-nc/?searchQueryState=%7B%22pagination%22%3A%7B%7D%2C%22isMapVisible%22%3Atrue%2C%22mapBounds%22%3A%7B%22north%22%3A35.4420164066849%2C%22south%22%3A35.37051980997871%2C%22east%22%3A-76.95442894140625%2C%22west%22%3A-77.05879905859375%7D%2C%22usersSearchTerm%22%3A%22Rover%2C%20NC%22%2C%22regionSelection%22%3A%5B%7B%22regionId%22%3A183919%2C%22regionType%22%3A6%7D%5D%2C%22filterState%22%3A%7B%22sort%22%3A%7B%22value%22%3A%22beds%22%7D%2C%22ah%22%3A%7B%22value%22%3Atrue%7D%7D%2C%22isListVisible%22%3Atrue%2C%22mapZoom%22%3A13%7D"
8}
9EOF
10
11# Run the Actor using an HTTP API
12# See the full API reference at https://docs.apify.com/api/v2
13curl "https://api.apify.com/v2/acts/ritikrks.gmail.com~best-zillowscraper/runs?token=$API_TOKEN" \
14  -X POST \
15  -d @input.json \
16  -H 'Content-Type: application/json'
Developer
Maintained by Community