VOOZH about

URL: https://apify.com/creation/airbnb-property-pricing-scraper

⇱ Airbnb Property Pricing Scraper Β· Apify


Pricing

from $0.00005 / actor start

Go to Apify Store

Airbnb Property Pricing Scraper

Scrape final pricing from any Airbnb property URL instantly. This Actor automatically handles pagination to fetch the complete price breakdown, including rent, service fees, taxes, and total. Export clean, structured data in JSON or CSV for sentiment analysis and competitor research.

Pricing

from $0.00005 / actor start

Rating

0.0

(0)

Developer

πŸ‘ Creation

Creation

Maintained by Community

Actor stats

0

Bookmarked

9

Total users

1

Monthly active users

2 months ago

Last modified

Share

Airbnb Price Detail Calculator

Overview

This Actor extracts a detailed price breakdown for a specific Airbnb listing over a given date range. It calculates the exact total cost, including rent, service fees, taxes, cleaning fees, and discounts, without requiring a login or proxies.

πŸš€ Features

  • Detailed Breakdown: Extracts Rent, Service Fees, Cleaning Fees, Taxes, and specific Discounts.
  • Exact Pricing: Generates a booking URL to get the precise price for your specific dates and guest configuration.
  • Payment Link: Returns a direct link to the payment/booking page.
  • No Proxy Required: Operates using standard requests (though usage limits apply).

πŸ“₯ Input Parameters

The Actor accepts the following input fields:

FieldTypeDescriptionRequired
urlStringThe full URL of the Airbnb room (e.g., https://www.airbnb.com/rooms/123456).Yes
start_dateStringCheck-in date in YYYY-MM-DD format.Yes
end_dateStringCheck-out date in YYYY-MM-DD format.Yes
adultsIntegerNumber of adults. Default: 1.No
childrenIntegerNumber of children. Default: 0.No
pets_countIntegerNumber of pets. Default: 0.No
guestsIntegerTotal guests. If omitted, calculated as Adults + Children.No

Input Example

{
"url":"[https://www.airbnb.com/rooms/25998586](https://www.airbnb.com/rooms/25998586)",
"start_date":"2026-03-23",
"end_date":"2026-04-19",
"adults":2,
"children":0,
"pets_count":0
}```
## Output Example
**Example output:**
```json
{
"airbnb_rent":"1399.2",
"airbnb_service_fees":"187.66",
"airbnb_taxes":"199.39",
"total":"1716.29",
"errorMessage":"No error",
"airbnb_complete_discount":"69.96",
"airbnb_discount_price_breakdown":{
"weekly_stay_discount":"69.96"
},
"airbnb_property_URL":"https://www.airbnb.com/rooms/25998586?check_in=2026-03-23&check_out=2026-04-19&guests=2&adults=2&children=0&pets=0",
"airbnb_payment_page_URL":"https://www.airbnb.com/book/stays/25998586?checkin=2026-03-23&checkout=2026-04-19&numberOfGuests=2&numberOfAdults=2&numberOfChildren=0&numberOfInfants=0&numberOfPets=0&guestCurrency=USD&productId=25998586&isWorkTrip=false&selectedCancellationPolicyId=51",
"input_start_date":"2026-03-23",
"input_end_date":"2026-04-19"
}```
## ⚠️ Limitations
This Actor does not use proxies. Extensive scraping of Airbnb may lead to temporary IP blocks or CAPTCHAs.
The Actor extracts the price in USD by default based on the script logic.

You might also like

Airbnb Price Scraper

sve/airbnb-price-scraper

Scrapes Airbnb property pricing including taxes and fees for given dates

Airbnb extract review

royal_mutiny/airbnb-extract-review

The Airbnb Reviews Scraper is a powerful data extraction tool that automatically collects and structures review data from any Airbnb property listing. Perfect for market research, competitor analysis, sentiment analysis, or monitoring property performance.

Airbnb Property Details Scraper

crawlio/airbnb-property-scraper

Fast and reliable Airbnb scraper to extract full property details, pricing, availability, and calendar data.

🏠 Airbnb Scraper ⚑ Extract Property Data

vulnv/airbnb-scraper-extract-property-data

Extract comprehensive data from Airbnb property listings including pricing, amenities, host information, reviews, and availability. Bulk processing supported. Get structured JSON data for market analysis, competitive research, and property insights.

Airbnb Price Scraper

dataharvester/airbnb-price-scraper

Instantly scrape Airbnb pricing data to access detailed rate information for any room ID.

89

Airbnb Images Scraper

api-empire/airbnb-images-scraper

Airbnb Ld Scraper extracts listing details from any Airbnb property URL. Collect prices, photos, amenities, host info, ratings, availability, and descriptions. Ideal for market research, pricing analysis, investment insights, and workflows needing structured Airbnb listing data.

8

5.0

Related articles

What you should know about the Airbnb API and free alternatives
Read more