Airbnb Property Details Scraper avatar

Airbnb Property Details Scraper

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Airbnb Property Details Scraper

Airbnb Property Details Scraper

Fast and reliable Airbnb scraper to extract full property details, pricing, availability, and calendar data.

Pricing

from $1.00 / 1,000 results

Rating

5.0

(1)

Developer

Crawlio

Crawlio

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

0

Monthly active users

a day ago

Last modified

Categories

Share

Airbnb Property Scraper

What does Airbnb Property Scraper do?

Airbnb Property Scraper enables you to get detailed property data, pricing, and availability from Airbnb directly from listing URLs or IDs.

Airbnb Property Scraper can scrape:

  • Full property details (title, description, amenities, host details, images)
  • Property summaries (lighter, faster payload)
  • Real-time pricing for specific dates
  • Detailed availability rules and blocked/open dates
  • Calendar availability for multiple months

Why scrape Airbnb?

Airbnb has millions of users and is a great source of data for real estate analysis, travel planning, competitive pricing research, and market intelligence.

Here are just some of the ways you could use that data:

  • Track pricing and availability for specific properties over time
  • Build detailed property datasets for real estate modeling
  • Analyze host profiles and property reviews
  • Understand amenity trends in specific markets

If you would like more inspiration on how scraping Airbnb could help your business or organization, check out our industry pages.

How to scrape Airbnb Property Details

It's easy to scrape Airbnb with Airbnb Property Scraper. Just follow these few steps and you'll get your data in a few minutes.

  1. Click on Try for free.
  2. Select operation:
    • Full property details → Get all information about a listing
    • Property summary → Get basic information fast
    • Pricing → Get total prices for specific dates
    • Availability → Check open dates and rules
    • Calendar → Get a multi-month availability calendar
  3. Enter the target listing URLs or IDs.
  4. Click on Run.
  5. When Airbnb Property Scraper has finished, preview or download your data from the Dataset tab.

Supported operations

The Actor supports five operations:

  • property — fetch full property details
  • property_summary — fetch a lighter summary of the property
  • pricing — fetch pricing for a specific stay window
  • availability — fetch availability rules and open dates
  • calendar — fetch monthly calendar availability

Property Details

Example input:

{
"operation": "property",
"property": {
"url": "https://www.airbnb.com/rooms/1597685945984399331",
"adults": 2,
"nights": 2
}
}

Property Summary

Example input:

{
"operation": "property_summary",
"property_summary": {
"url": "https://www.airbnb.com/rooms/1597685945984399331",
"adults": 2,
"nights": 2
}
}

Pricing

Example input:

{
"operation": "pricing",
"pricing": {
"url": "https://www.airbnb.com/rooms/1597685945984399331",
"checkin": "2026-05-20",
"checkout": "2026-05-27",
"adults": 2
}
}

Availability

Example input:

{
"operation": "availability",
"availability": {
"url": "https://www.airbnb.com/rooms/1597685945984399331",
"checkin": "2026-05-20",
"checkout": "2026-05-27",
"adults": 2
}
}

Calendar

Example input:

{
"operation": "calendar",
"calendar": {
"listingId": "1597685945984399331",
"month": 5,
"year": 2026,
"count": 3
}
}

Note that personal data is protected by GDPR in the European Union and by other regulations around the world. You should not scrape personal data unless you have a legitimate reason to do so. If you're unsure whether your reason is legitimate, consult your lawyers.

We also recommend that you read our blog post: is web scraping legal?