Airbnb Market Occupancy Scraper avatar

Airbnb Market Occupancy Scraper

Pricing

$4.00 / 1,000 listing analyzeds

Go to Apify Store
Airbnb Market Occupancy Scraper

Airbnb Market Occupancy Scraper

Occupancy for every listing in an Airbnb market. Walks each 12-month calendar and corrects for the host's booking horizon and owner blocks, giving real occupancy per listing, per month, and market-wide — not the naive blocked-day count, which can overstate occupancy by 15x.

Pricing

$4.00 / 1,000 listing analyzeds

Rating

0.0

(0)

Developer

Crikit

Crikit

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

8 hours ago

Last modified

Categories

Share

Scrape Airbnb occupancy for every listing in a market. This Airbnb occupancy scraper walks each listing's 12-month calendar and then corrects for the host's booking horizon and long owner blocks, producing real occupancy per listing, per month, and market-wide — not the naive blocked-day count that overstates occupancy on almost every listing.

No Airbnb API key, no login, and no headless browser. Results land in a structured dataset you can export to JSON, CSV, Excel, or XML, or pull straight from the Apify API.

What is Airbnb Market Occupancy Scraper?

Airbnb Market Occupancy Scraper is an Apify Actor that extracts market-wide occupancy rates from Airbnb and returns them as clean, structured records. The correction matters: a host who has only opened three months of calendar looks 75% booked to a naive counter. This Actor detects the booking horizon and the long blocks that signal owner use, and reports occupancyStatusReason so you can see exactly how each number was derived.

What data can this Airbnb occupancy scraper extract?

Every run writes one row per listing. The full schema carries 57 fields; the most-used ones are below.

FieldTypeDescription
recordTypestringrecordType
listingIdstringlistingId
urlstringurl
namestringname
subtitlestringsubtitle
latitudenumberlatitude
longitudenumberlongitude
ratingnumberrating
badgesarraybadges
isSuperhostbooleanisSuperhost
searchPriceLabelstringsearchPriceLabel
occupancyStatusstringoccupancyStatus
occupancyStatusReasonstringoccupancyStatusReason
occupancyPctnumberoccupancyPct
occupancyWindowDaysintegeroccupancyWindowDays
occupancyByWindowobjectoccupancyByWindow
monthlyOccupancyarraymonthlyOccupancy
bookingHorizonDaysintegerbookingHorizonDays
bookingHorizonDatestringbookingHorizonDate
calendarFirstDatestringcalendarFirstDate
calendarLastDatestringcalendarLastDate
calendarDaysScannedintegercalendarDaysScanned

See the Output tab in Apify Console for all 57 fields.

How to scrape Airbnb market occupancy

  1. Open Airbnb Market Occupancy Scraper and click Try for free.
  2. Give a location name, or a boundingBox / radiusKm if you want to draw the market yourself.
  3. Set monthsAhead and occupancyWindows to define the periods you want measured.
  4. Filter supply with minBedrooms, priceMin, and priceMax so you measure a comparable set.
  5. Leave includeMarketSummary on for a market-level roll-up row alongside the per-listing rows.
  6. Click Start and watch rows appear live in the Output tab.
  7. Export the dataset as JSON, CSV, Excel, or XML — or fetch it from the Apify API once the run finishes.

Airbnb Market Occupancy Scraper input options

InputTypeWhat it doesDefault
locationstringThe market to analyse, for example "Joshua Tree, CA" or "Gatlinburg, Tennessee". Resolved to a centre point, then..."Joshua Tree, CA"
boundingBoxobjectExact search area as neLat, neLng, swLat, swLng. Use this for irregular markets or to split a large region across...
radiusKmintegerHalf-width of the search box around the resolved location. 12 km suits a town; raise it for a metro area or a...12
maxListingsintegerHard cap on listings analysed, and therefore on run cost. Set 0 for no cap — a dense metro can hold many thousands...300
occupancyWindowsarrayForward-looking windows to score, in days. 90 days is the most reliable read: far enough out to capture demand, near...[30, 60, 90]
monthsAheadintegerHow far ahead to pull each calendar, 1 to 12. Airbnb silently caps this at 12.12
longBlockDaysintegerAn unbroken run of unavailable days at least this long is treated as an owner block (renovation, personal use)...21
includeDailyCalendarbooleanAdds a days array to every listing row. Useful for your own modelling; it makes the dataset far larger.false
includeMarketSummarybooleanAppends one roll-up row with market-wide occupancy percentiles and a month-by-month curve.true
minBedroomsintegerRestrict the market to listings with at least this many bedrooms.
priceMinintegerLower bound on nightly price, in currency.
priceMaxintegerUpper bound on nightly price, in currency.
maxSubdivisionDepthintegerAirbnb truncates any single search at 270 results, so cells that come back full are split into quadrants and...3
maxConcurrencyintegerParallel calendar requests. Airbnb rate-limits per IP, so raise this only alongside a rotating proxy.8
maxRunSecsintegerThe Actor stops cleanly at this point and still writes everything it has gathered, rather than being killed by the...3300
currencystringThree-letter ISO currency code for price fields."USD"

Proxy is configured through the standard proxyConfiguration object; the defaults shipped with this Actor are already tuned for the target site.

Example output

{
"location": "Joshua Tree, CA",
"radiusKm": 12,
"maxListings": 300,
"occupancyWindows": [30, 60, 90],
"monthsAhead": 12
}

How much does it cost to scrape Airbnb?

This Actor runs on pay per result pricing: $0.004 per listing ($4 per 1,000).

ResultsApproximate cost
1,000$4.00
10,000$40.00
100,000$400.00

You pay for rows you actually receive, so a search that returns nothing costs nothing beyond the start fee. Every Apify account includes free monthly usage credit, so you can trial Airbnb Market Occupancy Scraper at no cost.

What can you build with Airbnb data?

Underwrite a short-term-rental purchase

Real occupancy by bedroom tier, plus median available price, is the pair of numbers a revenue projection actually rests on. Both come out of one run.

Benchmark your listing against its true comp set

Compare your occupancy to the market median for the same bedroom count and price band rather than to a city-wide average that mixes studios with five-bedroom houses.

Measure seasonality before committing to a market

monthlyOccupancy per listing rolls up into a seasonality curve, so you can see whether a market is a year-round performer or carried by three peak months.

Spot markets where supply is outrunning demand

Track listingsDiscovered and market occupancy together over successive runs to catch saturation early.

Validate a third-party data provider

Occupancy estimates from commercial STR data vendors vary widely. This gives you an independent, auditable read with the derivation exposed.

Airbnb scraping tips and limits

  • Naive occupancy counts every blocked day as booked and typically overstates the real figure badly. naiveUnavailablePct is returned alongside the corrected number so you can see the size of that gap yourself.
  • longBlockDays controls how many consecutive blocked days count as owner use rather than a booking. Tune it for markets with long-stay patterns.
  • Big markets are expensive — every listing means a full calendar walk. Use maxListings and the price and bedroom filters to measure a representative sample instead of everything.
  • maxRunSecs is a hard stop. For a very large metro, split by neighborhood rather than raising it indefinitely.

Integrations and automation

Run Airbnb Market Occupancy Scraper on a schedule to keep a Airbnb dataset fresh, or trigger it from your own stack through the Apify API and the official JavaScript and Python clients. Native integrations push results into Google Sheets, Slack, Airtable, Zapier, Make, GitHub, or any webhook endpoint. The Actor also works as an MCP tool, so an AI agent can call it directly.

ActorWhat it does
Airbnb Search ScraperCheap supply-side census of a market.
Airbnb Full-Year Price ScraperReal nightly prices to pair with occupancy for revenue estimates.
Airbnb Market Reviews ScraperEvery review in the market, a demand-side signal.
Airbnb Availability Calendar ScraperRaw per-listing calendars without the occupancy correction.

Frequently asked questions

How is occupancy calculated?

The Actor reads each listing's calendar, establishes how far ahead the host has actually opened bookings, and excludes long consecutive blocks that indicate owner use. Occupancy is then booked days over genuinely bookable days inside that horizon. occupancyStatusReason records which rule applied to each listing.

Why is this more accurate than counting blocked days?

Airbnb does not publicly distinguish a guest booking from an owner block or an unopened calendar. Counting every unavailable day as booked inflates occupancy for any host who has not opened a full year — which is most of them.

Do I need a Airbnb API key?

No. Airbnb Market Occupancy Scraper reads publicly available Airbnb pages and endpoints directly, so there is no key to obtain, no OAuth app to register, and no account to connect.

Can I export Airbnb data to CSV, Excel, or Google Sheets?

Yes. Every run stores results in an Apify dataset that exports to JSON, JSONL, CSV, Excel, XML, or HTML with one click, and the Google Sheets integration writes rows straight into a spreadsheet.

Can I run Airbnb Market Occupancy Scraper on a schedule?

Yes. Apify schedules run the Actor hourly, daily, weekly, or on any cron expression, and webhooks can notify your systems the moment a run finishes.

Scraping publicly available data is broadly lawful in the US and EU, but the answer depends on what you collect and how you use it. This Actor is built to gather public calendar and listing information Airbnb publishes on public pages. Personal data carries extra obligations under GDPR and CCPA. Read Apify's guide on whether web scraping is legal and take your own legal advice for your use case.

Support and feedback

Found a bug, a missing field, or a Airbnb page shape this Actor does not handle yet? Open an issue from the Issues tab on the Actor page. Feature requests and custom-scraper enquiries are welcome there too.