Redfin Building Detail API
Extract data from Redfin building detail pages using redfin/building-detail.
Full URL:
curl -GET "https://proxy.scrapeops.io/v1/structured-data/redfin/building-detail?api_key=YOUR_API_KEY&url=https%3A%2F%2Fwww.redfin.com%2FNY%2FYonkers%2F1116-Warburton-Ave-Yonkers-NY-10701%2Fbuilding%2F54651"
From parameters (canonical shape):
curl -GET "https://proxy.scrapeops.io/v1/structured-data/redfin/building-detail?api_key=YOUR_API_KEY&state=NY&city=New York&building=Beatrice&building_type=apartment&building_id=177360358"
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 building detail page URL. |
state | State code. |
city | City name. |
building | Building slug, e.g. Beatrice. |
building_type | Optional building type segment (default apartment). |
building_id | Building id. |
country | Proxy geotargeting. |
tld | Optional Redfin TLD override. |