Airbnb Host Lead Extractor avatar

Airbnb Host Lead Extractor

Pricing

from $4.00 / 1,000 dataset items

Go to Apify Store
Airbnb Host Lead Extractor

Airbnb Host Lead Extractor

Build deduplicated lists of Airbnb hosts in any city — name, public profile URL, superhost and verified status, years hosting, portfolio ratings and a sample listing. Global coverage via Airbnb's official API, ideal for property-management outreach and market intelligence. Pay per host.

Pricing

from $4.00 / 1,000 dataset items

Rating

0.0

(0)

Developer

axly

axly

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Turn any Airbnb market into a clean, deduplicated list of hosts. Point it at a city and it scans the listings, extracts the host behind each one, removes duplicates, and returns each host's public profile intelligence with a sample listing — global coverage, built on Airbnb's official GraphQL API.

What this is (and isn't): Airbnb does not publish host email or phone numbers, and neither does this actor. You get each host's public profile — name, profile URL, superhost/verified status, tenure and ratings — so you can qualify and reach them through Airbnb. It is a market-intelligence and prospecting tool, not an email harvester.

Who it's for

  • Property-management companies & co-hosting agencies — find and qualify hosts in a target city for onboarding outreach.
  • STR service providers (cleaning, photography, dynamic pricing, insurance) — build territory-based prospect lists.
  • Market analysts — measure host concentration, superhost density and professionalization in a market.

What you get (output fields)

FieldTypeDescription
host_idstringAirbnb numeric host id
namestringHost display name
profile_urlstringPublic /users/show/<id> profile URL
profile_picturestringHost avatar URL
is_superhostbooleanSuperhost status
is_verifiedbooleanIdentity verified
years_hostingintegerYears active as a host
host_review_countintegerTotal reviews across their hosting
host_ratingnumberAverage host rating
response_timestringTypical response time (when shown)
aboutstringHost bio
sample_listingobjectOne of their listings (listing_id, url, name, price, rating)
found_in_locationstringThe market this host was found in
scraped_atstringISO-8601 timestamp

High-value use cases

  1. Agency onboarding pipelines — scan a city, filter to superhostOnly, and export a qualified outreach list.
  2. Territory planning — compare superhost density across markets to prioritize expansion.
  3. Service prospecting — build lists of active hosts for cleaning/photography/pricing services, deduplicated automatically.

Input parameters

FieldTypeDefaultNotes
locationstringMarket to scan (required)
maxListingsinteger100Listings to inspect for hosts
maxHostsinteger0Cap unique hosts (0 = no cap)
superhostOnlybooleanfalseKeep only superhosts
verifiedOnlybooleanfalseKeep only verified hosts
checkIn / checkOutstringOptional ISO dates for search context
adultsinteger1Guests for search context
currency / localestringUSD / enOutput localization

Example input

{
"location": "Lisbon, Portugal",
"maxListings": 150,
"superhostOnly": true
}

Example output (one row, trimmed)

{
"host_id": "65953824",
"name": "Ally",
"profile_url": "https://www.airbnb.com/users/show/65953824",
"is_superhost": true,
"is_verified": true,
"years_hosting": 6,
"host_review_count": 414,
"host_rating": 4.99,
"sample_listing": {
"listing_id": "809521118643862790",
"url": "https://www.airbnb.com/rooms/809521118643862790",
"price": "$1,136"
},
"found_in_location": "Austin, Texas",
"scraped_at": "2026-07-10T16:40:00+00:00"
}

Scheduling & integrations

Schedule city scans from the Apify Console or trigger via API, and export leads to Google Sheets, Make, Zapier, HubSpot or a CSV/webhook for your CRM.

FAQ

Do I get host emails or phone numbers? No. Airbnb does not expose them. You get the public profile and a profile URL to contact the host on Airbnb.

How are duplicates handled? Hosts are deduplicated by host_id within a run, so each host appears once with a sample listing.

How many hosts will I get? Roughly proportional to maxListings; many listings share hosts, so unique hosts are fewer than listings scanned. Increase maxListings for more.

Is it global? Yes — any city Airbnb supports, unlike Europe-only alternatives.

Is this legal? It collects only publicly visible profile data. You are responsible for complying with Airbnb's terms, and with GDPR/CCPA and marketing laws when contacting people.