Zillow Detail Scraper avatar
Zillow Detail Scraper
Try for free

Pay $3.00 for 1,000 results

View all Actors
Zillow Detail Scraper

Zillow Detail Scraper

maxcopell/zillow-detail-scraper
Try for free

Pay $3.00 for 1,000 results

Get details of Zillow properties from URLs. This Actor can be easily integrated with other Zillow Scrapers.

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  "startUrls": [
8    {
9      "url": "https://www.zillow.com/homedetails/17-Zelma-Dr-Greenville-SC-29617/11026031_zpid/"
10    },
11    {
12      "url": "https://www.zillow.com/apartments/san-antonio-tx/westpond/5XkVjF/"
13    },
14    {
15      "url": "https://www.zillow.com/community/greens-at-indian-river-preserve/39987_plid/"
16    },
17    {
18      "url": "https://www.zillow.com/b/Cashiers-NC/35.09787,-83.080475_ll/"
19    },
20    {
21      "url": "https://www.zillow.com/community/greens-at-indian-river-preserve/2072679238_zpid/"
22    },
23    {
24      "url": "https://www.zillow.com/b/2202-sandlewood-cv-san-antonio-tx-C2tftd/"
25    }
26  ],
27  "addresses": [
28    "18 Zelma Dr, Greenville, SC 29617"
29  ]
30}
31EOF
32
33# Run the Actor using an HTTP API
34# See the full API reference at https://docs.apify.com/api/v2
35curl "https://api.apify.com/v2/acts/maxcopell~zillow-detail-scraper/runs?token=$API_TOKEN" \
36  -X POST \
37  -d @input.json \
38  -H 'Content-Type: application/json'
Developer
Maintained by Apify
Actor metrics
  • 99 monthly users
  • 16 stars
  • 97.3% runs succeeded
  • 10 days response time
  • Created in Jun 2023
  • Modified 16 days ago
Categories