Airbnb Experiences Scraper 🎯

Airbnb Experiences Scraper 🎯

🌟 Extract detailed Airbnb Experiences data including titles, prices, ratings, locations, and media content. Perfect for market research, travel analysis, and price monitoring. Supports multiple search URLs and customizable data limits.

TRAVELApify

Extract comprehensive data about Airbnb Experiences with this powerful scraper. Get detailed information about activities, tours, and unique experiences offered on Airbnb's platform.

Features ✨

  • 🔍 Scrape experiences from any Airbnb search URL
  • 💰 Extract pricing details including amount and qualifiers
  • ⭐ Collect ratings and review counts
  • 📍 Get precise location data (latitude/longitude)
  • 🖼️ Retrieve high-quality images and videos
  • ⏱️ Duration information for each experience
  • 🏷️ Category and classification details
  • 🚀 Support for multiple search URLs
  • ⚡ Fast and efficient data collection
  • 🛡️ Built-in proxy support

Use Cases 🎯

  • Market research and competitive analysis
  • Travel industry insights
  • Price monitoring and tracking
  • Content aggregation
  • Tourism trend analysis
  • Local experience discovery
  • Business intelligence gathering
  • Travel planning applications

Output Data Structure 📊

The actor provides detailed information for each experience:

  • Experience ID and URL
  • Title and description
  • Pricing information
  • Rating and review metrics
  • Geographic coordinates
  • Category classification
  • Media content (images/videos)
  • Duration details

Input Example

A full explanation of an input example in JSON.

1{
2    "searchUrls": [
3        "https://www.airbnb.com/s/Los-Angeles/experiences?refinement_paths%5B%5D=%2Fexperiences&flexible_trip_lengths%5B%5D=one_week&monthly_start_date=2025-05-01&monthly_length=3&monthly_end_date=2025-08-01&price_filter_input_type=0&channel=EXPLORE&place_id=ChIJE9on3F3HwoAR9AhGJW_fL-I&date_picker_type=calendar&checkin=2025-04-08&checkout=2025-04-12&source=structured_search_input_header&search_type=AUTOSUGGEST"
4    ],
5    "maxItems": 30
6}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2    {
3        "searchUrl": "https://www.airbnb.com/s/Los-Angeles/experiences?refinement_paths%5B%5D=%2Fexperiences&flexible_trip_lengths%5B%5D=one_week&monthly_start_date=2025-05-01&monthly_length=3&monthly_end_date=2025-08-01&price_filter_input_type=0&channel=EXPLORE&place_id=ChIJE9on3F3HwoAR9AhGJW_fL-I&date_picker_type=calendar&checkin=2025-04-08&checkout=2025-04-12&source=structured_search_input_header&search_type=AUTOSUGGEST",
4        "id": "59665",
5        "url": "https://www.airbnb.com/experiences/59665",
6        "title": "Must Have L.A. Pictures!",
7        "rating": {
8            "average": "4.98 (1,905)",
9            "accessibilityLabel": "4.98 out of 5 average rating,  1,905 reviews"
10        },
11        "price": {
12            "amount": "From € 63",
13            "qualifier": "/ person",
14            "fullLabel": "From € 63 per person"
15        },
16        "duration": "3 hours",
17        "location": {
18            "latitude": 34.101170911445635,
19            "longitude": -118.33865428174477
20        },
21        "category": "Art and culture in Los Angeles",
22        "images": [
23            {
24                "id": "UGljdHVyZTo2Mjg4MzA0NzU=",
25                "url": "https://a0.muscache.com/im/pictures/5a861443-5975-43f0-b376-739e8e2992ca.jpg?aki_policy=poster"
26            }
27        ],
28        "videos": []
29    },
30    ...
31]

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!