Redfin Sale Detail API
Extract structured data from Redfin home sale detail pages using redfin/sale-detail.
Full URL:
curl -GET "https://proxy.scrapeops.io/v1/structured-data/redfin/sale-detail?api_key=YOUR_API_KEY&url=https%3A%2F%2Fwww.redfin.com%2FNY%2FJackson-Heights%2F33-25-92nd-St-11372%2Funit-2E%2Fhome%2F192153669"
From parameters:
curl -GET "https://proxy.scrapeops.io/v1/structured-data/redfin/sale-detail?api_key=YOUR_API_KEY&state=NY&path=Jackson-Heights%2F33-25-92nd-St-11372%2Funit-2E&home_id=192153669"
Authorisation - API Key
To use the ScrapeOps proxy, you first need an API key which you can get by signing up for a free account.
Your API key must be included with every request using the api_key query parameter otherwise the API will return a 403 Forbidden Access status code.
Parameters
| Parameter | Description |
|---|---|
api_key | Required. Your API key. |
url | Full sale detail page URL. |
state | State code, e.g. NY. |
path | The city/address path segment(s). URL-encode slashes. |
home_id | Redfin home id. |
country | Proxy geotargeting. |
tld | Optional Redfin TLD override. |