VOOZH about

URL: https://apify.com/scrapapi/airbnb-scraper

⇱ Airbnb Scraper Β· Apify


Pricing

from $2.99 / 1,000 results

Go to Apify Store

🏑 Airbnb Scraper (airbnb-scraper) automates extracting Airbnb listingsβ€”prices, reviews, amenities, and locations. πŸ“Š Perfect for market research, competitive analysis, and data-driven investment decisions. πŸš€ Get structured insights faster.

Pricing

from $2.99 / 1,000 results

Rating

0.0

(0)

Developer

πŸ‘ ScrapAPI

ScrapAPI

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

Airbnb Multi-Listing Scraper (Apify Actor)

Purpose

High-speed Airbnb scraper for market research, price tracking, and geo coverage analysis. Python + async aiohttp with resilient proxy fallbacks and live dataset saving.

Key Features

  • Concurrent scraping of search pages and listing details
  • Proxy ladder: direct β†’ datacenter β†’ residential (sticky) with clear log events
  • Cursor-based pagination and de-duplication
  • Rich fields: id, url, title, description, rating breakdown, price breakdown, coordinates, thumbnail, currency/locale
  • Live dataset pushes to avoid data loss
  • Retry with jitter (3 attempts) and light pacing

Inputs (actor.json)

  • startItems (required, array, stringList editor): keywords or Airbnb URLs, e.g. ["https://www.airbnb.com/s/London/homes", "Paris"]
  • sortOrder (string): relevance | price_asc | price_desc (default: relevance)
  • maxComments (integer): review comments per listing (0 to skip)
  • proxyConfiguration (object): starts direct; on block β†’ datacenter; on next block β†’ residential and stays; all transitions logged
  • maxItems (integer): listings limit (default 20, max 5000)
  • checkin / checkout (string): YYYY-MM-DD (defaults: 2025-01-01 / 2025-01-08)
  • currency (string): currency code (default USD)
  • locale (string): locale header (default en-US)

Proxy Strategy

  1. No proxy by default
  2. If blocked (HTTP 403/429): switch to datacenter proxy
  3. If blocked again: switch to residential and keep it for the session
  4. All escalations are logged via Actor.log

Output (Dataset)

Each item includes:

  • id, url, title, description, thumbnail
  • rating: guestSatisfaction, reviewsCount, accuracy, cleanliness, communication, location, value
  • price: label, qualifier, price, breakdown (basePrice, total, placeholders for fees/discounts)
  • coordinates: latitude, longitude
  • currency, locale

How to Run on Apify

  1. Deploy the actor.
  2. In Apify Console, set input: startItems, adjust maxItems, dates, currency/locale, and proxy settings.
  3. Run and monitor logs for proxy mode and progress.
  4. Download results from the Dataset tab (JSON/CSV/XLSX).

How to Run Locally

  1. Create storage/key_value_stores/default/INPUT.json:
{
"startItems":["https://www.airbnb.com/s/London/homes"],
"maxItems":5,
"sortOrder":"relevance",
"checkin":"2025-01-01",
"checkout":"2025-01-08",
"currency":"USD",
"locale":"en-US",
"proxyConfiguration":{"useApifyProxy":false}
}
  1. From Airbnb-Scraper/: python -m src
  2. Results: storage/datasets/default

Logging You’ll See

  • Start/end of run
  • Current proxy mode and any escalation
  • Page fetches, cursor updates, detail fetch batches
  • Retry warnings and errors per URL
  • Final β€œRun complete. Pushed N items.”

SEO Keywords

Airbnb scraper, Airbnb listings scraper, Airbnb data extraction, Airbnb price scraper, Apify Airbnb actor, Airbnb crawler Python, Airbnb market research, Airbnb dataset export, Airbnb automation, Airbnb proxy scraper.

You might also like

Airbnb Image Scraper

simpleapi/airbnb-image-scraper

Airbnb LD Scraper extracts detailed data from Airbnb listings, including titles, prices, host info, amenities, ratings, reviews, photos, and availability. Perfect for market research, investment analysis, pricing insights, and automating structured Airbnb listing data collection at scale

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

Airbnb Review Scraper

dataharvester/airbnb-review-scraper

Easily extract reviews from Airbnb listings.

126

4.0

Related articles

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