Skip to main content
Run vacancy and pricing analysis, track competitor listings, and source short-term rental investment leads. Returns listing id, url, title, address + coordinates, rating, reviews, room type, guest capacity, host profile (name, rating, reviews, years hosting, verification, superhost status), cohosts, total/original/discounted price with full breakdown, description, and photo gallery. 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/airbnb/jobs' \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <your-api-key>' \
  --data '{"limit":100,"location":"New York","checkIn":"<checkIn>","checkOut":"<checkOut>"}'

Job Parameters

limit
number
required
Result rows limit
location
string
required
Destination
checkIn
string
required
Check-in date (yyyy-mm-dd)
checkOut
string
required
Check-out date (yyyy-mm-dd)
adults
number
Adults
children
number
Children
infants
number
Infants
pets
number
Pets

Supported Enrichments

Request any of the fields below via the enrichments array in your job payload.
IDTitleDescriptionCost per Request
emailEmail AddressHost email address5 credits
phonePhone NumberHost phone number5 credits
linkedinUrlLinkedIn ProfileHost LinkedIn profile URL5 credits
facebookUrlFacebook ProfileHost Facebook profile URL5 credits
instagramUrlInstagram ProfileHost Instagram profile URL5 credits
xUrlX (Twitter) ProfileHost X profile URL5 credits
githubUrlGitHub ProfileHost GitHub profile URL5 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.