The Airbnb Scraper collects comprehensive data from Airbnb, including listings, prices, host details, reviews, and availability. Perfect for market research, competitive analysis, or investment insights, it delivers real-time, structured information to streamline decision-making.
The Airbnb Co Scraper allows you to extract detailed Airbnb listing information—such as prices, reviews, amenities, descriptions, and more—across multiple locations, dates, and custom settings. Whether you’re a traveler, real estate analyst, or Airbnb host conducting market research, the scraper efficiently gathers extensive Airbnb data for your needs.
fetchDetails
to true
to retrieve more in-depth listing details (host bio, property policies, etc.).Below are some of the fields typically extracted by the scraper. Actual data fields may vary depending on whether fetchDetails
is enabled and the specific listing availability:
1{ 2 "checkin_date": "2025-01-23", 3 "checkout_date": "2025-01-24", 4 "fetchDetails": true, 5 "keywords": [ 6 "Chicago, Illinois, United States" 7 ], 8 "max_results": 10, 9 "proxyConfiguration": { 10 "useApifyProxy": true, 11 "apifyProxyGroups": [ 12 "RESIDENTIAL" 13 ], 14 "apifyProxyCountry": "US" 15 } 16}
When the scraper finishes, it returns an array of listings, each containing relevant fields. Below is a simplified sample structure (not actual data).
1v[ 2 { 3 "id": "123456", 4 "title": "Modern Downtown Loft", 5 "price": "$220 per night", 6 "thumbnailUrl": "https://example.com/thumbnail.jpg", 7 "latitude": 41.12345, 8 "longitude": -87.65432, 9 "roomType": "entire_home", 10 "ratingCount": "45", 11 "ratingAverage": "4.8", 12 "yearsHosting": "2", 13 "hostName": "John Doe", 14 "hostProfilePicture": "https://example.com/host.jpg", 15 "isSuperhost": true, 16 "detailTitle": "Spacious, Light-Filled Loft Near All Amenities", 17 "detailDescription": "Enjoy the best of the city in this bright, airy loft...", 18 "images": [ 19 { 20 "id": "001", 21 "url": "https://example.com/image1.jpg", 22 "caption": "Living room area" 23 }, 24 { 25 "id": "002", 26 "url": "https://example.com/image2.jpg", 27 "caption": "Kitchen space" 28 } 29 ], 30 "amenities": "WiFi, Air conditioning, Kitchen, Elevator, Heating", 31 "policies": { 32 "title": "Things to know", 33 "houseRules": [ 34 "No smoking", 35 "Check-in after 3:00 pm", 36 "Checkout before 11:00 am" 37 ], 38 "safetyAndPropertyInfo": [ 39 "Smoke alarm", 40 "Carbon monoxide alarm" 41 ] 42 }, 43 "cancellationPolicy": [ 44 { 45 "policyName": "Moderate", 46 "tooltip": "Add your trip dates to get the cancellation details...", 47 "link": "/help/article/2637", 48 "linkText": "Get full details" 49 } 50 ], 51 "sharingConfigCapacity": 4, 52 "sharingConfigRating": 4.8, 53 "sharingConfigreviewCount": 45 54 }, 55 { 56 "id": "789012", 57 "title": "Charming Vintage Suite", 58 "price": "$120 per night", 59 "thumbnailUrl": "https://example.com/vintage-suite.jpg", 60 "...": "Other relevant fields" 61 } 62]
Below are the parameters you can provide to customize the scraper’s behavior:
Field | Description | Example Input |
---|---|---|
checkin_date | Specify the check-in date (YYYY-MM-DD) | "2025-01-23" |
checkout_date | Specify the check-out date (YYYY-MM-DD) | "2025-01-24" |
fetchDetails | Boolean to fetch more comprehensive details per listing | true |
keywords | Array of location keywords | ["Chicago, Illinois, United States"] |
max_results | Maximum number of Airbnb listings to scrape | 10 |
proxyConfiguration | Proxy settings including Apify Proxy usage | See example below |
max_results
listings (or more if you configure further).For issues, feature requests, or feedback, please open an issue in our repository. We aim to respond quickly and ensure the scraper works smoothly for everyone.
Happy Scraping!
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!