VOOZH about

URL: https://apify.com/integrative_tangent/airbnb-calendar-scraper

⇱ Airbnb Calendar & Availability Scraper Β· Apify


πŸ‘ Airbnb Calendar & Availability Scraper avatar

Airbnb Calendar & Availability Scraper

Pricing

$0.30 / listing calendar scraped

Go to Apify Store

Airbnb Calendar & Availability Scraper

Scrapes Airbnb calendar availability, pricing, and occupancy data for 1-12 months forward. Supports listing IDs, URLs, search URLs, bounding boxes, and location names.

Pricing

$0.30 / listing calendar scraped

Rating

0.0

(0)

Developer

πŸ‘ Luis Segura

Luis Segura

Maintained by Community

Actor stats

0

Bookmarked

27

Total users

5

Monthly active users

3 months ago

Last modified

Share

The fastest way to pull day-by-day Airbnb availability, pricing, and occupancy for any listing β€” or every listing in an entire city β€” directly into JSON, CSV, or your data pipeline.

Most Airbnb scrapers only tell you what a listing looks like. This actor tells you whether it's booked, how much it costs per night, and how full it is over the next 12 months β€” the data that actually moves the needle for revenue estimation, investment analysis, and dynamic pricing.

What you get

For every listing, the actor returns:

  • Day-by-day availability (available / blocked) for 1–12 months forward
  • Nightly prices in your chosen currency
  • Min / max night requirements per date
  • Check-in / check-out eligibility per date
  • Occupancy rate (% of days blocked)
  • Average, minimum, and maximum nightly price
  • Full listing metadata when scraping by area (title, coordinates, room type, bedrooms, rating)

Why use this actor

  • Bulk-capable β€” point it at a bounding box or a city name and it will discover every listing in the area and pull its calendar. No per-listing manual work.
  • Precision-safe β€” 19-digit Airbnb listing IDs are handled as strings throughout, so you never lose data to JavaScript number precision.
  • Adaptive rate limiting β€” the actor speeds up when Airbnb is responsive and automatically backs off on HTTP 429 / 403, so long runs don't die halfway.
  • Session rotation built in β€” Playwright rotates cookies automatically; you don't need to babysit expired sessions.
  • 5 ways to define input β€” direct IDs, URLs, search-page URLs, bounding boxes, or plain location names.
  • Ready for scheduling β€” combine with an Apify schedule to run daily and detect new bookings by diffing the calendar over time.

Input modes

ModeFieldUse case
AlistingIdsYou already know which listings to track
BurlsCopy-paste listing URLs from your browser
CsearchUrlPaste an Airbnb search page URL with map view
DboundingBoxDefine a geographic rectangle by lat/lng corners
ElocationJust type "Punta Cana" or "Barcelona, Spain"

Provide one of these β€” the actor will resolve it to the listing IDs and pull calendars for each.

Example inputs

Mode A β€” Specific listing IDs

{
"listingIds":["1415214853332746816","1060090216136524847"],
"calendarMonths":12,
"currency":"USD"
}

Mode D β€” All listings in a bounding box

{
"boundingBox":{
"ne_lat":18.75,
"ne_lng":-68.30,
"sw_lat":18.50,
"sw_lng":-68.55
},
"calendarMonths":6,
"currency":"USD"
}

Mode E β€” An entire city by name

{
"location":"Las Terrenas, Dominican Republic",
"calendarMonths":12,
"maxListings":50
}

Example output

One record per listing:

{
"listingId":"1415214853332746816",
"title":"Brand New Beach Apartment with Private Pool",
"url":"https://www.airbnb.com/rooms/1415214853332746816",
"scrapedAt":"2026-04-09T14:30:00.000Z",
"calendarMonths":12,
"location":{"lat":18.6108,"lng":-68.7158},
"listingDetails":{
"roomType":"Entire home",
"bedrooms":2,
"bathrooms":2,
"maxGuests":4,
"rating":4.92,
"reviewCount":138
},
"summary":{
"totalDays":365,
"daysAvailable":249,
"daysBlocked":116,
"occupancyRate":0.318,
"avgNightlyPrice":85.00,
"minPrice":65.00,
"maxPrice":150.00,
"currency":"USD"
},
"calendar":[
{
"date":"2026-04-09",
"available":false,
"price":85.00,
"minNights":2,
"maxNights":30,
"checkinAllowed":false,
"checkoutAllowed":true
}
]
}

Use cases

  • Revenue estimation β€” multiply occupancy Γ— average nightly price to project annual revenue
  • Competitor tracking β€” monitor a set of rival listings and detect when they change pricing
  • Market research β€” occupancy trends across neighborhoods, cities, or seasonal periods
  • Dynamic pricing β€” feed prices back into a pricing-optimization model
  • Investment due diligence β€” evaluate a property's short-term rental potential before purchase
  • Booking pace / demand tracking β€” schedule daily runs and diff the calendar to see new bookings

Performance

  • ~2 listings/second at default rate (tunable up to 5/sec)
  • 100 listings in ~1 minute
  • 1,000 listings in ~10 minutes
  • Memory: ~256 MB (Playwright is only used briefly for session setup)

Proxy recommendations

For large runs, use Apify Proxy with the residential group for best reliability. The actor also works without a proxy for small runs or quick tests.

Integrations

Results can be exported to JSON, CSV, Excel, or piped into Google Sheets, Zapier, Make, Slack, or any HTTP endpoint via the built-in Apify integrations.

Pricing

This actor is priced per 1,000 calendar days returned, so you only pay for data you actually receive. A single listing scraped for 12 months = 365 days β‰ˆ one third of a unit. Failed or empty listings are not charged.

Legal

Use this actor only for data that Airbnb makes publicly available. You are responsible for complying with Airbnb's Terms of Service and any applicable laws in your jurisdiction (including GDPR, CCPA, and local data-protection rules). This actor does not collect reviews, personal information about hosts, or any private data.

Support

Found a bug or have a feature request? Open an issue on the actor's page or reach out through the Apify console. Pull requests and suggestions welcome.

You might also like

Airbnb Availability Calendar

simpleapi/airbnb-availability-calendar

Airbnb Availability Calendar Scraper extracts availability data from Airbnb listing calendars. Collect available and booked dates, pricing, minimum stay rules, and listing details to track occupancy trends, analyze competitors, or monitor rental availability for research and market insights. πŸ‘πŸ“…πŸ“Š

Airbnb Calendar Scraper Β· Availability & Occupancy

corent1robert/airbnb-calendar-availability-scraper

Extract availability calendars, occupancy rates, and pricing from any Airbnb market. Paste a city search URL to scan hundreds of listings at once, or monitor specific properties. Outputs per-listing occupancy %, blocked days, price / night, full daily calendar. Built for STR managers and investors.

πŸ‘ User avatar

Corentin Robert

10

Airbnb Rooms URLs Scraper

tri_angle/airbnb-rooms-urls-scraper

Scrape direct Airbnb rooms URLs and get all available details about the accommodation.

πŸ‘ User avatar

Tri⟁angle

1.4K

2.7

Fast Airbnb Scraper

tri_angle/new-fast-airbnb-scraper

Scrape destinations on Airbnb. Extract places and their prices, ratings, reviews counts, images and other details. Download scraped data in various formats including HTML, JSON and Excel.

πŸ‘ User avatar

Tri⟁angle

1.3K

3.0

Airbnb Availability Calendar

scrapapi/airbnb-availability-calendar

Airbnb Availability Calendar πŸ‘πŸ“… extracts listing availability, booked dates, and calendar data from Airbnb properties. Ideal for market research, pricing analysis, and rental tracking. Fast, reliable, and built for scalable data collection and automation workflows. πŸš€πŸ“Š

Airbnb Availability Calendar ($1.5 for 1000 dates)

lofomachines/airbnb-availability-calendar-scraper

Bulk scrapes Airbnb listing calendar next 90 days availability by room URLs.

28

Export Airbnb Calendar

rigelbytes/export-airbnb-calendar

Extract full-year availability from any Airbnb listing with ease. Get detailed calendar data for UNLIMITED listings. Perfect for market research, pricing analysis, and booking trends.

Airbnb Availability Calendar

rigelbytes/airbnb-availability-calendar

Extract full-year availability from any Airbnb listing with ease. Get detailed calendar data for UNLIMITED listings at just $10/month. Perfect for market research, pricing analysis, and booking trends.

86

3.0

Airbnb Availability Calendar

scrapier/airbnb-availability-calendar

Extract availability data from Airbnb listing calendars with the Airbnb Availability Calendar scraper. Collect available and blocked dates, nightly prices, minimum stay requirements, and other booking details in structured format.

Airbnb Property Availability Scraper

nifty.codes/airbnb-availability-scraper

Extract calendar dates and availability status from individual Airbnb property pages. Powered by Airbnb Scraper.