Airbnb Market Occupancy Scraper
Pricing
$4.00 / 1,000 listing analyzeds
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.
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.
| Field | Type | Description |
|---|---|---|
recordType | string | recordType |
listingId | string | listingId |
url | string | url |
name | string | name |
subtitle | string | subtitle |
latitude | number | latitude |
longitude | number | longitude |
rating | number | rating |
badges | array | badges |
isSuperhost | boolean | isSuperhost |
searchPriceLabel | string | searchPriceLabel |
occupancyStatus | string | occupancyStatus |
occupancyStatusReason | string | occupancyStatusReason |
occupancyPct | number | occupancyPct |
occupancyWindowDays | integer | occupancyWindowDays |
occupancyByWindow | object | occupancyByWindow |
monthlyOccupancy | array | monthlyOccupancy |
bookingHorizonDays | integer | bookingHorizonDays |
bookingHorizonDate | string | bookingHorizonDate |
calendarFirstDate | string | calendarFirstDate |
calendarLastDate | string | calendarLastDate |
calendarDaysScanned | integer | calendarDaysScanned |
See the Output tab in Apify Console for all 57 fields.
How to scrape Airbnb market occupancy
- Open Airbnb Market Occupancy Scraper and click Try for free.
- Give a
locationname, or aboundingBox/radiusKmif you want to draw the market yourself. - Set
monthsAheadandoccupancyWindowsto define the periods you want measured. - Filter supply with
minBedrooms,priceMin, andpriceMaxso you measure a comparable set. - Leave
includeMarketSummaryon for a market-level roll-up row alongside the per-listing rows. - Click Start and watch rows appear live in the Output tab.
- 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
| Input | Type | What it does | Default |
|---|---|---|---|
location | string | The market to analyse, for example "Joshua Tree, CA" or "Gatlinburg, Tennessee". Resolved to a centre point, then... | "Joshua Tree, CA" |
boundingBox | object | Exact search area as neLat, neLng, swLat, swLng. Use this for irregular markets or to split a large region across... | |
radiusKm | integer | Half-width of the search box around the resolved location. 12 km suits a town; raise it for a metro area or a... | 12 |
maxListings | integer | Hard cap on listings analysed, and therefore on run cost. Set 0 for no cap — a dense metro can hold many thousands... | 300 |
occupancyWindows | array | Forward-looking windows to score, in days. 90 days is the most reliable read: far enough out to capture demand, near... | [30, 60, 90] |
monthsAhead | integer | How far ahead to pull each calendar, 1 to 12. Airbnb silently caps this at 12. | 12 |
longBlockDays | integer | An unbroken run of unavailable days at least this long is treated as an owner block (renovation, personal use)... | 21 |
includeDailyCalendar | boolean | Adds a days array to every listing row. Useful for your own modelling; it makes the dataset far larger. | false |
includeMarketSummary | boolean | Appends one roll-up row with market-wide occupancy percentiles and a month-by-month curve. | true |
minBedrooms | integer | Restrict the market to listings with at least this many bedrooms. | |
priceMin | integer | Lower bound on nightly price, in currency. | |
priceMax | integer | Upper bound on nightly price, in currency. | |
maxSubdivisionDepth | integer | Airbnb truncates any single search at 270 results, so cells that come back full are split into quadrants and... | 3 |
maxConcurrency | integer | Parallel calendar requests. Airbnb rate-limits per IP, so raise this only alongside a rotating proxy. | 8 |
maxRunSecs | integer | The Actor stops cleanly at this point and still writes everything it has gathered, rather than being killed by the... | 3300 |
currency | string | Three-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).
| Results | Approximate 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.
naiveUnavailablePctis returned alongside the corrected number so you can see the size of that gap yourself. longBlockDayscontrols 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
maxListingsand the price and bedroom filters to measure a representative sample instead of everything. maxRunSecsis 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.
Related scrapers
| Actor | What it does |
|---|---|
| Airbnb Search Scraper | Cheap supply-side census of a market. |
| Airbnb Full-Year Price Scraper | Real nightly prices to pair with occupancy for revenue estimates. |
| Airbnb Market Reviews Scraper | Every review in the market, a demand-side signal. |
| Airbnb Availability Calendar Scraper | Raw 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.
Is it legal to scrape Airbnb?
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.