Thumbtack Pro avatar

Thumbtack Pro

Under maintenance

Pricing

from $9.99 / 1,000 results

Go to Apify Store
Thumbtack Pro

Thumbtack Pro

Under maintenance

Collects property listings from Zillow by location or search criteria. Returns listing details including price, address, property type, bedrooms, bathrooms, square footage, status, agent information, images, and listing URLs.

Pricing

from $9.99 / 1,000 results

Rating

0.0

(0)

Developer

Jamshaid Arif

Jamshaid Arif

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

Zillow Listing Scraper

Collects real-estate listings from Zillow for any US city, neighborhood, county or ZIP code. Pick for-sale, for-rent or recently-sold listings, optionally narrow by price and bedroom count, and get one flat record per property with address, price, beds, baths, living area, home type, Zestimate, geo coordinates and the listing URL.

Input

FieldDefaultDescription
locationAustin, TXUS location to search: City, ST, a city or neighborhood name, a county, or a 5-digit ZIP code.
listing_typefor_saleWhich listings to collect: for_sale, for_rent or sold.
min_price0Lowest price in US dollars (monthly rent for for_rent). 0 means no lower limit.
max_price0Highest price in US dollars (monthly rent for for_rent). 0 means no upper limit.
min_beds0Only return homes with at least this many bedrooms. 0 means any.
max_results40Maximum listings to return (1–500, about 40 per page).
proxyConfigurationOptionalEnable a US-based proxy for the most reliable results.

Output

Each result is one property listing:

{
"zpid": "29365325",
"address": "10106 Dianella Ln, Austin, TX 78759",
"street_address": "10106 Dianella Ln",
"city": "Austin",
"state": "TX",
"zip_code": "78759",
"price": "$1,050,000",
"price_value": 1050000,
"beds": 4,
"baths": 3,
"area_sqft": 3966,
"lot_area_value": 8712,
"lot_area_unit": "sqft",
"home_type": "SINGLE_FAMILY",
"home_status": "FOR_SALE",
"status_text": "House for sale",
"listing_type": "for_sale",
"building_name": "",
"available_units": null,
"days_on_zillow": 4,
"date_sold": "",
"zestimate": 1016400,
"rent_zestimate": 4954,
"tax_assessed_value": 884703,
"is_zillow_owned": false,
"broker_name": "Compass RE Texas, LLC",
"latitude": 30.41421,
"longitude": -97.75613,
"image_url": "https://photos.zillowstatic.com/fp/1b0b9c2a-p_e.jpg",
"detail_url": "https://www.zillow.com/homedetails/10106-Dianella-Ln-Austin-TX-78759/29365325_zpid/",
"raw": { ... }
}

Rental results for apartment buildings carry building_name, available_units and a starting rent in price / price_value; sold results carry date_sold.

Notes

  • Runs with empty input (defaults to for-sale listings in Austin, TX).
  • Enable a US-based proxy for the most reliable results.
  • Intended for research and market analysis; please respect Zillow's terms of service.