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 Autocomplete API

Endpoint Playground

Try the Zillow Autocomplete API

Test Crawlora's Zillow Autocomplete 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/autocomplete
Platform
Zillow
Auth
apiKey
Credits
2 credits/request
Required params
query
Common optional params
limit, status
Zillow Autocomplete API documentationZillow platform pageCrawlora API pricingTry Zillow Property APITry Zillow Search API

Prefilled cURL

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

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
querystringYesLocation query
limitintegerNoMaximum results, clamped to 20
statusstringNoSearch context: for_sale, for_rent, or sold

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "query": "Los Angeles, CA",
    "request_id": "abc123",
    "results": [
      {
        "id": "region-12447",
        "region_id": 12447,
        "region_type": 6,
        "sub_type": "city",
        "state": "CA",
        "county": "Los Angeles County",
        "city": "Los Angeles"
      },
      {
        "id": "semantic",
        "region_id": 12447,
        "region_type": 6,
        "region_ids": [
          12447
        ],
        "region_types": [
          6
        ],
        "region_display_ids": [
          "12447"
        ]
      }
    ]
  }
}

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
GETapiKey2 credits/requestzillow.AutocompleteResponseZillow
GET /zillow/autocomplete

Autocomplete Zillow locations

Returns normalized Zillow public web autocomplete candidates. Semantic candidates may include region_id/region_type compatibility aliases plus region_ids/region_types arrays; prefer complete bounds metadata for Zillow search when present.

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.autocomplete

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": {
    "query": "Los Angeles, CA",
    "request_id": "abc123",
    "results": [
      {
        "id": "region-12447",
        "region_id": 12447,
        "region_type": 6,
        "sub_type": "city",
        "state": "CA",
        "county": "Los Angeles County",
        "city": "Los Angeles"
      },
      {
        "id": "semantic",
        "region_id": 12447,
        "region_type": 6,
        "region_ids": [
          12447
        ],
        "region_types": [
          6
        ],
        "region_display_ids": [
          "12447"
        ]
      }
    ]
  }
}

Endpoint details

Returns normalized Zillow public web autocomplete candidates. Semantic candidates may include region_id/region_type compatibility aliases plus region_ids/region_types arrays; prefer complete bounds metadata for Zillow search when present.

Method
GET
Path
/zillow/autocomplete
Authentication
apiKey
Credit cost
2 credits/request
Platform
Zillow
Parameters
4 documented fields

Request parameters

query:querylimit:querystatus:queryx-api-key:header

Response schema fields

queryrequest_idresultsresults[].cityresults[].countyresults[].idresults[].latituderesults[].longituderesults[].near_meresults[].plidresults[].region_display_idsresults[].region_id

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "query": "Los Angeles, CA",
    "request_id": "abc123",
    "results": [
      {
        "id": "region-12447",
        "region_id": 12447,
        "region_type": 6,
        "sub_type": "city",
        "state": "CA",
        "county": "Los Angeles County",
        "city": "Los Angeles"
      },
      {
        "id": "semantic",
        "region_id": 12447,
        "region_type": 6,
        "region_ids": [
          12447
        ],
        "region_types": [
          6
        ],
        "region_display_ids": [
          "12447"
        ]
      }
    ]
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/zillow/autocomplete?query=<query>" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingGet Zillow propertySearch Zillow listings

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