Zillow Listings Scraper avatar

Zillow Listings Scraper

Pricing

from $0.80 / 1,000 listings

Go to Apify Store
Zillow Listings Scraper

Zillow Listings Scraper

Pricing

from $0.80 / 1,000 listings

Rating

0.0

(0)

Developer

Peters Bugs

Peters Bugs

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Zillow Scraper — For Sale, For Rent & Sold, with the full filter set

Scrape Zillow listings the way the site's own search works: pick a city, ZIP or neighborhood, apply the filters you'd click in the app, and get clean structured records back. No cookies, no login, no API key.

What makes this one different

Most Zillow scrapers give you a location and a price range. This one exposes the filters the site actually has — home type, sale status (FSBO, foreclosure, coming soon, pending, auction), lot size, year built, HOA cap, days on Zillow, keyword search, and amenities like pool, waterfront, garage, single-story or 3D tour. It also handles all three markets: for sale, for rent, and recently sold.

Input

FieldDefaultNotes
searchQueryAustin, TXCity, ZIP, neighborhood or county
listingTypeforSaleforSale, forRent or sold
sortBydaysDays on Zillow, price up/down, newest, beds, baths, sqft, lot size, relevance
maxItems10Zillow caps any one search near 800 — narrow the filters to reach deeper inventory
minPrice / maxPriceMonthly rent when listingType is forRent
minBeds / maxBeds0 includes studios
minBaths / maxBathsHalves allowed (1.5)
minSqft / maxSqftLiving area
minLotSize / maxLotSizeSquare feet (1 acre = 43,560)
minYearBuilt / maxYearBuiltYear built range
maxHoaMax monthly HOA dues
homeTypesallHouses, townhomes, condos, multi-family, apartments, lots/land, manufactured
saleStatusZillow defaultBy agent, FSBO, new construction, foreclosure, auction, coming soon, pending, accepting backup offers
soldInLastDaysany7 / 30 / 90 / 180 / 365 / 1095 — recently-sold searches
daysOnZillowany1 day up to 36 months
featuresPool, A/C, waterfront, basement, garage, single story, city/water/park/mountain view, 3D tour, open house
rentalFeaturesLarge dogs, small dogs, cats, in-unit laundry, on-site parking, accepts applications, income restricted, entire place, room for rent
keywordsFree text, e.g. casita, no hoa, workshop

Output

{
"zpid": "70335246",
"statusType": "FOR_SALE",
"statusText": "Active",
"price": 325000,
"priceText": "$325,000",
"zestimate": 331700,
"rentZestimate": 2350,
"taxAssessedValue": 289000,
"address": "7011 Thannas Way, Austin, TX 78744",
"street": "7011 Thannas Way",
"city": "Austin",
"state": "TX",
"zipcode": "78744",
"latitude": 30.177847,
"longitude": -97.756096,
"beds": 4,
"baths": 3,
"livingAreaSqft": 1512,
"lotAreaValue": 0.14,
"lotAreaUnit": "acres",
"homeType": "SINGLE_FAMILY",
"daysOnZillow": 0,
"timeOnZillowText": "1 hour ago",
"dateSold": null,
"imageUrl": "https://photos.zillowstatic.com/...",
"detailUrl": "https://www.zillow.com/homedetails/..."
}

Rental listings also carry priceIsFrom (true when the price is a building's "from" rate rather than one unit) and unitCount.

Proxy

Zillow blocks datacenter IPs outright. Residential proxy is required and is the default — the actor warms a browser-like session on a sticky exit and rotates to a new one if a request is refused. You don't need to configure anything.

Use cases

Comparative market analysis, rent and price benchmarking, investment screening, lead lists for agents, tracking new inventory in a farm area, and feeding valuation models with sold comparables.

Notes and limits

  • Any single search tops out around 800 results (Zillow's own limit, 41 per page × 20 pages). Split by ZIP or price band to cover a large market completely.
  • daysOnZillow resets when a listing is relisted, so treat very low values with care.
  • Sold searches need soldInLastDays to be useful; without it Zillow returns a long tail.