actors/zillow-scraper

datacortex/zillow-scraper

Zillow Scraper

Fetch a Zillow listing or search URL. Export title, price, address, and photos when the page shows them.

When to use it

Use this for a specific Zillow URL you already have. A search URL returns one row for that page, not every map card.

Versus the sibling Actors

Same lookup pattern as Airbnb Listing Scraper. Do not expect a bulk MLS dump from a search URL.

Example input

{
  "urls": [
    "https://www.zillow.com/homes/for_sale/792613_rid/"
  ],
  "maxResults": 10
}

Example output

{
  "type": "search",
  "title": "London ON Real Estate - London ON Homes For Sale",
  "url": "https://www.zillow.com/homes/for_sale/792613_rid/"
}

MCP pin

Agents call this through Apify MCP. Running it needs an Apify token.

{
  "mcpServers": {
    "apify": {
      "url": "https://mcp.apify.com?tools=datacortex/zillow-scraper"
    }
  }
}

Pricing

$5.00 per 1,000 pages + $0.001 per run. Confirm on the Apify pricing tab if you are budgeting a large run.

Limitations

  • Price, ZPID, and address are omitted when markup does not expose them.
  • Search URLs are one row per page, not one row per listing card.

Related Actors

Built and maintained by Irfan Ali, senior AI engineer. Open to senior AI IC roles — Bengaluru or remote. Get in touch.