Zillow Scraper avatar

Zillow Scraper

Pricing

$0.40 / 1,000 property scrapeds

Go to Apify Store
Zillow Scraper

Zillow Scraper

Scrape real estate listings by location or property URL without a login. Search properties in a city, neighborhood, or zip, or pull a single property by its URL. Walks pagination up to your chosen limit and returns clean structured rows.

Pricing

$0.40 / 1,000 property scrapeds

Rating

0.0

(0)

Developer

Goutam Soni

Goutam Soni

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

Share

Extract public real estate data without a login. Search properties in a city, neighborhood, or zip code, or pull a single property by its URL. Pagination is walked automatically up to the limit you set.

What it does

  • Location search. Give it a city, neighborhood, or zip code and it returns the properties found there, paged up to your limit.
  • Property by URL. Give it a property link or id and it returns that property as a structured row.
  • Clean structured output. Price, beds, baths, area, home type, address, coordinates, and a link, normalized into one stable shape.

No account, no password, no API key. Give it locations or property links and it returns clean rows.

Input

FieldTypeDescription
locationSearchesarrayPlaces to pull properties from. A city, a neighborhood, or a zip code.
propertyUrlsarrayProperty links or numeric ids to fetch one at a time.
maxItemsPerSourceintegerCap per location or property. Default 100.
sortstringrelevant, newest, priceLow, or priceHigh.
includeDetailbooleanEnrich each property with its full detail document where available.
concurrencyintegerSources processed in parallel. Default 4.
proxyConfigobjectApify proxy. Residential is recommended.

Example input

{
"locationSearches": ["Austin, TX", "78704"],
"maxItemsPerSource": 200,
"sort": "newest",
"includeDetail": true
}

Output

Each property row:

{
"type": "property",
"propertyId": "12345678",
"statusType": "FOR_SALE",
"price": 525000,
"currency": "USD",
"bedrooms": 3,
"bathrooms": 2,
"livingArea": 1680,
"areaUnit": "sqft",
"homeType": "SINGLE_FAMILY",
"yearBuilt": 1998,
"address": "123 Example St",
"city": "Austin",
"state": "TX",
"zipCode": "78704",
"latitude": 30.2433,
"longitude": -97.7656,
"zestimate": 531000,
"rentZestimate": 2600,
"daysOnZillow": 7,
"photos": ["https://example.com/photo.jpg"],
"url": "https://www.zillow.com/homedetails/123-Example-St-Austin-TX-78704/12345678_zpid/"
}

Notes

  • Prices and counts reflect the values at scrape time.
  • maxItemsPerSource walks as many pages as needed to reach your target.
  • Coordinates are returned for mapping and de-duplication.

Privacy

To improve our actors we collect anonymized usage telemetry (run stats and input patterns). No personal account data is collected.