Run Scraper
Redfin Scraper
The Redfin Scraper collects real estate listings from Redfin, including price, address, property type, beds, baths, and status.
This scraper job is asynchronous. You’ll receive a jobId
, and can fetch results via polling or webhook delivery.
Example Request
Job Parameters
Listing type. One of: forSale
, forRent
, sold
List of ZIP codes to search, e.g. ["94110", "10001"]
Getting Results
Webhooks
Receive real-time updates when your scraper job starts, completes, or collects data.
Results API
Use the Results API to fetch your data using the jobId
, with support for polling and pagination.
Stopping a Job
Cancel an active scraper job early if it’s no longer needed or you want to save credits.