Airbnb Host Listings Scraper avatar

Airbnb Host Listings Scraper

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Airbnb Host Listings Scraper

Airbnb Host Listings Scraper

Paste any Airbnb host URL (or host ID) and get the host profile plus every public listing they manage. Pulls verified-since date, languages, response stats, total listings count, plus per-listing fields (room type, beds, photo, rating, review count). Optionally fetches full PDP detail per listing.

Pricing

from $5.00 / 1,000 results

Rating

5.0

(1)

Developer

Crikit

Crikit

Maintained by Community

Actor stats

0

Bookmarked

75

Total users

17

Monthly active users

3 days ago

Last modified

Categories

Share

Scrape any Airbnb host by URL or host ID and get the full public profile plus the listings they manage. This Airbnb host scraper returns verified-since date, languages spoken, response rate and time, superhost status, review counts, and per-listing detail — room type, beds, rating, and cover photo.

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 Host Listings Scraper?

Airbnb Host Listings Scraper is an Apify Actor that extracts host profiles and their full listing portfolios from Airbnb and returns them as clean, structured records. Over 80 fields per host make it straightforward to separate a one-property host from a professional operator running dozens of units, which is the distinction most short-term-rental market analysis turns on. Airbnb's public API returns at most 10 managed listings per host, and the Actor always reports hostManagedListingsTotalCount so you know whether you have the full portfolio or the first 10 of a larger one.

What data can this Airbnb host scraper extract?

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

FieldTypeDescription
extractionStatusstringStatus of the record: ok (basic listing card), ok+detail (with PDP enrichment), ok+detail-failed (basic card...
hostIdstringAirbnb numeric user ID of the host.
hostUrlstringCanonical Airbnb host profile URL.
hostNamestringPublic display name of the host (the smartName field on Airbnb).
hostFirstNamestringPublic-facing first name shown on listings.
hostAboutstringFree-text biography the host wrote about themselves.
hostLocalizedAboutstringLocalized version of the about text when Airbnb auto-translates.
hostLocationstringSelf-reported location of the host.
hostProfilePictureUrlstringURL of the host's profile picture on the Airbnb CDN.
hostHasProfilePicturebooleanWhether the host has uploaded a profile picture.
hostCanViewProfilePicturebooleanWhether the profile picture is viewable by the public (Airbnb hides it in some states).
hostHasIdentityBadgebooleanWhether the host shows the identity badge on their profile.
hostHasVerificationBadgebooleanWhether Airbnb shows a verification badge on the host profile.
hostIdentityVerificationTypesarrayList of verification types passed (e.g. Email address, Phone number, Government ID).
hostVerifiedSinceTextstringFree-text verification date displayed on the host profile.
hostIsSuperhostbooleanTrue when Airbnb currently flags the host as a Superhost.
hostIsHomeHostbooleanWhether the user is set up to host stays (not just an experiences or service host).
hostIsServiceHostbooleanWhether the user offers Airbnb Services.
hostIsExperienceHostbooleanWhether the user offers Airbnb Experiences.
hostGuestTypestringAirbnb classification of the user's guest history (e.g. EXPERIENCED, NEW).
hostShowBusinessLabelstringBusiness label string displayed for professional hosts, when applicable.
hostShowBusinessVerificationBadgebooleanWhether the host shows a business verification badge.

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

How to scrape Airbnb host profiles

  1. Open Airbnb Host Listings Scraper and click Try for free.
  2. Paste Airbnb host URLs into hostUrls or startUrls, or pass bare IDs to hostIds.
  3. Turn on includeFullListingDetails to enrich every listing the host manages, not just name it.
  4. Set locale and currency for the language and money format you want.
  5. Cap the run with maxItems, and raise maxConcurrency for large host lists.
  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 Host Listings Scraper input options

InputTypeWhat it doesDefault
startUrlsarrayAirbnb host profile URLs (https://www.airbnb.com/users/show/). Listing URLs (https://www.airbnb.com/rooms/) also...see schema
hostUrlsarraySame as above but as plain strings - convenient when calling the actor via API. Host profile URLs, listing URLs, or...
hostIdsarrayConvenience input: pass just numeric host IDs and the URLs are built for you. Combine freely with the other inputs.
includeFullListingDetailsbooleanWhen on, each listing record is enriched with photos, amenities, description, location, house rules, and host-card...false
maxItemsintegerHard cap on the total number of result records to push. Leave empty for no limit.
maxConcurrencyintegerHow many hosts to process in parallel.10
localestringAirbnb locale for the response (affects localized text fields)."en-US"
currencystringCurrency code for any price-bearing fields when full PDP details are fetched."USD"

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

Example output

{
"startUrls": [
{ "url": "https://www.airbnb.com/users/show/107434423" },
{ "url": "https://www.airbnb.com/users/show/15782486" }
],
"hostIds": ["10930913"],
"includeFullListingDetails": false,
"maxItems": 50,
"maxConcurrency": 5
}

How much does it cost to scrape Airbnb?

This Actor runs on pay per result pricing: $0.005 per host record ($5 per 1,000). A one-time start fee of $0.00005 applies per run.

ResultsApproximate cost
1,000$5.00
10,000$50.00
100,000$500.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 Host Listings Scraper at no cost.

What can you build with Airbnb data?

Identify professional operators in a market

hostManagedListingsTotalCount separates hobbyist hosts from property managers instantly — and because it reports the true total even when only 10 listings are returned, it stays accurate for large portfolios.

Build a prospect list for property-management services

Hosts with several listings, mediocre ratings, and slow response times are the clearest fit for management, pricing, or co-hosting services. All three signals are on the same row.

Study what correlates with superhost status

Response stats, review counts, tenure, and per-listing ratings together let you model what actually predicts the superhost badge in a given market.

Map portfolio concentration in a neighborhood

Resolve every listing back to its host to see how much of a neighborhood's supply a handful of operators control.

Enrich acquisition targets

Before approaching an owner, pull their whole portfolio in one run so you know exactly what they hold.

Airbnb scraping tips and limits

  • Host IDs appear in any airbnb.com/users/show/<id> link, and every listing detail row carries its host — so Airbnb Details Scraper output feeds this Actor directly.
  • includeFullListingDetails multiplies both runtime and cost. Leave it off for a first pass at portfolio size.
  • Airbnb caps managed-listings responses at 10 per host. Compare the number of listing rows you get against hostManagedListingsTotalCount before concluding you have a host's whole portfolio.
  • Host names and photos are personal data. If you are in the EU or handling EU hosts, have a GDPR basis before storing rows.
  • Response-rate fields are among the most volatile on the profile — re-pull them if the number matters to a decision.

Integrations and automation

Run Airbnb Host Listings 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 Listing Details ScraperFull listing detail, including the host block that feeds this Actor.
Airbnb Search ScraperDiscover listings across a market first.
Airbnb Reviews ScraperReviews for any listing in the host's portfolio.
VRBO Search Results ScraperCheck whether the same operator also lists on VRBO.

Frequently asked questions

Can I find every listing a host owns?

You get every listing Airbnb publicly attributes to that host profile. Operators who split a portfolio across several host accounts will not be fully captured by a single host lookup.

Does it work for co-hosts and business hosts?

Yes. hostIsSuperhost, hostShowBusinessLabel, and hostGuestType distinguish individual hosts, business hosts, and service hosts on the same row.

Do I need a Airbnb API key?

No. Airbnb Host Listings 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 Host Listings 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 host profile information Airbnb publishes publicly — note this includes personal data such as names and photos. 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.