The Redfin Listing API allows you to retrieve real estate listings from Redfin based on various search parameters.

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/listing?keyword=33321&type=forSale' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>'

API Parameters

ParameterDefault ValueRequiredDescription
keyword33321YesThe zipcode used to search for listings.
typeforSaleYesThe type of listing.
page-NoThe page number of the results to retrieve.