Skip to main content

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

ParameterDescription
api_keyRequired. Your API key.
urlFull Redfin sale search page URL. If provided, takes priority.
city_idRedfin city ID, e.g. 30749.
stateState code, e.g. NY.
cityCity name, e.g. New York. Spaces allowed.
countryProxy geotargeting, e.g. us, uk.
tldOptional Redfin TLD override, e.g. ca.

Response: JSON with status, url, data (parsed), or html when parsing isn’t applied.