# Redfin Search ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/redfin/search` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/redfin-search | ## Description Access La Grange real estate data via Redfin Search API for investment insights and market analysis. ## Authentication - **Key Name:** `x-api-key` - **Location:** HTTP Header - **Get an API key:** https://app.piloterr.com/register ## Example Request ```bash curl --location --request GET 'https://api.piloterr.com/v2/redfin/search' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "city": "La Grange", "state": "IL", "latitude": 41.806139, "listings": [ { "id": "123456789", "beds": 4, "sqft": 2000, "baths": 3, "price": 500000, "photos": [ "https://example.com/photo1.jpg", "https://example.com/photo2.jpg" ], "status": "Active", "address": "123 Main St", "listingDate": "2023-10-01", "propertyType": "Single Family Residential" }, { "id": "987654321", "beds": 5, "sqft": 3000, "baths": 4, "price": 750000, "photos": [ "https://example.com/photo3.jpg", "https://example.com/photo4.jpg" ], "status": "Pending", "address": "456 Oak Ave", "listingDate": "2023-09-20", "propertyType": "Single Family Residential" }, { "id": "135792468", "beds": 3, "sqft": 1500, "baths": 2, "price": 320000, "photos": [ "https://example.com/photo5.jpg", "https://example.com/photo6.jpg" ], "status": "Active", "address": "789 Elm St", "listingDate": "2023-09-25", "propertyType": "Townhouse" } ], "longitude": -87.86909 } ``` ## Documentation ## Overview Access La Grange real estate data via Redfin Search API for investment insights and market analysis. ## Quickstart ``` GET https://api.piloterr.com/v2/redfin/search?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Redfin Search data into enrichment, analytics, and monitoring pipelines - Automate large-scale extraction from Redfin without maintaining scrapers - Power internal dashboards and workflow automations with live Redfin data