Skip to main content
Track housing prices, scout investment properties, and analyze neighborhood trends without writing code. Returns property URL, address, price, beds, baths, living area, listing status, photos, and key listing metadata. This scraper job is asynchronous. You’ll receive a jobId, and can fetch results via polling or webhook delivery.

Request Cost

Each row of data returned consumes 10 credits from your balance.
Credits are deducted only for successful rows.

Example Request

curl --request POST \
  --url 'https://api.hasdata.com/scrapers/redfin/jobs' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>' \
  --data '{"limit":120,"locations":["33321","33068"],"type":"forSale"}'

Job Parameters

limit
number
required
Result rows limit
locations
string[]
required
Specify the Zip Codes you want to extract data from.
type
string
required
Type

Supported Enrichments

Request any of the fields below via the enrichments array in your job payload.
IDTitleDescriptionCost per Request
emailEmail AddressListing agent email address5 credits
websiteWebsite URLListing agent or brokerage website URL5 credits
phonePhone NumberListing agent or brokerage phone number5 credits
linkedinUrlLinkedIn ProfileListing agent LinkedIn profile URL5 credits
facebookUrlFacebook ProfileListing agent Facebook profile URL5 credits
instagramUrlInstagram ProfileListing agent Instagram profile URL5 credits
xUrlX (Twitter) ProfileListing agent X profile URL5 credits
githubUrlGitHub ProfileListing agent GitHub profile URL5 credits
revenueRevenueBrokerage revenue5 credits
trafficWebsite TrafficBrokerage website traffic5 credits
fundingFunding InfoBrokerage funding information5 credits
foundedFounded YearBrokerage founded year5 credits

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.