Redfin Sale Search API
The Redfin Sale Search API lets you get structured search results from Redfin sale search pages using the redfin/sale-search endpoint.
You can pass a full Redfin sale search URL:
curl -GET "https://proxy.scrapeops.io/v1/structured-data/redfin/sale-search?api_key=YOUR_API_KEY&url=https%3A%2F%2Fwww.redfin.com%2Fcity%2F30749%2FNY%2FNew-York"
Or construct the URL from parameters:
curl -GET "https://proxy.scrapeops.io/v1/structured-data/redfin/sale-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 from the ScrapeOps app.
Include your API key using the api_key query parameter with every request.
API Parameters
| Parameter | Description |
|---|---|
api_key | Required. Your API key. |
url | Full Redfin sale search page URL. If provided, takes priority. |
city_id | Redfin city ID, e.g. 30749. |
state | State code, e.g. NY. |
city | City name, e.g. New York. Spaces allowed. |
country | Proxy geotargeting, e.g. us, uk. |
tld | Optional Redfin TLD override, e.g. ca. |
Response: JSON with status, url, data (parsed), or html when parsing isn’t applied.