# Redfin Product ## Overview | Property | Value | |----------|-------| | **Status** | private | | **Method** | `GET` | | **Endpoint** | `/v2/redfin/product` | | **Base URL** | `https://api.piloterr.com` | | **Credit Cost** | 1 credit per call | | **Documentation** | https://www.piloterr.com/library/redfin-product | ## Description Extract comprehensive real estate data from Redfin for market analysis, property valuation, and more with our API. ## 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/product' \ --header 'Content-Type: application/json' \ --header 'x-api-key: YOUR_API_KEY' ``` ## Example Response ### Example ```json { "photos": [ "https://ssl.cdn-redfin.com/photo/10/bigphoto/789/11204987_0.jpg", "https://ssl.cdn-redfin.com/photo/10/bigphoto/789/11204987_1.jpg", "https://ssl.cdn-redfin.com/photo/10/bigphoto/789/11204987_2.jpg" ], "nearbySchools": [ { "name": "Elementary School", "rating": 8, "distance": "0.5 miles" }, { "name": "Middle School", "rating": 9, "distance": "1.0 miles" }, { "name": "High School", "rating": 7, "distance": "1.5 miles" } ], "propertyDetails": { "url": "https://www.redfin.com/IL/La-Grange/915-S-6th-Ave-60525/home/14055591", "sqft": 2800, "mlsId": "11204987", "price": 469000, "status": "Active", "address": "915 S 6th Ave, La Grange, IL 60525", "hoaFees": 0, "lotSize": "7,866 sqft", "bedrooms": 4, "latitude": 41.7999, "bathrooms": 2, "longitude": -87.8718, "yearBuilt": 1924, "description": "Charming 4-bedroom, 2-bathroom home in the heart of La Grange, close to schools, parks, and shopping. Fully renovated with modern amenities.", "daysOnMarket": 3, "listingAgent": { "name": "John Doe", "phone": "123-456-7890", "company": "Redfin" }, "pricePerSqft": 167.5, "propertyType": "Single Family Residential", "lastSoldPrice": 450000, "listingOffice": { "name": "Redfin", "phone": "123-456-7890" } } } ``` ## Documentation ## Overview Extract comprehensive real estate data from Redfin for market analysis, property valuation, and more with our API. ## Quickstart ``` GET https://api.piloterr.com/v2/redfin/product?query=example ``` ## Parameters | Parameter | Type | Required | Description | |---|---|---|---| | `query` | string | yes | Search query or target identifier | ## Main use cases - Integrate Redfin Product 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