π₯ Zillow Agents Search Scraper
Pricing
from $4.99 / 1,000 results
π₯ Zillow Agents Search Scraper
Extract comprehensive real estate agent data from Zillow. Search agents by name, or keyword to gather detailed information including contact details, ratings, reviews, business information, and more.
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
PowerAI
Actor stats
1
Bookmarked
10
Total users
4
Monthly active users
5 days ago
Last modified
Categories
Share
Extract comprehensive real estate agent data from Zillow. Search agents by name or keyword, to gather detailed information including contact details, ratings, reviews, business information, and more.
β¨ Key Features
- π Extract detailed agent metadata including:
- Agent identification and contact information
- Profile URLs and screen names
- Location and service areas
- Business names and affiliations
- Ratings and review statistics
- Profile images
- π Generate direct URLs for:
- Agent profiles
- Review pages
- Sales listings
- Rental listings
- Sold property listings
- π Support for multiple search methods:
- Search by agent name
- Search by @ScreenName
- π Clean and structured JSON output
- π― Flexible scraping options for agents and lenders
πͺ Why Choose This Actor?
- Comprehensive: Get all agent details from Zillow
- Efficient: Control result limits and pagination
- Structured: Clean JSON output for easy integration
- Reliable: Stable and consistent data extraction
- User-Friendly: Simple input parameters
π― Perfect For
- π Market Researchers
- π Real Estate Analysts
- πΌ Lead Generation
- π’ Competitor Analysis
- π Agent Discovery
- π Review Analysis
π Use Cases
- Market Research: Analyze agent performance and customer reviews
- Competitor Analysis: Monitor competitor's agent profiles and ratings
- Lead Generation: Collect agent contact information
- Review Analysis: Gather customer feedback and ratings
- Agent Discovery: Find agents by location and specialty
π Input Requirements
The actor calls the backend Zillow agent search V2 API (searchAgentsV2). You must provide at least one of: location, agentName, or searchQueries.
location(optional): Location string for the search (e.g. city, state).agentName(optional): Agent name keyword for the search.searchQueries(optional): Legacy list of name keywords; each entry is searched asagentName(optional sharedlocationapplies to every query).maxResults(optional): Maximum number of agent rows to collect across all pages and queries. Default: 50.isBuying,isSelling,isTopAgent(optional): Booleans forwarded to the API when set totrue.priceRange,specialties,languages(optional): Strings forwarded to the API when non-empty.
Input Example
{"agentName": "sam","location": "West Bloomfield, MI","maxResults": 10}
Output Example
Each dataset item is one agent card from the V2 search response, plus metadata fields added by the actor.
{"name": "Lianna Sam","link": "https://www.zillow.com/profile/LiannaSam","username": "LiannaSam","encodedZuid": "X1-ZUvg4roxgq7itl_9ej1i","imageUrl": "https://photos.zillowstatic.com/fp/4bafba76812e8830c13430bc19e75f5a-h_l.jpg","isTopAgent": false,"profileData": [{"__typename": "AgentDirectoryFinderProfileCardData","formattedData": null,"label": "No recent price range"},{"__typename": "AgentDirectoryFinderProfileCardData","formattedData": null,"label": "No sales last 12 months"},{"__typename": "AgentDirectoryFinderProfileCardData","formattedData": null,"label": "No sales in West Bloomfield"}],"reviewInformation": {"rating": 5,"totalReviews": ""},"source": "9vrc_cch","searchLocation": "West Bloomfield, MI","searchAgentName": "sam","scrapedAt": "2026-04-11T09:00:44.472Z"}
