Real Estate
Redfin.com logo

Redfin.com API

redfin.com

Search listings by location and open property detail pages to capture price, beds/baths, sqft, address, status, and listing agent.

Actions
4
Category
Real Estate
Login
Not required
Output
JSON

Call the Redfin.com API

Submit a task, then poll the job until it settles. This example runs act_redfin_com_map_search_page_ssr.

curl -X POST https://api.anakin.io/v1/wire/task \
  -H "X-API-Key: $ANAKIN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "action_id": "act_redfin_com_map_search_page_ssr",
    "params": {}
  }'

4 actions on redfin.com

Read

  • Map Search Page

    act_redfin_com_map_search_page_ssrread1 credit / call

    Return map search listing cards with price, beds, baths, sqft, address, and status.

  • Property Detail

    act_redfin_com_property_detail_ssrread2 credits / call

    Return property detail by address and ID: price, beds, baths, sqft, address, status, and listing agent.

    property_id
    string · required
    state
    string · required
    city
    string · required
    address_slug
    string · required
    listing_url_path
    string
    latitude
    string
    longitude
    string
  • Property Map Listing

    act_redfin_com_property_map_listingread2 credits / call

    Return home listing cards for a region ID with price, beds, baths, sqft, address, and status.

    region_id
    string · required
  • Property Map Listing by Coordinates

    act_redfin_com_property_map_listing_by_coordsread2 credits / call

    Return home listing cards for a latitude/longitude search with price, beds, baths, sqft, address, and status.

    latitude
    string · required
    longitude
    string · required

Redfin.com API questions

Is there an API for Redfin.com?
Redfin.com does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for redfin.com. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
How do I scrape Redfin.com data?
POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when redfin.com changes its markup, Anakin updates the action.
Do I need a Redfin.com account?
No. Every Redfin.com action listed here runs anonymously — no account and no credentials required.
What does the Redfin.com API cost?
Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.

More Real Estate APIs

All Real Estate sites