Zillow Agent Rental Listings Scraper
Pricing
Pay per usage
Zillow Agent Rental Listings Scraper
Scrape rental listings from Zillow agents with property details like price, address, and size. Great for market analysis, data aggregation, or real estate automation tools.
Pricing
Pay per usage
Rating
0.0
(0)
Developer

Zillow Scraper
Actor stats
0
Bookmarked
3
Total users
2
Monthly active users
2 days ago
Last modified
Categories
Share
This Apify actor lets you scrape rental property listings for any Zillow agent.
Simply provide the Zillow agent’s unique ID (zuid) and the desired page number — the actor will return all active rental listings with full property details.
🧩 Overview
Use this actor to collect rental listings from Zillow for a specific real estate agent.
The actor extracts details such as:
- Property address
- Monthly rent price
- Beds and baths count
- Agent name
- Listing URL
- Additional metadata from Zillow’s rental listings
⚙️ Input
| Field | Type | Required | Description |
|---|---|---|---|
zuid | string | ✅ Yes | The Zillow agent’s unique ID. Example: "X1-ZUytn1phpg9b7t_5i26a" |
page_number | integer | ✅ Yes | The page number to fetch listings from (used for pagination). Example: 1 |
🧠 Example Input
{"zuid": "X1-ZUytn1phpg9b7t_5i26a","page_number": 1}
📤 Output
The actor returns structured JSON data containing the agent’s rental listings.
Example Output
{"status": "success","page_number": 1,"results": [{"listing_id": "987654","address": "45 River St, Austin, TX","price": "$2,200/mo","beds": 2,"baths": 2,"agent_name": "Jane Smith","url": "https://www.zillow.com/homedetails/987654"}]}
🚀 Notes
page_numberrefers to the current Zillow page number for pagination.- You only need to provide the agent’s
zuidand thepage_number.
Created by Coder_zoro
For custom Zillow scraping or automation projects, contact for collaboration.