ScavioScavio
ToolsPricing
Sign InsGet Startedg
Quick StartAPI & SDKsEcosystem

Zillow

Zillow Agent Reviews API

Pull a Zillow AGENT's profile and reviews by profile screen name: star rating, lifetime review count, review bodies with per-category sub-ratings, the reviewer and what they bought or sold, plus the agent's specialties, languages, licence numbers and status, service areas, team roster, and past-sales / active-listing counts. THIS IS AN AGENT ENDPOINT, NOT PROPERTY REVIEWS. Costs 1 credit per request.

POST/api/v1/zillow/reviews

Authorizations

Authorizationstringheaderrequired

Bearer authentication header of the form Bearer <token>, where <token> is your Scavio API key (e.g. Bearer sk_live_your_key).

Body

application/json
screen_namestringrequired

The agent's Zillow profile screen name as it appears in zillow.com/profile/<name>/, 1-200 characters, or a full profile URL. Screen names MAY CONTAIN SPACES ("Julie Stoakley 5" is a real one), so URL-encode or pass the profile URL when in doubt. There is no name search: this endpoint resolves an exact profile, and an unknown one is a 404.

Example: ericbramlett

Request

from scavio import ScavioClient

client = ScavioClient(api_key="sk_live_your_key")

profile = client.zillow.agent_reviews("ericbramlett")
agent = profile["data"]

print(agent["rating"], agent["total_review_count"], agent["agent"]["past_sales_count"])

# Zillow server-renders the first five reviews only.
for review in agent["reviews"]:
    print(review["rating"], review["reviewee_name"], review["work_description"])

Response

"screen_name": "ericbramlett",
"encoded_zuid": "X1-ZUz2ygtvdkcjd5_7sxq5",
"url": "https://www.zillow.com/profile/ericbramlett",
"name": "Eric Bramlett",
"business_name": "Bramlett Partners",
"profile_photo": "https://photos.zillowstatic.com/fp/d29b2b31d82a4cd66037b7b8390251bc-h_l.jpg",
"is_top_agent": false,
"rating": 5,
"total_review_count": 2179,
"count": 5,
"reviews_header": "Team reviews (2,179)",
"reviews_note": "Reviews represent all team members.",
},
"response_time": 3854,
"credits_used": 1,
"credits_remaining": 4820
}
PreviousZillow PropertyNextRedfin Search
ScavioScavio

One scraper API for every social, search and ecommerce platform. Built for AI agents.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative
  • Serper Alternative
  • Tavily vs Scavio
  • SerpAPI vs Scavio
  • All alternatives
  • Compare Scavio vs alternatives

Search APIs

  • Google Search API
  • Amazon Product API
  • YouTube API
  • Reddit API
  • Walmart Product API
  • TikTok API
  • Instagram API

Tools

  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy