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

Endpoint Playground

Try the Redfin Search API

Test Crawlora's Redfin 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
/redfin/search
Platform
Redfin
Auth
apiKey
Credits
5 credits/request
Required params
None
Common optional params
location, page, region_id, region_type, status, min_price
Redfin Search API documentationRedfin platform pageCrawlora API pricingTry Redfin Estimate APITry Redfin Property APITry Redfin Region Market Trends APITry Redfin Similar Listings API

Prefilled cURL

curl "https://api.crawlora.net/api/v1/redfin/search" \
  -H "x-api-key: $CRAWLORA_API_KEY"

Request parameters visible to crawlers

ParameterTypeRequiredPrefilled valueDescription
locationstringNoDisplay location; resolved via autocomplete when region_id is omitted
pageintegerNo1-based page
region_idintegerNoRedfin region id from autocomplete
region_typeintegerNoRedfin region type from autocomplete (defaults to 6, city)
statusstringNoListing status: for_sale or sold
min_priceintegerNoMinimum price filter
max_priceintegerNoMaximum price filter
min_bedsintegerNoMinimum bedrooms filter
min_bathsnumberNoMinimum bathrooms filter

Example JSON response

{
  "code": 200,
  "msg": "OK",
  "data": {
    "location": "San Francisco, CA",
    "page": 1,
    "region_id": 17151,
    "region_type": 6,
    "results": [
      {
        "property_id": "1715020",
        "address": "123 Main St #4",
        "city": "San Francisco",
        "state": "CA",
        "zip": "94110",
        "url": "https://www.redfin.com/CA/San-Francisco/123-Main-St-94110/home/1715020",
        "property_type": "Condo/Co-op",
        "status": "Active",
        "price": 1250000,
        "beds": 2,
        "baths": 2,
        "sqft": 1100,
        "lot_size": 2500,
        "year_built": 1998,
        "days_on_market": 7,
        "price_per_sqft": 1136,
        "hoa_monthly": 450,
        "mls_number": "424001234",
        "latitude": 37.7596,
        "longitude": -122.4269
      }
    ]
  }
}

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
GETapiKey5 credits/requestredfin.SearchResponseRedfin
GET /redfin/search

Search Redfin listings

Returns normalized Redfin public listing search results from Redfin's credential-free region CSV endpoint. Pass region_id/region_type from autocomplete to skip location resolution.

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

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_search

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": {
    "location": "San Francisco, CA",
    "page": 1,
    "region_id": 17151,
    "region_type": 6,
    "results": [
      {
        "property_id": "1715020",
        "address": "123 Main St #4",
        "city": "San Francisco",
        "state": "CA",
        "zip": "94110",
        "url": "https://www.redfin.com/CA/San-Francisco/123-Main-St-94110/home/1715020",
        "property_type": "Condo/Co-op",
        "status": "Active",
        "price": 1250000,
        "beds": 2,
        "baths": 2,
        "sqft": 1100,
        "lot_size": 2500,
        "year_built": 1998,
        "days_on_market": 7,
        "price_per_sqft": 1136,
        "hoa_monthly": 450,
        "mls_number": "424001234",
        "latitude": 37.7596,
        "longitude": -122.4269
      }
    ]
  }
}

Endpoint details

Returns normalized Redfin public listing search results from Redfin's credential-free region CSV endpoint. Pass region_id/region_type from autocomplete to skip location resolution.

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

Request parameters

location:querypage:queryregion_id:queryregion_type:querystatus:querymin_price:querymax_price:querymin_beds:querymin_baths:queryx-api-key:header

Response schema fields

locationpageregion_idregion_typeresultsresults[].addressresults[].bathsresults[].bedsresults[].cityresults[].days_on_marketresults[].hoa_monthlyresults[].image

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "location": "San Francisco, CA",
    "page": 1,
    "region_id": 17151,
    "region_type": 6,
    "results": [
      {
        "property_id": "1715020",
        "address": "123 Main St #4",
        "city": "San Francisco",
        "state": "CA",
        "zip": "94110",
        "url": "https://www.redfin.com/CA/San-Francisco/123-Main-St-94110/home/1715020",
        "property_type": "Condo/Co-op",
        "status": "Active",
        "price": 1250000,
        "beds": 2,
        "baths": 2,
        "sqft": 1100,
        "lot_size": 2500,
        "year_built": 1998,
        "days_on_market": 7,
        "price_per_sqft": 1136,
        "hoa_monthly": 450,
        "mls_number": "424001234",
        "latitude": 37.7596,
        "longitude": -122.4269
      }
    ]
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/redfin/search" \
  -H "x-api-key: $CRAWLORA_API_KEY"
View endpoint docsOpen platform pageBrowse all endpointsPricingGet Redfin EstimateGet Redfin propertyGet Redfin region market trendsGet 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