Redfin Rent Detail API
Extract structured data from Redfin rental detail pages using redfin/rent-detail.
Full URL:
curl -GET "https://proxy.scrapeops.io/v1/structured-data/redfin/rent-detail?api_key=YOUR_API_KEY&url=https%3A%2F%2Fwww.redfin.com%2FNY%2FNew-York%2FBeatrice%2Fapartment%2F177360358"
From parameters:
curl -GET "https://proxy.scrapeops.io/v1/structured-data/redfin/rent-detail?api_key=YOUR_API_KEY&state=NY&path=New-York%2FBeatrice&property_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 rental detail page URL. |
state | State code, e.g. NY. |
path | The city/building path segment(s). URL-encode slashes. |
property_id | Redfin rental property id. |
country | Proxy geotargeting. |
tld | Optional Redfin TLD override. |