
Airbnb Scraper, Fast good and cheap
Deprecated
Pricing
$9.99/month + usage
Go to Store

Airbnb Scraper, Fast good and cheap
Deprecated
Extracts prices, availability, reviews, host details, and more from Airbnb. Supports full search and retrieves detailed listings. Built in Python for easy integration with existing projects. Ideal for market analysis, investment research, or travel planning.
5.0 (2)
Pricing
$9.99/month + usage
0
Total users
3
Monthly users
3
Runs succeeded
>99%
Last modified
a month ago
Airbnb Scraper Actor
This actor scrapes Airbnb listings based on provided search criteria. It collects detailed information about available properties including prices, amenities, and location details.
Input Parameters
The actor accepts the following input parameters:
location
(Required): Location to search for listings (e.g., "New York, NY")checkIn
: Check-in date in YYYY-MM-DD formatcheckOut
: Check-out date in YYYY-MM-DD formatadults
: Number of adult guests (default: 1)maxPages
: Maximum number of search result pages to scrape (default: 10)
Output
The actor outputs a dataset of Airbnb listings with detailed information for each property.
Example Input
1{ 2 "location": "Miami, FL", 3 "checkIn": "2024-02-01", 4 "checkOut": "2024-02-07", 5 "adults": 2, 6 "maxPages": 5 7}