The Redfin Property API allows users to retrieve detailed information about a specific property using its URL. It provides details such as property features, price, and agent contacts.

Get Your API Key

Sign in at hasdata.com, go to your account settings, and copy your API key. All requests must include your key in the x-api-key header.

Make Your First Request

curl --request GET \
  --url 'https://api.hasdata.com/scrape/redfin/property?url=https%3A%2F%2Fwww.redfin.com%2FIL%2FChicago%2F1322-S-Prairie-Ave-60605%2Funit-1106%2Fhome%2F12694628' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>'

API Parameters

ParameterDefault ValueRequiredDescription
urlhttps://www.redfin.com/IL/Chicago/1322-S-Prairie-Ave-60605/unit-1106/home/12694628YesThe URL of the property on Redfin. Must be a valid Redfin property URL.