Zillow Scraper

Zillow Scraper

by rigelbytes

Zillow property data effortlessly! Our scraper extracts pricing, location, property details, and images, helping you track real estate trends. Perfect...

1,140 runs
64 users
Try This Actor

Opens on Apify.com

About Zillow Scraper

Zillow property data effortlessly! Our scraper extracts pricing, location, property details, and images, helping you track real estate trends. Perfect for market research and real-time insights.

What does this actor do?

Zillow Scraper is a web scraping and automation tool available on the Apify platform. It's designed to help you extract data and automate tasks efficiently in the cloud.

Key Features

  • Cloud-based execution - no local setup required
  • Scalable infrastructure for large-scale operations
  • API access for integration with your applications
  • Built-in proxy rotation and anti-blocking measures
  • Scheduled runs and webhooks for automation

How to Use

  1. Click "Try This Actor" to open it on Apify
  2. Create a free Apify account if you don't have one
  3. Configure the input parameters as needed
  4. Run the actor and download your results

Documentation

Zillow Scraper by Rigel Bytes This powerful Zillow scraper is designed to extract detailed property data including pricing, location, property details, and images from Zillow. It's ideal for real estate agents, market analysts, and investors seeking up-to-date insights into the housing market. ## Features - Extracts property prices, location details, and property features such as number of rooms, size, and more. - Retrieves high-quality images of the listed properties. - Ideal for real-time market analysis and historical data tracking. - Easy-to-use interface with customizable scraping options. ## Use Cases - Market Research: Track trends in real estate prices and property availability. - Investment Insights: Monitor listings for investment opportunities. - Real Estate Agents: Keep track of your competition and stay updated with new listings. ## How to Use 1. Input the Zip Code you want to scrape. 2. Customize the scraping settings to match your needs (e.g., no. of pages, property type). 3. Run the scraper to collect the data. 4. Download the results as JSON, CSV, or view them directly in Apify. ## API Request Examples ### Python shell from apify_client import ApifyClient # Initialize the ApifyClient with your API token client = ApifyClient("<YOUR_API_TOKEN>") # Prepare the Actor input run_input = { "zip_code": "72076", "listing_type": "for_sale", "pages": 1, "all_homes": True, "lot_land": False, "apartment": False, "condo": False, "single_family": False, "multi_family": False, "townhouse": False, "manufactured": False, "apartment_or_condo": False, } # Run the Actor and wait for it to finish run = client.actor("rigelbytes/zillow-scraper").call(run_input=run_input) # Fetch and print Actor results from the run's dataset (if there are any) for item in client.dataset(run["defaultDatasetId"]).iterate_items(): print(item) ### Node.js shell import { ApifyClient } from 'apify-client'; // Initialize the ApifyClient with API token const client = new ApifyClient({ token: '<YOUR_API_TOKEN>', }); // Prepare Actor input const input = { "zip_code": "72076", "listing_type": "sold", "pages": 1, "all_homes": true, "lot_land": false, "apartment": false, "condo": false, "single_family": false, "multi_family": false, "townhouse": false, "manufactured": false, "apartment_or_condo": false }; (async () => { // Run the Actor and wait for it to finish const run = await client.actor("rigelbytes/zillow-scraper").call(input); // Fetch and print Actor results from the run's dataset (if any) console.log('Results from dataset'); const { items } = await client.dataset(run.defaultDatasetId).listItems(); items.forEach((item) => { console.dir(item); }); })(); ### cURL shell # Set API token API_TOKEN=<YOUR_API_TOKEN> # Prepare Actor input cat > input.json <<'EOF' { "zip_code": "72076", "listing_type": "for_rent", "pages": 1, "all_homes": true, "lot_land": false, "apartment": false, "condo": false, "single_family": false, "multi_family": false, "townhouse": false, "manufactured": false, "apartment_or_condo": false } EOF # Run the Actor curl "https://api.apify.com/v2/acts/rigelbytes/zillow-scraper/runs?token=$API_TOKEN" \ -X POST \ -d @input.json \ -H 'Content-Type: application/json' ## Output Output Image json { "zpid": "441692165", "rawHomeStatusCd": "ForSale", "marketingStatusSimplifiedCd": "For Sale by Agent", "imgSrc": "https://photos.zillowstatic.com/fp/3aa3268688068bf0a816d72875a8c991-p_e.jpg", "hasImage": true, "detailUrl": "https://www.zillow.com/homedetails/11111-Jones-Metes-Bounds-Jacksonville-AR-72076/441692165_zpid/", "statusType": "FOR_SALE", "statusText": "Lot / Land for sale", "countryCurrency": "$", "price": "$170,000", "unformattedPrice": 170000, "address": "11111 Jones Metes Bounds, Jacksonville, AR 72076", "addressStreet": "11111 Jones Metes Bounds", "addressCity": "Jacksonville", "addressState": "AR", "addressZipcode": "72076", "isUndisclosedAddress": false, "lotAreaString": "48.62 acres", "latLong": { "latitude": 34.999207, "longitude": -92.22626 }, "isZillowOwned": false, "flexFieldText": "Wet weather creeks", "flexFieldType": "homeInsight", "hdpData": { "homeInfo": { "zpid": 441692165, "streetAddress": "11111 Jones Metes Bounds", "zipcode": "72076", "city": "Jacksonville", "state": "AR", "latitude": 34.999207, "longitude": -92.22626, "price": 170000, "homeType": "LOT", "homeStatus": "FOR_SALE", "daysOnZillow": 11, "isFeatured": false, "shouldHighlight": false, "listing_sub_type": { "is_FSBA": true }, "isUnmappable": false, "isPreforeclosureAuction": false, "homeStatusForHDP": "FOR_SALE", "priceForHDP": 170000, "timeOnZillow": 959707000, "isNonOwnerOccupied": true, "isPremierBuilder": false, "isZillowOwned": false, "currency": "USD", "country": "USA", "lotAreaValue": 48.62, "lotAreaUnit": "acres", "isShowcaseListing": false } }, "isSaved": false, "isUserClaimingOwner": false, "isUserConfirmedClaim": false, "pgapt": "ForSale", "sgapt": "For Sale (Broker)", "shouldShowZestimateAsPrice": false, "has3DModel": false, "hasVideo": false, "isHomeRec": false, "hasAdditionalAttributions": true, "isFeaturedListing": false, "isShowcaseListing": false, "list": true, "relaxed": false, "info3String": "https://photos.zillowstatic.com/fp/19e7bcbe73b7e6c8d48d299d96f774fd-zillow_web_48_23.jpg", "brokerName": "Crye-Leike REALTORS Conway", "carouselPhotos": [ { "url": "https://photos.zillowstatic.com/fp/3aa3268688068bf0a816d72875a8c991-p_e.jpg" }, { "url": "https://photos.zillowstatic.com/fp/852a52f7d90aa745c5f5170b5543f7e9-p_e.jpg" }, { "url": "https://photos.zillowstatic.com/fp/7748264c82f8600ac801e54e41cb5b13-p_e.jpg" }, { "url": "https://photos.zillowstatic.com/fp/122d5b123394edc7d797132bd1144385-p_e.jpg" }, { "url": "https://photos.zillowstatic.com/fp/f700330316b46cdb0f0db07286d5c637-p_e.jpg" }, { "url": "https://photos.zillowstatic.com/fp/7f6537b12990b0e4fd337d2c44a45f89-p_e.jpg" }, { "url": "https://photos.zillowstatic.com/fp/fef437be5eff5a569faa501507156b85-p_e.jpg" }, { "url": "https://photos.zillowstatic.com/fp/6e4aa44cce34e1ebe3919a2dc9711f34-p_e.jpg" }, { "url": "https://photos.zillowstatic.com/fp/118584eec93f9229bd29d65f4de441d8-p_e.jpg" }, { "url": "https://photos.zillowstatic.com/fp/e2895802f52296f5e45716c129fe5cfd-p_e.jpg" }, { "url": "https://photos.zillowstatic.com/fp/95c875b96faec02bd230d6e5926a90e8-p_e.jpg" }, { "url": "https://photos.zillowstatic.com/fp/ec22835ea068444cd9f1296bf3d88b11-p_e.jpg" }, { "url": "https://photos.zillowstatic.com/fp/9fe8c693f8d9b038e8ae4d186f053b06-p_e.jpg" }, { "url": "https://photos.zillowstatic.com/fp/1cc1021af4c404de2ee8de19e186ba04-p_e.jpg" }, { "url": "https://photos.zillowstatic.com/fp/8e31c7ae912d2d31425aa9b894290c0b-p_e.jpg" }, { "url": "https://photos.zillowstatic.com/fp/84431433f3e23bc8dd38f6d4f5a2b0f0-p_e.jpg" }, { "url": "https://photos.zillowstatic.com/fp/7f6cd803341a1f33661727dfeebe94b9-p_e.jpg" }, { "url": "https://photos.zillowstatic.com/fp/a56b1a14896ec25a40383b6c343615b8-p_e.jpg" } ] } ## Requirements - An Apify account - Zip codes. ## Get Started Today! To start using the Zillow Listing Scraper, follow the instructions above to configure your inputs. Join the growing community of users leveraging data for insights in the real estate market! ## About Rigel Bytes Rigel Bytes specializes in web scraping, automation, and data analytics. We help businesses extract and leverage valuable data for informed decision-making. ## Contact Us Ready to unlock the power of data? Reach out to us at (contact@rigelbytes.com) or book an appointment with us to learn more about how we can help you achieve your data goals.

Common Use Cases

Market Research

Gather competitive intelligence and market data

Lead Generation

Extract contact information for sales outreach

Price Monitoring

Track competitor pricing and product changes

Content Aggregation

Collect and organize content from multiple sources

Ready to Get Started?

Try Zillow Scraper now on Apify. Free tier available with no credit card required.

Start Free Trial

Actor Information

Developer
rigelbytes
Pricing
Paid
Total Runs
1,140
Active Users
64
Apify Platform

Apify provides a cloud platform for web scraping, data extraction, and automation. Build and run web scrapers in the cloud.

Learn more about Apify

Need Professional Help?

Couldn't solve your problem? Hire a verified specialist on Fiverr to get it done quickly and professionally.

Find a Specialist

Trusted by millions | Money-back guarantee | 24/7 Support