AirBnb Explorer 3.0 avatar
AirBnb Explorer 3.0
Try for free

7 days trial then $30.00/month - No credit card required now

View all Actors
AirBnb Explorer 3.0

AirBnb Explorer 3.0

jupri/airbnb
Try for free

7 days trial then $30.00/month - No credit card required now

⭐ Scrape Airbnb.com Hotels

Welcome to Airbnb.com Scraper

dont be sad readme is here

About Airbnb.com

Airbnb, Inc. (/ˌɛərˌbiːɛnˈbiː/ AIR-BEE-en-BEE) is an American company that operates an online marketplace for lodging, primarily homestays for vacation rentals, and tourism activities. Based in San Francisco, California, the platform is accessible via website and mobile app. Airbnb does not own any of the listed properties; instead, it profits by receiving commission from each booking. The company was founded in 2008 by Brian Chesky, Nathan Blecharczyk, and Joe Gebbia. Airbnb is a shortened version of its original name, AirBedandBreakfast.com.

About This Actor

enter image description here

Scrape data about properties around the world. Check for availability on specific dates. Get detailed information such as amenities, description, ratings, reviews and more. Search for properties using comprehensive list of filters.

Notes The AirBnB website limiting result to 15 pages x 20 item_per_page = 300. The Actor will get as many records as possible beyond the limit, but not much.

Tutorial

Example #1: Basic Usage

Searching and limiting number of results.

{ "location": "Antarctica", "limit": 100 }
{ "location": "953482945276817965 751307134149677284" } # hotels IDs
ParameterTypeDescription
locationstringCity, country or continent you wish to go, or Hotel-ID
limitintegerNumber of results to fetch

Example #2: Trip Length

Chose one of 3 types of Trip :

ModeOptions (trip_length)Other Parameters
📅 Exact Date"date" "date-1" "date-2" "date-3" "date-7" check_in, check_out
🌕 Monthly"monthly"montly_start, montly_length
⌛ Flexible"weekend" "one_week" "one_month"Optional: trip_month
1# mode: Exact date 
2{ 
3	"location"			: "India",			# to India
4	"trip_length" 		: "date",			# on exact date
5	"check_in"			: "2024-06-23", 	# on 23 June
6	"check_out"			: "2024-06-28",		# until 28 June
7	"limit"				: 10
8}
1# mode: Mothly 
2{ 
3	"location"			: "Bali",			# to Bali
4	"trip_length" 		: "monthly",		# monthly 
5	"monthly_start"		: "2024-07-01", 	# from June
6	"monthly_length"	: 2,				# for 2 months
7	"limit"				: 10
8}
1# mode: Flexible
2{ 
3	"location"			: "United States",	# to United States
4	"trip_length" 		: "one_week",		# for 1 week
5	"trip_month"		: [1, 4, 5], 		# in January or April or March.
6	"limit"				: 10
7}

Check IN / OUT

ParameterTypeFormatDescription
check_instringYYYY-MM-DDCheck-in date
check_outstringYYYY-MM-DDCheck-out date
Developer
Maintained by Community
Actor metrics
  • 25 monthly users
  • 7 stars
  • 96.7% runs succeeded
  • 1.8 hours response time
  • Created in Aug 2022
  • Modified 21 days ago
Categories