VOOZH about

URL: https://apify.com/rigelbytes/zillow-detail-scraper

⇱ Zillow Detail Scraper [DEPRECATED] Β· Apify


πŸ‘ Zillow Detail Scraper avatar

Zillow Detail Scraper

Deprecated

Pricing

$10.00/month + usage

Go to Apify Store

Zillow Detail Scraper

Deprecated

Zillow scraper with customizable proxy support. Extract comprehensive property data, including pricing, images, and location details, using your proxies for better control and efficiency. Check the recommended proxy providers below.

Pricing

$10.00/month + usage

Rating

0.0

(0)

Developer

πŸ‘ Rigel Bytes

Rigel Bytes

Maintained by Community

Actor stats

1

Bookmarked

4

Total users

1

Monthly active users

a year ago

Last modified

Share

Zillow Scraper

This Zillow scraper is designed to provide users with complete flexibility by allowing them to use their own proxies. The scraper collects comprehensive property data such as pricing, location details, and property features, and is perfect for users needing additional control over their data extraction.

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. Provide your proxy details (Proxy URL).
  3. Run the scraper to collect the data.
  4. Download the results as JSON, CSV, or view them directly in Apify.

Recommended Proxy Providers

  • Shifter

    • Reliable residential proxies all over the world.
    • Cheap rates
    • Order Shifter Now
    • Get 10% Off any product, use coupan rigelbytes-YoBB.
  • OxyLabs

    • 100M+ Proxies
    • Fastest proxies in the market
    • Real profile, human-like Residential IPs
    • Quality assurance framework for most reliable IPs
    • Get Proxies

πŸ‘ Learn More About Proxies

πŸ™Œ Why Buy Through Our Affiliate Link?

  • Exclusive Deals: Some providers may offer special discounts or bonuses when you use our link.
  • Support Our Work: Each purchase helps us maintain and improve the tools and services we provide.
  • No Extra Cost: You pay the same price, but part of it goes to supporting our efforts.

API Request Examples

Python

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)
foritemin client.dataset(run["defaultDatasetId"]).iterate_items():
print(item)

Node.js

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 waitfor 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

# 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

{
"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!

Understanding Proxies:

When scraping data or browsing anonymously, proxies are essential. They act as intermediaries, masking your original IP address and allowing you to send requests from another location.

Why Use Proxies?

  • Avoid IP Blocks: By routing requests through proxies, you prevent the target website from recognizing your IP as a scraper or spammer.
  • Access Geo-restricted Content: Proxies let you access content or websites restricted by location.
  • Enhance Anonymity: Hide your actual IP, ensuring privacy while scraping or browsing.

Types of Proxies

  1. Residential Proxies
    • Real IP addresses provided by ISPs to home users.
    • They mimic regular users, making them harder to detect.
    • Best for: Long-term, undetectable scraping, and avoiding blocks.
  2. Data Center Proxies
    • IP addresses from servers in data centers.
    • Faster and cheaper than residential proxies but easier to detect and block.
    • Best for: High-speed scraping, but with a higher risk of detection.
  3. Mobile Proxies
    • IPs provided by mobile carriers (3G/4G/5G networks).
    • Very difficult to detect, as they appear as regular mobile users.
    • Best for: Mobile-related scraping or avoiding sophisticated blocks.

Rotating Proxies vs. Straight Proxies

  • Rotating Proxies: Every request you send goes through a different proxy, making it harder for websites to detect patterns.
  • Straight Proxies: All requests are sent through the same proxy, making it easier to track your IP.

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.

You might also like

Zillow Detail Scraper

maxcopell/zillow-detail-scraper

Get details of Zillow properties from URLs. This Actor can be easily integrated with other Zillow Scrapers.

6.5K

4.4

(18)

Zillow Property Details Scraper

api-ninja/zillow-property-details-scraper

Scrape Zillow property details for real estate analysis. Get prices, tax history, interior and building specs, lot info, schools, and photos from Zillow listings.

361

5.0

(7)

Zillow Property Details Scraper

delicious_zebu/zillow-property-details-scraper

Effortlessly scrape detailed Zillow property data, including prices, photos, location details, and more. Perfect for real estate analysis, investment research, or market insights.

103

5.0

(28)

Zillow Property Details Scraper

coder_luffy/zillow-property-details-scraper

Zillow Property Details Scraper lets you instantly extract complete real estate data from Zillow. Get accurate property pricing, location insights, features, photos, and market trends in one click. Ideal for investors, agents, and analysts seeking fast, reliable data.

Zillow Agent Details Scraper

zillowscraper/zillow-agent-details-scraper

Retrieve agent profile data from Zillow β€” name, brokerage, bio, contact, and more. Perfect for building realtor databases, lead generation tools, or CRM enrichment.

πŸ‘ User avatar

Zillow Scraper

116

5.0

(1)

Zillow Property Details Scraper V2

axesso_data/zillow-property-details-scraper-v2

The Zillow Property Details Scraper V2 fetches detailed, real-time property data by ZPID or URL from Zillow. Obtain comprehensive property insights including attributes, photos, price history, and agent information for enhanced real estate applications.

714

5.0

(6)

Zillow Details Scraper

mido_99/zillow-details-scraper

⚑️ Unlock comprehensive Zillow property insights: price trends, detailed features, and agent contacts. Ideal for in-depth real estate market analysis. Start extracting data today! ⚑️

46

Zillow Detail Scraper

happitap/zillow-detail-scraper

Extract comprehensive property data from Zillow including price, address, photos, agent info, tax history, schools, and more. Download Zillow data in JSON, CSV, or Excel format.

Zillow Transport Details Scraper

propertyapi/zillow-transport-details-scraper

Evaluate the connectivity and lifestyle convenience of any location with the Zillow Transport Details Scraper. This actor is a specialized tool designed to retrieve critical livability metricsβ€”specifically Walk Score, Transit Score, and Bike Scoreβ€”for properties listed on Zillow.

40

Zillow Property Details Scraper

realsimpli/zillow-property-details-scraper

Scrape Zillow property details and get clean, organized data instantly. No more wrestling with messy real estate data.

Affordable Zillow Details Scraper (Pay-Per-Result)

kawsar/Affordable-Zillow-Details-Scraper

Zillow property details scraper that extracts pricing, features, tax records, and neighborhood data from any listing using URLs, ZPIDs, or addresses, so real estate teams can build datasets without manual lookups.