Zillow Search Results Scraper
Extract Zillow search results by URL. Get price, address, beds, baths, sqft, listing status, and property type for each result.
Point, click, download.
Use the dashboard to run any scraper without writing a single line of code.
Integrate with code.
Call the API from Python, Node, cURL, or any HTTP client.
Get structured JSON and CSV back.
Every Zillow Search Results Scraper run returns clean, structured data in both formats - ready to use.
Example JSON output using our Zillow Search Results Scraper
[
{
"url": "https://www.zillow.com/homedetails/502-E-Broad-St-1-Westfield-NJ-07090/458000493_zpid/",
"zpid": 458000493,
"zipcode": "07090",
"description": "20 hours ago",
"city": "Westfield",
"country": "USA",
"state": "NJ",
"address": {
"city": "Westfield",
"street_address": "502 E Broad Street #1",
"zipcode": "07090",
"state": "NJ"
},
"longitude": -74.34426,
"latitude": 40.65547,
"listing_data_source": "For Sale by Agent",
"bathrooms": 6,
"price": 3500000,
"currency": "USD",
"property_status": "Apartment for sale",
"home_status": "FOR_SALE",
"living_area": 7109,
"living_area_units": "acres",
"brokerage_name": "Coldwell Banker Realty",
"available_properties": [
{
"bedrooms": null,
"price": 3500000,
"currency": "USD"
}
],
"tags": [
"20 hours ago"
],
"listing_category": "FOR_SALE",
"home_type": "APARTMENT",
"timestamp": "2026-05-14T15:44:27.983Z",
"scrape_error_code": null
},
{
"url": "https://www.zillow.com/homedetails/175-3rd-St-Staten-Island-NY-10306/462371341_zpid/",
"zpid": 462371341,
"zipcode": "10306",
"description": "2 days on Zillow",
"city": "Staten Island",
"country": "USA",
"state": "NY",
"address": {
"city": "Staten Island",
"street_address": "175 3rd St",
"zipcode": "10306",
"state": "NY"
},
"longitude": -74.12008,
"latitude": 40.57352,
"listing_data_source": "For Sale by Agent",
"bedrooms": 2,
"bathrooms": 1,
"price": 278000,
"currency": "USD",
"property_status": "Apartment for sale",
"home_status": "FOR_SALE",
"living_area": 7200,
"living_area_units": "acres",
"brokerage_name": "Listing by: Keller Williams Realty Staten Island",
"available_properties": [
{
"bedrooms": "2 bedrooms",
"price": 278000,
"currency": "USD"
}
],
"tags": [
"2 days on Zillow"
],
"listing_category": "FOR_SALE",
"home_type": "APARTMENT",
"timestamp": "2026-05-14T15:44:27.983Z",
"scrape_error_code": null
},
{
"url": "https://www.zillow.com/homedetails/566-Gates-Ave-APT-1B-Brooklyn-NY-11221/116086905_zpid/",
"zpid": 116086905,
"zipcode": "11221",
"description": "8 days on Zillow",
"city": "Brooklyn",
"country": "USA",
"state": "NY",
"address": {
"city": "Brooklyn",
"street_address": "566 Gates Ave APT 1B",
"zipcode": "11221",
"state": "NY"
},
"longitude": -73.94287,
"latitude": 40.68699,
"listing_data_source": "For Sale by Agent",
"bedrooms": 2,
"bathrooms": 1,
"price": 485000,
"currency": "USD",
"property_status": "Apartment for sale",
"home_status": "FOR_SALE",
"living_area": 3820,
"living_area_units": "acres",
"brokerage_name": "Listing by: Top Choice Realty LLC",
"available_properties": [
{
"bedrooms": "2 bedrooms",
"price": 485000,
"currency": "USD"
}
],
"tags": [
"8 days on Zillow"
],
"listing_category": "FOR_SALE",
"home_type": "APARTMENT",
"timestamp": "2026-05-14T15:44:27.983Z",
"scrape_error_code": null
},
{
"url": "https://www.zillow.com/homedetails/394-Maryland-Ave-APT-2A-Staten-Island-NY-10305/244594751_zpid/",
"zpid": 244594751,
"zipcode": "10305",
"description": "Ensuite bathroom",
"city": "Staten Island",
"country": "USA",
"state": "NY",
"address": {
"city": "Staten Island",
"street_address": "394 Maryland Ave APT 2A",
"zipcode": "10305",
"state": "NY"
},
"longitude": -74.07325,
"latitude": 40.609226,
"listing_data_source": "For Sale by Agent",
"bedrooms": 3,
"bathrooms": 2,
"price": 419000,
"currency": "USD",
"property_status": "Apartment for sale",
"home_status": "FOR_SALE",
"living_area": 1300,
"living_area_units": "sqft",
"brokerage_name": "Listing by: Homes R Us Realty of NY, Inc.",
"available_properties": [
{
"bedrooms": "3 bedrooms",
"price": 419000,
"currency": "USD"
}
],
"tags": [
"Ensuite bathroom"
],
"listing_category": "FOR_SALE",
"home_type": "APARTMENT",
"timestamp": "2026-05-14T15:44:27.983Z",
"scrape_error_code": null
},
{
"url": "https://www.zillow.com/homedetails/172-Lyon-St-Paterson-NJ-07524/2089076855_zpid/",
"zpid": 2089076855,
"zipcode": "07524",
"description": "23 hours ago",
"city": "Paterson",
"country": "USA",
"state": "NJ",
"address": {
"city": "Paterson",
"street_address": "172 Lyon St",
"zipcode": "07524",
"state": "NJ"
},
"longitude": -74.15706,
"latitude": 40.92857,
"listing_data_source": "For Sale by Agent",
"price": 599999,
"currency": "USD",
"property_status": "Apartment for sale",
"home_status": "FOR_SALE",
"brokerage_name": "RE/MAX 1st Advantage",
"available_properties": [
{
"bedrooms": null,
"price": 599999,
"currency": "USD"
}
],
"tags": [
"23 hours ago"
],
"listing_category": "FOR_SALE",
"home_type": "APARTMENT",
"timestamp": "2026-05-14T15:44:27.983Z",
"scrape_error_code": null
}
]Example CSV output using our Zillow Search Results Scraper
| url | zpid | zipcode | description | city | country | state | address.city | address.street_address | address.zipcode | address.state | longitude | latitude | listing_data_source | bathrooms | price | currency | property_status | home_status | living_area | living_area_units | brokerage_name | available_properties | tags | listing_category | home_type | timestamp | scrape_error_code | bedrooms |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| https://www.zillow.com/homedetails/502-E-Broad-St-1-Westfield-NJ-07090/458000493_zpid/ | 458000493 | 07090 | 20 hours ago | Westfield | USA | NJ | Westfield | 502 E Broad Street #1 | 07090 | NJ | -74.34426 | 40.65547 | For Sale by Agent | 6 | 3500000 | USD | Apartment for sale | FOR_SALE | 7109 | acres | Coldwell Banker Realty | {"bedrooms":null,"price":3500000,"currency":"USD"} | 20 hours ago | FOR_SALE | APARTMENT | 2026-05-14T15:44:27.983Z | ||
| https://www.zillow.com/homedetails/175-3rd-St-Staten-Island-NY-10306/462371341_zpid/ | 462371341 | 10306 | 2 days on Zillow | Staten Island | USA | NY | Staten Island | 175 3rd St | 10306 | NY | -74.12008 | 40.57352 | For Sale by Agent | 1 | 278000 | USD | Apartment for sale | FOR_SALE | 7200 | acres | Listing by: Keller Williams Realty Staten Island | {"bedrooms":"2 bedrooms","price":278000,"currency":"USD"} | 2 days on Zillow | FOR_SALE | APARTMENT | 2026-05-14T15:44:27.983Z | 2 | |
| https://www.zillow.com/homedetails/566-Gates-Ave-APT-1B-Brooklyn-NY-11221/116086905_zpid/ | 116086905 | 11221 | 8 days on Zillow | Brooklyn | USA | NY | Brooklyn | 566 Gates Ave APT 1B | 11221 | NY | -73.94287 | 40.68699 | For Sale by Agent | 1 | 485000 | USD | Apartment for sale | FOR_SALE | 3820 | acres | Listing by: Top Choice Realty LLC | {"bedrooms":"2 bedrooms","price":485000,"currency":"USD"} | 8 days on Zillow | FOR_SALE | APARTMENT | 2026-05-14T15:44:27.983Z | 2 | |
| https://www.zillow.com/homedetails/394-Maryland-Ave-APT-2A-Staten-Island-NY-10305/244594751_zpid/ | 244594751 | 10305 | Ensuite bathroom | Staten Island | USA | NY | Staten Island | 394 Maryland Ave APT 2A | 10305 | NY | -74.07325 | 40.609226 | For Sale by Agent | 2 | 419000 | USD | Apartment for sale | FOR_SALE | 1300 | sqft | Listing by: Homes R Us Realty of NY, Inc. | {"bedrooms":"3 bedrooms","price":419000,"currency":"USD"} | Ensuite bathroom | FOR_SALE | APARTMENT | 2026-05-14T15:44:27.983Z | 3 | |
| https://www.zillow.com/homedetails/172-Lyon-St-Paterson-NJ-07524/2089076855_zpid/ | 2089076855 | 07524 | 23 hours ago | Paterson | USA | NJ | Paterson | 172 Lyon St | 07524 | NJ | -74.15706 | 40.92857 | For Sale by Agent | 599999 | USD | Apartment for sale | FOR_SALE | RE/MAX 1st Advantage | {"bedrooms":null,"price":599999,"currency":"USD"} | 23 hours ago | FOR_SALE | APARTMENT | 2026-05-14T15:44:27.983Z |
Pay per output record. Nothing else.
One record returned, one credit charged. A scrape pulls 743 records, you pay for 743 records. No monthly fees. No per-request charges. Empty results cost you zero.
Pay per result
1 row of data returned = 1 credit charged. Nothing more.
No subscriptions
No monthly fees, no minimums, no commitments.
Multiple formats
Export as CSV, Excel, or JSON - whatever your pipeline needs.
Empty results are free
If a scrape returns zero rows, you pay zero credits.
Credits
2,000
Per credit
$0.028
Total
$55.00
Free credits included - no credit card required
Volume tiers
More zillow scrapers.
Zillow Property Search Scraper
Scrape Zillow property details from search pages. Get price, beds, baths, sqft, photos, and listing info for multiple properties.
Zillow Listing Details Scraper
Scrape Zillow listing data - price, address, photos, tax history, schools, HOA, climate risks, and mortgage rates. Complete by URL.
Zillow Listings Scraper
Scrape Zillow listings from any search URL. Get price, Zestimate, tax history, schools, photos, and neighborhood data in bulk.
Zillow Listing Search Scraper
Search Zillow listings with filters. Extract price, address, beds, baths, photos, HOA, schools, and climate risk data at scale.
Zillow Property Details Scraper
Extract Zillow property details - price, beds, baths, sqft, lot size, tax data, photos, and listing status. Full property data by URL.
Common questions.
Pick the scraper you need, enter your input (a URL, keyword, or profile name), and hit run. You will get structured JSON or CSV back within seconds. If you want to automate it, every scraper also has a REST API endpoint that accepts the same inputs.
One row of data equals one credit. Credits start at $0.04 each and go down to $0.012 at higher volumes. You get free credits when you sign up, so you can test any scraper before spending a cent.
Yes. Through the API, you can set any scraper to run on a schedule you define. Set your inputs, pick a frequency, and get fresh data delivered automatically. Works well for price tracking, listing monitoring, or keeping any dataset current.
If a run returns no data due to an error on our side, you are not charged. Credits are only deducted for successful rows returned. If you see unexpected charges or missing data, reach out to our support team and we will sort it out.
Scroll down to the sample output section on this page to see real data from this scraper. Every run returns the same fields in structured JSON, and you can export to CSV from the dashboard.
Most runs finish in under 30 seconds for small inputs. Larger runs (hundreds or thousands of results) can take a few minutes depending on the platform and volume. You can track progress in the dashboard or poll the API for status.
Yes. Most scrapers accept bulk inputs. You can pass a list of URLs, keywords, or identifiers in one request and get all results back in a single structured dataset. Check the input fields on each scraper page for what it accepts.
Yes. Pass different search URLs or filter parameters to target any city, zip code, or neighborhood in the US. Run multiple searches across markets and combine everything into one dataset.
Listing price, Zestimate, address, beds, baths, square footage, lot size, property type, listing status, tax history, school ratings, HOA fees, climate risk scores, photos, and neighborhood details. The exact fields depend on which Zillow scraper you use.
Yes. Investors and analysts use our Zillow scrapers to track listing prices across markets, compare Zestimates against asking prices, watch inventory levels, and build datasets for property valuation models.
Start collecting data in under five minutes.
Pick a scraper, enter your inputs, and download clean data. Free credits included.
Free credits included - no credit card required