Skip to main content

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

ParameterDescription
api_keyRequired. Your API key.
urlFull building detail page URL.
stateState code.
cityCity name.
buildingBuilding slug, e.g. Beatrice.
building_typeOptional building type segment (default apartment).
building_idBuilding id.
countryProxy geotargeting.
tldOptional Redfin TLD override.