Airbnb Listings Scraper avatar

Airbnb Listings Scraper

Pricing

from $2.00 / 1,000 results

Go to Apify Store
Airbnb Listings Scraper

Airbnb Listings Scraper

Extract Airbnb listings with prices, ratings, photos, and coordinates from search results and map views. Powered by Airbnb Scraper.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Nifty

Nifty

Maintained by Community

Actor stats

0

Bookmarked

5

Total users

0

Monthly active users

2 hours ago

Last modified

Share

This actor extracts Listings from Airbnb. It works on search results and map views to collect property data from any page displaying a list of results. The scraper captures pricing, location data, and property metadata.

Want more from Airbnb?

This actor covers Listings only. The full Airbnb Scraper browser extension also includes Reviews, Details, Dates, Profiles, Listings with unlimited personal use, real-time scraping with your logged-in sessions, CSV/Excel/JSON export, field customization, and scheduled monitoring.

Get the Airbnb Scraper extension

Data Fields

Field NameDescriptionExample
Listing TitleThe name of the propertyModern Apartment in City Center
Listing TypeCategory of the accommodationEntire rental unit
RatingAverage guest rating4.85
Review CountTotal number of reviews124
Price Per NightCost for one night150
Total PriceTotal cost for the selected stay450
CurrencyCurrency codeUSD
LatitudeGeographic latitude40.7128
LongitudeGeographic longitude-74.0060
All PhotosArray of property image URLs["https://a0.muscache.com/im/pictures/1.jpg"]
Listing URLDirect link to the propertyhttps://www.airbnb.com/rooms/12345
Is Guest FavoriteBadge for highly rated homestrue
Has Free CancellationPolicy indicatortrue

Input

  • urls: Array of URL strings. Use Airbnb search result pages or map view pages.
  • maxItems: Max items per URL, default 100.

Example Input

{
"urls": ["https://www.airbnb.com/s/New-York--NY/homes"],
"maxItems": 50
}

Example Output

[
{
"listingTitle": "Charming Studio in Brooklyn",
"listingType": "Entire guest suite",
"rating": 4.92,
"reviewCount": 85,
"pricePerNight": 120,
"totalPrice": 360,
"currency": "USD",
"latitude": 40.6782,
"longitude": -73.9442,
"allPhotos": ["https://a0.muscache.com/im/pictures/m1.jpg"],
"listingUrl": "https://www.airbnb.com/rooms/101",
"isGuestFavorite": true,
"hasFreeCancellation": true
},
{
"listingTitle": "Luxury Loft Manhattan",
"listingType": "Entire loft",
"rating": 4.75,
"reviewCount": 210,
"pricePerNight": 350,
"totalPrice": 1050,
"currency": "USD",
"latitude": 40.7589,
"longitude": -73.9851,
"allPhotos": ["https://a0.muscache.com/im/pictures/m2.jpg"],
"listingUrl": "https://www.airbnb.com/rooms/102",
"isGuestFavorite": false,
"hasFreeCancellation": false
}
]

Disclaimer

This tool extracts publicly available data. Users are responsible for compliance with applicable terms of service.