Crawlora
ProductPlatformsUse CasesDocsPricingCompare
Sign inTry Playground Console
Crawlora

Structured public web data APIs for search, travel, real estate, marketplaces, apps, social, audio, and AI workflows with managed execution and credit-based usage.

Product

Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon

Developers

DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP

Use cases

SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data

Legal

TermsPrivacy
Product
Web Scraping APIFeaturesInfrastructure FeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle TrendsBingBraveGoogle MapsAirbnbTripAdvisorZillowYahoo FinanceGoogle FinanceAmazon
Developers
DocsGetting StartedAuthenticationAPI ExamplesRecipesChangelogPlaygroundSDKsIntegrationsMCP
Use cases
SERP MonitoringGoogle Maps LeadsTravel & Hospitality ResearchProperty Market IntelligenceApp Review AnalysisReview & Reputation MonitoringTikTok Trend IntelligenceYouTube Creator IntelligenceAmazon Product MonitoringMusic Catalog / Playlist IntelligencePodcast & Audio IntelligenceFinance Market DataAI Agent Web Data
Legal
TermsPrivacy

© 2026 Built with 💖 by Tony Wang

|System:Crawlora API status
  1. Home
  2. /Playground
  3. /Zillow
  4. /Zillow Search API

Endpoint Playground

Try the Zillow Search API

Test Crawlora's Zillow Search API with realistic prefilled parameters. Generate a cURL request, inspect the expected structured JSON response, and open the full docs or pricing page when you are ready to integrate this public web data extraction endpoint into your application.

Endpoint facts

Method
GET
API path
/zillow/search
Platform
Zillow
Auth
apiKey
Credits
5 credits/request
Required params
location
Common optional params
page, status, region_id, region_type, west, east
Zillow Search API documentationZillow platform pageCrawlora API pricingTry Zillow Autocomplete APITry Zillow Property API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/zillow/search?location=<location>" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
locationstringYesDisplay location
pageintegerNo1-based page
statusstringNoSearch context: for_sale, for_rent, or sold
region_idintegerNoZillow region id from autocomplete, used when complete bounds are not provided
region_typeintegerNoZillow region type from autocomplete, used with region_id fallback
westnumberNoMap west bound from autocomplete
eastnumberNoMap east bound from autocomplete
southnumberNoMap south bound from autocomplete
northnumberNoMap north bound from autocomplete

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "location": "Los Angeles, CA",
    "page": 1,
    "results": [
      {
        "zpid": "12345678",
        "address": "1 Market St",
        "url": "https://www.zillow.com/homedetails/1-Market-St/12345678_zpid/",
        "image": "https://photos.zillowstatic.com/photo.jpg",
        "photos": [
          "https://photos.zillowstatic.com/photo.jpg"
        ],
        "price": 1000000,
        "price_text": "$1,000,000",
        "currency": "USD",
        "beds": 2,
        "baths": 1.5,
        "living_area": 900,
        "latitude": 34.02,
        "longitude": -118.41,
        "home_status": "FOR_SALE",
        "status_text": "House for sale",
        "home_type": "SINGLE_FAMILY",
        "broker_name": "Example Realty",
        "zestimate": 990000,
        "days_on_zillow": 7,
        "lot_area": 5000,
        "lot_area_unit": "sqft",
        "has_3d_model": true,
        "listing_sub_type": [
          "is_FSBA"
        ]
      }
    ]
  }
}

Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Set up API keyEndpoint docs

Endpoint

Choose one catalog endpoint for this request.

3 shown
GETapiKey5 credits/requestzillow.SearchResponseZillow
GET /zillow/search

Search Zillow listings

Returns normalized Zillow public listing search results. Callers must pass complete map bounds from autocomplete when available, or a region id fallback.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Required query parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

MCP tool

MCP URL

https://mcp.crawlora.net/mcp

Tool name

zillow.search

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "location": "Los Angeles, CA",
    "page": 1,
    "results": [
      {
        "zpid": "12345678",
        "address": "1 Market St",
        "url": "https://www.zillow.com/homedetails/1-Market-St/12345678_zpid/",
        "image": "https://photos.zillowstatic.com/photo.jpg",
        "photos": [
          "https://photos.zillowstatic.com/photo.jpg"
        ],
        "price": 1000000,
        "price_text": "$1,000,000",
        "currency": "USD",
        "beds": 2,
        "baths": 1.5,
        "living_area": 900,
        "latitude": 34.02,
        "longitude": -118.41,
        "home_status": "FOR_SALE",
        "status_text": "House for sale",
        "home_type": "SINGLE_FAMILY",
        "broker_name": "Example Realty",
        "zestimate": 990000,
        "days_on_zillow": 7,
        "lot_area": 5000,
        "lot_area_unit": "sqft",
        "has_3d_model": true,
        "listing_sub_type": [
          "is_FSBA"
        ]
      }
    ]
  }
}

Endpoint details

Returns normalized Zillow public listing search results. Callers must pass complete map bounds from autocomplete when available, or a region id fallback.

Method
GET
Path
/zillow/search
Authentication
apiKey
Credit cost
5 credits/request
Platform
Zillow
Parameters
10 documented fields

Request parameters

location:querypage:querystatus:queryregion_id:queryregion_type:querywest:queryeast:querysouth:querynorth:queryx-api-key:header

Response schema fields

locationpageresultsresults[].addressresults[].bathsresults[].bedsresults[].broker_nameresults[].currencyresults[].days_on_zillowresults[].detail_textresults[].has_3d_modelresults[].has_video

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "location": "Los Angeles, CA",
    "page": 1,
    "results": [
      {
        "zpid": "12345678",
        "address": "1 Market St",
        "url": "https://www.zillow.com/homedetails/1-Market-St/12345678_zpid/",
        "image": "https://photos.zillowstatic.com/photo.jpg",
        "photos": [
          "https://photos.zillowstatic.com/photo.jpg"
        ],
        "price": 1000000,
        "price_text": "$1,000,000",
        "currency": "USD",
        "beds": 2,
        "baths": 1.5,
        "living_area": 900,
        "latitude": 34.02,
        "longitude": -118.41,
        "home_status": "FOR_SALE",
        "status_text": "House for sale",
        "home_type": "SINGLE_FAMILY",
        "broker_name": "Example Realty",
        "zestimate": 990000,
        "days_on_zillow": 7,
        "lot_area": 5000,
        "lot_area_unit": "sqft",
        "has_3d_model": true,
        "listing_sub_type": [
          "is_FSBA"
        ]
      }
    ]
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/zillow/search?location=<location>" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingAutocomplete Zillow locationsGet Zillow property

Browse public API demos

Google Trends explore dataSearch TripAdvisor placesSearch Zillow listingsYahoo Finance ticker quoteYahoo Finance searchYahoo Finance historical pricesYahoo Finance trending symbolsSearch Airbnb stays
DocsPlatformsPricing