🌟 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.
Extract comprehensive data about Airbnb Experiences with this powerful scraper. Get detailed information about activities, tours, and unique experiences offered on Airbnb's platform.
The actor provides detailed information for each experience:
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}
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]
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.
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.
It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.
Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.
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!