Airbnb Scraper (Pay Per Results)
This Actor is unavailable because the developer has decided to deprecate it. Would you like to try a similar Actor instead?
See alternative ActorsAirbnb Scraper (Pay Per Results)
This tool allows you to scrape the content of Airbnb listings (Title, avgRating, picture, price per night, total price, latitude, longitude, link_to_offer, etc.) after entering the city.
You can access the Airbnb Scraper (Pay Per Results) programmatically from your own applications by using the Apify API. You can choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
1echo '{
2 "city": "Paris",
3 "checkin": "2024-12-23",
4 "checkout": "2024-12-30"
5}' |
6apify call easy_peasy_api/airbnb-scraper-pay-per-results --silent --output-dataset
Airbnb Scraper API through CLI
The Apify CLI is the official tool that allows you to use Airbnb Scraper (Pay Per Results) locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
1npm i -g apify-cli
2apify login
Other API clients include: