Early BetaYou're using an early version of Scraper.bot.Submit a trouble ticket
Back to templates
Real Estateextract
4.9
2.4k uses

Zillow Property Listings

Extract real estate listings from Zillow including address, price, beds, baths, square footage, and listing URL

Target URL
https://www.zillow.com/austin-tx/Visit Site
Steps
1

Go to Zillow search results

navigate

2

Wait for listings to render

wait

3

Extract property cards

extract

FieldSelectorTransform
address[data-test='property-card-addr']text
price[data-test='property-card-price']text
bedsul.StyledPropertyCardHomeDetailsList-c11n-8-84-3__sc-1xvdaej-0 li:nth-child(1) btext
bathsul.StyledPropertyCardHomeDetailsList-c11n-8-84-3__sc-1xvdaej-0 li:nth-child(2) btext
sqftul.StyledPropertyCardHomeDetailsList-c11n-8-84-3__sc-1xvdaej-0 li:nth-child(3) btext
url[data-test='property-card-link']url
Output Schema
FieldType
addressstring
pricestring
bedsstring
bathsstring
sqftstring
urlstring
Example Output
addresspricebedsbathssqfturl
4521 Spicewood Springs Rd, Austin, TX 78759$485,000321,847/homedetails/4521-Spicewood-Springs-Rd
2308 Barton Creek Blvd, Austin, TX 78735$1,250,000543,642/homedetails/2308-Barton-Creek-Blvd
910 W Mary St, Austin, TX 78704$399,900211,120/homedetails/910-W-Mary-St
API Endpoint
curl -X POST https://api.scraper.bot/v1/flows \
  -H "Authorization: Bearer scr_live_YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "templateId": "tmpl-zillow-listings",
    "url": "https://www.zillow.com/austin-tx/"
  }'

Command Palette

Search for a command to run...