πŸ”₯ Zillow Agents Search Scraper avatar

πŸ”₯ Zillow Agents Search Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
πŸ”₯ Zillow Agents Search Scraper

πŸ”₯ 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

PowerAI

Maintained by Community

Actor stats

1

Bookmarked

10

Total users

4

Monthly active users

5 days ago

Last modified

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

  1. Market Research: Analyze agent performance and customer reviews
  2. Competitor Analysis: Monitor competitor's agent profiles and ratings
  3. Lead Generation: Collect agent contact information
  4. Review Analysis: Gather customer feedback and ratings
  5. 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 as agentName (optional shared location applies 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 to true.
  • 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"
}