Airbnb Property Scraper ๐Ÿ  avatar

Airbnb Property Scraper ๐Ÿ 

Pricing

from $1.00 / 1,000 results

Go to Apify Store
Airbnb Property Scraper ๐Ÿ 

Airbnb Property Scraper ๐Ÿ 

Extract Airbnb listings at scale. Harvest property data including pricing, reviews, availability, and host profiles. Perfect for vacation rental market analysis, competitor intelligence, and price monitoring across any location worldwide.

Pricing

from $1.00 / 1,000 results

Rating

5.0

(1)

Developer

Shahid Irfan

Shahid Irfan

Maintained by Community

Actor stats

1

Bookmarked

7

Total users

2

Monthly active users

16 days ago

Last modified

Share

What does Airbnb Listings Scraper do?

Airbnb Listings Scraper extracts structured listing data from Airbnb search result pages. Add one or more Airbnb /s/.../homes search URLs, choose how many results you want, and get clean records with listing IDs, URLs, titles, room types, cities, guest capacity, ratings, review counts, pricing text, coordinates, badges, images, and search rank.

This Airbnb scraper is useful for short-term rental market research, competitor monitoring, pricing analysis, destination research, and building property datasets for BI dashboards, spreadsheets, AI agents, or internal data pipelines.

Why use Airbnb Listings Scraper?

  • Market research without manual copy-paste - Collect Airbnb listing data from selected cities, neighborhoods, dates, and guest filters.
  • Search URL based collection - Use the same Airbnb search URLs your team already works with, including query parameters for stay dates, guests, and location context.
  • Multiple market support - Process more than one Airbnb search URL in a single run until your requested result limit is reached.
  • Analysis-ready output - Export structured records to JSON, CSV, Excel, XML, Google Sheets, or your own systems.
  • Monitoring workflows - Schedule repeat runs to compare pricing, rating, ranking, and inventory changes over time.
  • Clean records - Dataset items include available fields only, so downstream analysis does not have to deal with empty values.

What data can you extract from Airbnb?

FieldDescription
listing_idAirbnb listing numeric identifier.
listing_urlDirect URL to the Airbnb room or property page.
titleListing title shown in Airbnb search results.
subtitleShort listing subtitle, such as bed or stay summary.
name_localizedLocalized listing name when available.
room_typeProperty or room type, such as entire rental unit or private room.
cityCity or localized place name connected to the listing.
categoryAirbnb room or property category label when available.
bed_labelShort bed, room, or layout summary.
person_capacityMaximum guest capacity published for the listing.
is_superhostWhether the host is marked as a superhost when available.
host_nameHost name when available in the search result data.
latitudeListing latitude for mapping and geo analysis.
longitudeListing longitude for mapping and geo analysis.
ratingAverage rating score.
reviews_countNumber of reviews parsed from the listing rating text.
rating_labelRating label text when provided by Airbnb.
nightly_pricePrimary displayed nightly price.
nightly_price_qualifierPrice qualifier, such as the stay length label.
price_accessibility_labelExpanded price text when available.
total_price_lineSecondary total price or summary line.
price_display_stylePrice display style label when available.
review_snippetShort review snippet from the listing card.
badgesListing badge labels, such as guest favorite or rare find.
image_urlsImage URLs from the listing card.
search_rankRank order in the collected Airbnb search results.
search_contextAirbnb search URL used as the source context.
fetched_atISO timestamp for when the listing was collected.

How to scrape Airbnb listing data

  1. Open Airbnb and create a search for your target location, dates, guest count, and filters.
  2. Copy the Airbnb search URL from your browser address bar.
  3. Open Airbnb Listings Scraper on Apify.
  4. Paste one or more URLs into urls.
  5. Set results_wanted to the maximum number of listings you want to save.
  6. Run the Actor.
  7. Download the dataset or connect it to your workflow.

Input Parameters

ParameterTypeRequiredDefaultDescription
urlsArray of stringsNoLondon search URL prefillOne or more Airbnb /s/.../homes search URLs. The Actor processes the URLs until results_wanted is reached or all sources are exhausted.
results_wantedIntegerNo20Maximum number of unique listing records to save. Minimum value is 1.
proxyConfigurationObjectNo{ "useApifyProxy": false }Optional Apify Proxy settings for runs that need proxy routing.

Output Data

Each dataset item represents one Airbnb listing from the supplied search context. Fields may be omitted when Airbnb does not publish that value for a listing.

FieldTypeDescription
listing_idStringAirbnb listing numeric identifier.
listing_urlStringDirect Airbnb listing URL.
titleStringListing title.
subtitleStringListing subtitle.
name_localizedStringLocalized listing name.
room_typeStringProperty room or home type.
cityStringLocalized city or place name.
categoryStringAirbnb room or property category label.
bed_labelStringBed or room summary label.
person_capacityNumberMaximum number of guests.
is_superhostBooleanHost superhost status when available.
host_nameStringHost name when available.
latitudeNumberListing latitude.
longitudeNumberListing longitude.
ratingNumberAverage rating score.
reviews_countNumberNumber of reviews.
rating_labelStringRating label text.
nightly_priceStringPrimary nightly price text.
nightly_price_qualifierStringNightly price qualifier text.
price_accessibility_labelStringExpanded price text when available.
total_price_lineStringSecondary total price line.
price_display_styleStringPrice presentation style.
review_snippetStringShort review snippet.
badgesArrayListing badge labels.
image_urlsArrayListing image URLs.
search_rankNumberRank order in collected search results.
search_contextStringAirbnb search URL used for the run.
fetched_atStringCollection timestamp in ISO format.

Usage Examples

Basic Airbnb Search Extraction

Collect 20 listings from one Airbnb search URL:

{
"urls": [
"https://www.airbnb.com/s/London--United-Kingdom/homes?checkin=2026-05-13&checkout=2026-05-14&adults=1"
],
"results_wanted": 20
}

Multiple Airbnb Search URLs

Collect listings from more than one market in the same run:

{
"urls": [
"https://www.airbnb.com/s/London--United-Kingdom/homes?checkin=2026-05-13&checkout=2026-05-14&adults=1",
"https://www.airbnb.com/s/Paris--France/homes?checkin=2026-05-13&checkout=2026-05-14&adults=1"
],
"results_wanted": 50
}

Larger Run With Proxy Configuration

Use Apify Proxy settings when running larger Airbnb collection jobs:

{
"urls": [
"https://www.airbnb.com/s/New-York--NY--United-States/homes?checkin=2026-06-10&checkout=2026-06-15&adults=2"
],
"results_wanted": 100,
"proxyConfiguration": {
"useApifyProxy": true
}
}

Sample Output

{
"listing_id": "1390856626261696498",
"listing_url": "https://www.airbnb.com/rooms/1390856626261696498",
"title": "Flat in Greater London",
"subtitle": "2 beds",
"name_localized": "Amazing location by tube",
"room_type": "Entire rental unit",
"city": "London",
"category": "Apartment",
"bed_label": "2 beds",
"person_capacity": 4,
"is_superhost": true,
"host_name": "Alex",
"latitude": 51.5072,
"longitude": -0.1276,
"rating": 4.93,
"reviews_count": 165,
"rating_label": "Rated 4.93 out of 5 from 165 reviews",
"nightly_price": "$61",
"nightly_price_qualifier": "for 1 night",
"total_price_line": "$61 total",
"badges": [
"Guest favorite"
],
"image_urls": [
"https://a0.muscache.com/im/pictures/example.jpg"
],
"search_rank": 1,
"search_context": "https://www.airbnb.com/s/London--United-Kingdom/homes?checkin=2026-05-13&checkout=2026-05-14&adults=1",
"fetched_at": "2026-07-29T12:30:00.000Z"
}

Tips for Best Results

  • Use complete Airbnb search URLs copied from your browser after setting location, dates, guests, and filters.
  • Start with results_wanted: 20 to confirm the search returns the fields you need.
  • Use separate URLs for different cities, neighborhoods, date ranges, or guest counts.
  • Keep date filters realistic when collecting pricing and availability snapshots.
  • Increase results_wanted gradually for larger markets.
  • Enable proxy settings when running larger or scheduled collection jobs.
  • If some fields are missing, check the original Airbnb search results. Not every listing publishes the same details in search.

Integrations

  • Google Sheets - Send Airbnb listing data to spreadsheets for quick review and sharing.
  • CSV and Excel - Download datasets for market research, pricing models, and reporting.
  • JSON - Use structured output in apps, dashboards, and AI or RAG workflows.
  • Webhooks - Trigger downstream processes after each run finishes.
  • Make or Zapier - Connect new listing data to no-code automation workflows.
  • API - Access datasets programmatically from your own systems.

Frequently Asked Questions

Can I export Airbnb listing data to CSV or Excel?

Yes. Apify datasets can be downloaded in CSV, Excel, JSON, XML, and other supported formats.

Can I scrape more than one Airbnb location in one run?

Yes. Add multiple Airbnb search URLs to urls. The Actor processes them in order until it reaches results_wanted or all sources are exhausted.

Can I control dates, guests, and filters?

Yes. Set the dates, guests, and filters on Airbnb first, then copy the resulting search URL into urls.

Does this Actor collect detailed property page data?

The Actor focuses on listing data available from Airbnb search result contexts. It is best for market-level datasets, ranking analysis, pricing snapshots, and property discovery.

Why are some output fields missing?

Some fields may be missing because Airbnb does not publish the same values for every listing or search result. The Actor saves available fields and leaves unavailable fields out of the record.

Can I run Airbnb Listings Scraper on a schedule?

Yes. Use Apify schedules to run the Actor hourly, daily, weekly, or at another interval for monitoring workflows.

Is this Airbnb scraper suitable for non-technical users?

Yes. You can run it from Apify Console with form-based inputs, then download the dataset without writing code.

Scraping public web data can be legal, but you are responsible for complying with applicable laws, Airbnb's terms, privacy rules, and any restrictions that apply to your use case.

  • Airbnb Reviews Scraper - Extract Airbnb stay reviews using room URLs or property IDs for reputation monitoring and guest feedback analysis.
  • VRBO Property Scraper - Collect vacation rental listings from VRBO for rental market research and competitor tracking.

Support

For issues, feature requests, or custom Airbnb data extraction work, use the Issues tab on the Actor page or contact the developer through Apify.

This Actor is designed for legitimate data collection from publicly available Airbnb search result pages. Users are responsible for using the data responsibly and complying with applicable laws, website terms, and privacy requirements.