Redfin Rent Search API
Get structured results from Redfin rentals search pages using redfin/rent-search.
Full URL:
curl -GET "https://proxy.scrapeops.io/v1/structured-data/redfin/rent-search?api_key=YOUR_API_KEY&url=https%3A%2F%2Fwww.redfin.com%2Fcity%2F30749%2FNY%2FNew-York%2Fapartments-for-rent"
From parameters:
curl -GET "https://proxy.scrapeops.io/v1/structured-data/redfin/rent-search?api_key=YOUR_API_KEY&city_id=30749&state=NY&city=New York"
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 rentals search page URL. |
city_id | Redfin city ID. |
state | State code, e.g. NY. |
city | City name. |
country | Proxy geotargeting, e.g. us. |
tld | Optional Redfin TLD override. |