Airbnb Properties Listing Extractor avatar

Airbnb Properties Listing Extractor

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Airbnb Properties Listing Extractor

Airbnb Properties Listing Extractor

Extract Airbnb listing property data for any destination, including titles, ratings, prices, images, badges, and coordinates. Supports custom dates, guest counts, and Apify residential proxies.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

GetDataForMe

GetDataForMe

Maintained by Community

Actor stats

0

Bookmarked

26

Total users

0

Monthly active users

11 days ago

Last modified

Categories

Share

Airbnb Listing Properties Actor

The Airbnb Listing Properties Actor is a powerful web scraping tool that extracts Airbnb property listings based on your search criteria. It collects structured information such as property IDs, listing URLs, titles, ratings, prices, badges, images, and geographical coordinates, making it ideal for market research, travel applications, price monitoring, and data analysis.

Features

  • Comprehensive Data Extraction: Extracts property IDs, listing URLs, titles, subtitles, names, ratings, prices, badges, images, and geographical coordinates.
  • Flexible Search Parameters: Search Airbnb listings using custom locations, check-in/check-out dates, and guest counts.
  • Structured Output: Returns clean, structured JSON data that is easy to integrate into databases, APIs, or analytics workflows.
  • Proxy Support: Supports Apify Residential Proxies for reliable and uninterrupted scraping.
  • Fast & Scalable: Efficiently extracts thousands of listings while maintaining high performance.
  • User-Friendly Configuration: Simple input schema with sensible defaults for quick setup.
  • Reliable Results: Handles optional fields gracefully by returning null or empty arrays where appropriate.

Input Parameters

ParameterTypeRequiredDescriptionExample
LocationstringNoLocation to search for Airbnb listings."Pokhara Lakeside"
CheckinDatestringNoCheck-in date in YYYY-MM-DD format or relative date (e.g. "5 days")."2025-10-10"
CheckoutDatestringNoCheck-out date in YYYY-MM-DD format or relative date."2025-10-16"
AdultsintegerNoNumber of adult guests.2
ChildrenintegerNoNumber of child guests.1
InfantsintegerNoNumber of infant guests.0
proxyConfigurationobjectNoApify proxy configuration. Residential proxies are recommended.{"useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"]}

Example Usage

Run the actor with the following input:

{
"Location": "Pokhara Lakeside",
"CheckinDate": "2025-10-10",
"CheckoutDate": "2025-10-16",
"Adults": 2,
"Children": 1,
"Infants": 0,
"proxyConfiguration": {
"useApifyProxy": true,
"apifyProxyGroups": [
"RESIDENTIAL"
]
}
}

Example Output

[
{
"property_id": "25321718",
"url": "https://www.airbnb.com/rooms/25321718",
"title": "Loft in Kathmandu",
"name": "Large attic sunny loft in Kathmandu near Thamel",
"avg_rating": "4.95 (139)",
"price": "$295",
"price_label": "$295 for 8 nights",
"badges": [
"Guest favorite"
],
"location": {
"latitude": 27.7202,
"longitude": 85.313
}
}
]

Output Format

Each record represents a single Airbnb listing.

FieldDescription
property_idUnique Airbnb property identifier.
urlDirect URL to the Airbnb property listing.
titleProperty type (Apartment, Home, Room, Hotel, Loft, etc.).
subtitleAdditional property description, when available.
nameProperty listing name.
avg_ratingAverage rating with review count or "New" for newly listed properties.
avg_rating_labelAccessibility-friendly rating description.
priceDisplayed property price, when available.
price_labelFull pricing information including total cost, duration, or discounts.
badgesProperty badges such as "Superhost" or "Guest favorite".
picturesArray of property image URLs.
distanceDisplayed stay dates or distance information, when available.
location.latitudeProperty latitude.
location.longitudeProperty longitude.
input_source_keyIdentifier of the input source that generated the record.

Some fields may be unavailable for certain listings and will be returned as null or empty arrays.

Use Cases

  • Market Research – Analyze Airbnb pricing and listing trends across different locations.
  • Price Monitoring – Track nightly rates and pricing changes over time.
  • Competitive Analysis – Monitor competing Airbnb listings and property performance.
  • Travel Applications – Build travel search, recommendation, or accommodation platforms.
  • Data Analytics – Collect structured Airbnb data for dashboards, reports, and business intelligence.
  • Academic Research – Study tourism, hospitality, and short-term rental markets.

Installation & Usage

  1. Search for Airbnb Listing Properties Actor in the Apify Store.
  2. Click Try for free or Run.
  3. Configure your search parameters.
  4. Start the actor.
  5. Monitor execution in the Apify Console.
  6. Export results in JSON, CSV, Excel, XML, or other supported formats.

Support

For custom features, additional output fields, or bug reports, please contact us:

We're always happy to help improve the actor and add new features based on your requirements.