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

Endpoint Playground

Try the Zillow Property API

Test Crawlora's Zillow Property 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/property/{zpid}
Platform
Zillow
Auth
apiKey
Credits
5 credits/request
Required params
zpid
Zillow Property API documentationZillow platform pageCrawlora API pricingTry Zillow Autocomplete APITry Zillow Search API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/zillow/property/<zpid>" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
zpid (path)stringYesZillow property id

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "zpid": "19952447",
    "address": "7862 Jellico Ave, Northridge, CA, 91325",
    "url": "https://www.zillow.com/homedetails/19952447_zpid/",
    "image": "https://photos.zillowstatic.com/photo.jpg",
    "photos": [
      "https://photos.zillowstatic.com/photo.jpg"
    ],
    "price": 1299000,
    "beds": 4,
    "baths": 3,
    "living_area": 2400,
    "home_status": "FOR_SALE",
    "home_type": "SINGLE_FAMILY",
    "broker_name": "Example Realty",
    "zestimate": 1250000,
    "description": "Public property description.",
    "address_parts": {
      "street": "7862 Jellico Ave",
      "city": "Northridge",
      "state": "CA",
      "zipcode": "91325",
      "county": "Los Angeles County"
    },
    "listing": {
      "mls_id": "SR123456",
      "source": "CRMLS",
      "broker_name": "Example Realty",
      "agent_name": "Jane Agent",
      "days_on_zillow": 9
    },
    "pricing": {
      "price": 1299000,
      "currency": "USD",
      "price_per_square_foot": 541,
      "zestimate": 1250000,
      "rent_zestimate": 6500
    },
    "history": {
      "price": [
        {
          "date": "2026-05-01",
          "event": "Listed for sale",
          "price": 1299000,
          "source": "CRMLS"
        }
      ],
      "tax": [
        {
          "year": 2025,
          "tax_paid": 12345,
          "value": 1100000
        }
      ]
    },
    "media": {
      "primary_image": "https://photos.zillowstatic.com/photo.jpg",
      "photo_count": 1,
      "photos": [
        {
          "url": "https://photos.zillowstatic.com/photo.jpg",
          "width": 1024,
          "height": 768
        }
      ],
      "has_3d_model": true
    },
    "schools": [
      {
        "name": "Example Elementary",
        "level": "Elementary",
        "rating": 8,
        "distance": 0.7,
        "assigned": true
      }
    ],
    "facts": {
      "year_built": 1951,
      "lot_size": {
        "value": 6062,
        "unit": "sqft",
        "text": "6,062 sqft"
      },
      "living_area": {
        "value": 2400,
        "unit": "sqft",
        "text": "2,400 sqft"
      },
      "heating": [
        "Central"
      ],
      "cooling": [
        "Central Air"
      ],
      "parking_features": [
        "Garage"
      ],
      "architectural_style": "Ranch",
      "laundry_features": [
        "Inside"
      ],
      "builder_name": "Example Builder"
    }
  }
}

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.PropertyResponseZillow
GET /zillow/property/{zpid}

Get Zillow property

Returns normalized Zillow public property details using Zillow's public persisted GraphQL property payload, including optional typed sections for address parts, listing attribution, pricing, history, media, facts, schools, and nearby homes 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

Path 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.property

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": {
    "zpid": "19952447",
    "address": "7862 Jellico Ave, Northridge, CA, 91325",
    "url": "https://www.zillow.com/homedetails/19952447_zpid/",
    "image": "https://photos.zillowstatic.com/photo.jpg",
    "photos": [
      "https://photos.zillowstatic.com/photo.jpg"
    ],
    "price": 1299000,
    "beds": 4,
    "baths": 3,
    "living_area": 2400,
    "home_status": "FOR_SALE",
    "home_type": "SINGLE_FAMILY",
    "broker_name": "Example Realty",
    "zestimate": 1250000,
    "description": "Public property description.",
    "address_parts": {
      "street": "7862 Jellico Ave",
      "city": "Northridge",
      "state": "CA",
      "zipcode": "91325",
      "county": "Los Angeles County"
    },
    "listing": {
      "mls_id": "SR123456",
      "source": "CRMLS",
      "broker_name": "Example Realty",
      "agent_name": "Jane Agent",
      "days_on_zillow": 9
    },
    "pricing": {
      "price": 1299000,
      "currency": "USD",
      "price_per_square_foot": 541,
      "zestimate": 1250000,
      "rent_zestimate": 6500
    },
    "history": {
      "price": [
        {
          "date": "2026-05-01",
          "event": "Listed for sale",
          "price": 1299000,
          "source": "CRMLS"
        }
      ],
      "tax": [
        {
          "year": 2025,
          "tax_paid": 12345,
          "value": 1100000
        }
      ]
    },
    "media": {
      "primary_image": "https://photos.zillowstatic.com/photo.jpg",
      "photo_count": 1,
      "photos": [
        {
          "url": "https://photos.zillowstatic.com/photo.jpg",
          "width": 1024,
          "height": 768
        }
      ],
      "has_3d_model": true
    },
    "schools": [
      {
        "name": "Example Elementary",
        "level": "Elementary",
        "rating": 8,
        "distance": 0.7,
        "assigned": true
      }
    ],
    "facts": {
      "year_built": 1951,
      "lot_size": {
        "value": 6062,
        "unit": "sqft",
        "text": "6,062 sqft"
      },
      "living_area": {
        "value": 2400,
        "unit": "sqft",
        "text": "2,400 sqft"
      },
      "heating": [
        "Central"
      ],
      "cooling": [
        "Central Air"
      ],
      "parking_features": [
        "Garage"
      ],
      "architectural_style": "Ranch",
      "laundry_features": [
        "Inside"
      ],
      "builder_name": "Example Builder"
    }
  }
}

Endpoint details

Returns normalized Zillow public property details using Zillow's public persisted GraphQL property payload, including optional typed sections for address parts, listing attribution, pricing, history, media, facts, schools, and nearby homes when present.

Method
GET
Path
/zillow/property/{zpid}
Authentication
apiKey
Credit cost
5 credits/request
Platform
Zillow
Parameters
2 documented fields

Request parameters

zpid:pathx-api-key:header

Response schema fields

addressaddress_partsaddress_parts.cityaddress_parts.countyaddress_parts.neighborhoodaddress_parts.stateaddress_parts.streetaddress_parts.subdivisionaddress_parts.zipcodebathsbedsbroker_name

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "zpid": "19952447",
    "address": "7862 Jellico Ave, Northridge, CA, 91325",
    "url": "https://www.zillow.com/homedetails/19952447_zpid/",
    "image": "https://photos.zillowstatic.com/photo.jpg",
    "photos": [
      "https://photos.zillowstatic.com/photo.jpg"
    ],
    "price": 1299000,
    "beds": 4,
    "baths": 3,
    "living_area": 2400,
    "home_status": "FOR_SALE",
    "home_type": "SINGLE_FAMILY",
    "broker_name": "Example Realty",
    "zestimate": 1250000,
    "description": "Public property description.",
    "address_parts": {
      "street": "7862 Jellico Ave",
      "city": "Northridge",
      "state": "CA",
      "zipcode": "91325",
      "county": "Los Angeles County"
    },
    "listing": {
      "mls_id": "SR123456",
      "source": "CRMLS",
      "broker_name": "Example Realty",
      "agent_name": "Jane Agent",
      "days_on_zillow": 9
    },
    "pricing": {
      "price": 1299000,
      "currency": "USD",
      "price_per_square_foot": 541,
      "zestimate": 1250000,
      "rent_zestimate": 6500
    },
    "history": {
      "price": [
        {
          "date": "2026-05-01",
          "event": "Listed for sale",
          "price": 1299000,
          "source": "CRMLS"
        }
      ],
      "tax": [
        {
          "year": 2025,
          "tax_paid": 12345,
          "value": 1100000
        }
      ]
    },
    "media": {
      "primary_image": "https://photos.zillowstatic.com/photo.jpg",
      "photo_count": 1,
      "photos": [
        {
          "url": "https://photos.zillowstatic.com/photo.jpg",
          "width": 1024,
          "height": 768
        }
      ],
      "has_3d_model": true
    },
    "schools": [
      {
        "name": "Example Elementary",
        "level": "Elementary",
        "rating": 8,
        "distance": 0.7,
        "assigned": true
      }
    ],
    "facts": {
      "year_built": 1951,
      "lot_size": {
        "value": 6062,
        "unit": "sqft",
        "text": "6,062 sqft"
      },
      "living_area": {
        "value": 2400,
        "unit": "sqft",
        "text": "2,400 sqft"
      },
      "heating": [
        "Central"
      ],
      "cooling": [
        "Central Air"
      ],
      "parking_features": [
        "Garage"
      ],
      "architectural_style": "Ranch",
      "laundry_features": [
        "Inside"
      ],
      "builder_name": "Example Builder"
    }
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/zillow/property/<zpid>" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingAutocomplete Zillow locationsSearch 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