Crawlora
ProductPlatformsUse CasesDocsPricingCompareContact
Sign inTry Playground Console
Crawlora

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

Product

Web Scraping APIFeaturesPlatformsTravel APIsReal Estate APIsPricing

Platforms

Google SearchGoogle MapsGoogle TrendsBing SearchAmazonLinkedInApple PodcastsZillowTripAdvisorShopifyAll platforms

Developers

DocsGetting StartedAPI ExamplesPlaygroundSDKsGitHub

Use cases

SERP MonitoringSERP Rank Checker APIGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases

Resources

Free Web ScraperAnti-Bot CheckerKeyword ResearchBlogChangelogAll free tools

Legal

ContactTermsPrivacy
Product
Web Scraping APIFeaturesPlatformsTravel APIsReal Estate APIsPricing
Platforms
Google SearchGoogle MapsGoogle TrendsBing SearchAmazonLinkedInApple PodcastsZillowTripAdvisorShopifyAll platforms
Developers
DocsGetting StartedAPI ExamplesPlaygroundSDKsGitHub
Use cases
SERP MonitoringSERP Rank Checker APIGoogle Maps LeadsProperty Market IntelligenceAmazon Product MonitoringCrypto Market ResearchAI Agent Web DataAll use cases
Resources
Free Web ScraperAnti-Bot CheckerKeyword ResearchBlogChangelogAll free tools
Legal
ContactTermsPrivacy
© 2026 Crawlora. All rights reserved.·Built by Tony Wang
System statusCrawlora API status
  1. Home
  2. /Playground
  3. /Redfin
  4. /Redfin Estimate API

Endpoint Playground

Try the Redfin Estimate API

Test Crawlora's Redfin Estimate 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
/redfin/estimate
Platform
Redfin
Auth
apiKey
Credits
3 credits/request
Required params
property_id
Redfin Estimate API documentationRedfin platform pageCrawlora API pricingTry Redfin Property APITry Redfin Region Market Trends APITry Redfin Search APITry Redfin Similar Listings API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/redfin/estimate?property_id=<property_id>" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
property_idstringYesRedfin property id

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "property_id": "1715020",
    "estimate": 1850000,
    "estimate_text": "$1.85M",
    "listing_price": 2500000,
    "address": "1242 Sacramento St #1",
    "beds": 2,
    "baths": 2,
    "sqft": 1609,
    "year_built": 1900,
    "latitude": 37.792652,
    "longitude": -122.4133936,
    "updated_at": 1780929708431,
    "property_time_series": [
      1800000,
      1820000,
      1850000
    ],
    "city_time_series": [
      1500000,
      1510000,
      1520000
    ],
    "county_time_series": [
      1400000,
      1410000,
      1420000
    ],
    "postal_code_time_series": [
      1523302,
      1529750,
      1537670
    ]
  }
}

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.

5 shown
Group
GETapiKey3 credits/requestredfin.EstimateResponseRedfin
GET /redfin/estimate

Get Redfin Estimate

Returns the Redfin Estimate for a property, including the current estimate, property facts, and the monthly estimate history with city/county/postal comparatives. Faithful pass-through of Redfin's public avm + avmHistoricalData resources.

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

redfin_estimate

MCP auth

Authorization: Bearer $CRAWLORA_API_KEY

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": {
    "property_id": "1715020",
    "estimate": 1850000,
    "estimate_text": "$1.85M",
    "listing_price": 2500000,
    "address": "1242 Sacramento St #1",
    "beds": 2,
    "baths": 2,
    "sqft": 1609,
    "year_built": 1900,
    "latitude": 37.792652,
    "longitude": -122.4133936,
    "updated_at": 1780929708431,
    "property_time_series": [
      1800000,
      1820000,
      1850000
    ],
    "city_time_series": [
      1500000,
      1510000,
      1520000
    ],
    "county_time_series": [
      1400000,
      1410000,
      1420000
    ],
    "postal_code_time_series": [
      1523302,
      1529750,
      1537670
    ]
  }
}

Endpoint details

Returns the Redfin Estimate for a property, including the current estimate, property facts, and the monthly estimate history with city/county/postal comparatives. Faithful pass-through of Redfin's public avm + avmHistoricalData resources.

Method
GET
Path
/redfin/estimate
Authentication
apiKey
Credit cost
3 credits/request
Platform
Redfin
Parameters
2 documented fields

Request parameters

property_id:queryx-api-key:header

Response schema fields

addressbathsbedscity_time_seriescounty_time_seriesestimateestimate_textlatitudelisting_pricelongitudepostal_code_time_seriesproperty_id

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "property_id": "1715020",
    "estimate": 1850000,
    "estimate_text": "$1.85M",
    "listing_price": 2500000,
    "address": "1242 Sacramento St #1",
    "beds": 2,
    "baths": 2,
    "sqft": 1609,
    "year_built": 1900,
    "latitude": 37.792652,
    "longitude": -122.4133936,
    "updated_at": 1780929708431,
    "property_time_series": [
      1800000,
      1820000,
      1850000
    ],
    "city_time_series": [
      1500000,
      1510000,
      1520000
    ],
    "county_time_series": [
      1400000,
      1410000,
      1420000
    ],
    "postal_code_time_series": [
      1523302,
      1529750,
      1537670
    ]
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/redfin/estimate?property_id=<property_id>" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingGet Redfin propertyGet Redfin region market trendsSearch Redfin listingsGet Redfin comparable listings

Browse public API demos

Search stored Google Maps businessesFacet stored Google Maps businessesGoogle Trends explore dataSearch Nominatim placesReverse geocode coordinatesSearch TripAdvisor placesSearch Zillow listingsCoinGecko markets
DocsPlatformsPricing