Skip to main content
Glama

zillow_scraper

Extract real estate listings from any Zillow search page and receive structured property data including price, address, beds, baths, and more.

Instructions

Extract real estate listings from any Zillow search page in real time, returning structured property data. [Credits: 2 credits per successful request] Notes: Input is a complete Zillow search-results URL rather than discrete keyword/location params; build it via Zillow's own search UI/filters first (e.g., for_sale, for_rent, sold pages). Returns: Object: { zillow_listings[]: {zpid, id, rawHomeStatusCd, marketingStatusSimplifiedCd, imgSrc, hasImage, detailUrl, statusType, statusText, countryCurrency, price, unformattedPrice, address, addressStreet, addressCity, addressState, addressZipcode, isUndisclosedAddress, beds, baths, latLong:{latitude,longitude}, zestimate, rentZestimate} }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesThe full Zillow URL to scrape (e.g., https://www.zillow.com/homes/for_sale/Brooklyn,-New-York,-NY_rb/). Built directly from the Zillow website using its filters.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must stand alone. It mentions credits cost (2 per request) and the need for a full URL, but does not disclose whether the tool is read-only, rate limits, or authentication requirements. The return object is detailed, partially compensating.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is moderately concise but includes a lengthy sample return object inline. While front-loaded with the purpose, the return format details could be condensed. Every sentence adds value, but the structure could be tighter.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description provides a comprehensive sample return object. However, it lacks information on error handling, result limits, or pagination. For a single-parameter tool, it covers the essential usage context well.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter 'url' has a schema description that is minimal. The tool description adds critical context: the URL must be a full Zillow search-results URL built via Zillow's own UI, with examples. This significantly enhances understanding beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action 'extract', resource 'real estate listings from any Zillow search page', and output 'structured property data'. It distinguishes itself from sibling tools by specifying Zillow as the source, which no other sibling covers.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit guidance on constructing the input URL via Zillow's own UI and filters, and gives examples like for_sale, for_rent. It implies the tool is for Zillow listings but doesn't discuss when to avoid it or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/alessandrobenigni/ScrapingDog-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server