Airbnb Listings Search Scraper avatar

Airbnb Listings Search Scraper

Pricing

from $6.00 / 1,000 results

Go to Apify Store
Airbnb Listings Search Scraper

Airbnb Listings Search Scraper

Extract public Airbnb listing cards by destination with URLs, descriptions and displayed prices.

Pricing

from $6.00 / 1,000 results

Rating

0.0

(0)

Developer

Joseph McRell

Joseph McRell

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

11 hours ago

Last modified

Share

Airbnb Listings Search Scraper - Prices & URLs

Search public Airbnb listing cards by destination and export structured listing titles, room URLs, card descriptions, and displayed price text. Set hard page and result limits to keep a human or AI-agent call predictable.

What data can I extract?

  • Public listing-card title
  • Canonical Airbnb room URL
  • Displayed room/date context or card description
  • Displayed nightly and/or total price text

Input example

{
"location": "Austin, Texas",
"max_items": 20,
"max_pages": 1
}

Output example

{
"title": "Apartment in Austin",
"url": "https://www.airbnb.com/rooms/123456",
"description": "1 bed - Guest favorite",
"price": "$142 night - $426 total"
}

Output can be downloaded from the default Apify dataset in JSON, CSV, Excel, XML, or RSS format.

Common use cases

  • Discover public listing URLs by destination
  • Compare displayed prices for a defined search context
  • Build bounded seed datasets for travel-market research
  • Supply current public listing-card context to AI agents

Use with AI agents and MCP

Example agent intent:

Find up to 50 public Airbnb listing cards in Nashville and return each title, listing URL, description, and displayed price.

{
"location": "Nashville, Tennessee",
"max_items": 50,
"max_pages": 3
}

Pricing and cost control

The suggested launch price is $0.006 per result. Output charges are approximately $0.60 for 100 listings or $6.00 for 1,000, plus any platform charges shown by Apify. The live Store pricing is authoritative. max_items and max_pages bound each run.

Reliability

The Actor renders public Airbnb search pages, continues across bounded result pages, deduplicates canonical listing URLs, validates required fields, and is covered by fresh-context canaries from Apify infrastructure.

Limitations and responsible use

  • Extracts public search-card data only; it does not log in or bypass access controls.
  • Price text depends on the source's selected dates, guest context, fees, locale, and experiments.
  • This version does not promise full property-detail, host, availability-calendar, or normalized fee fields.
  • Results can vary by location and upstream personalization.
  • Use the data in accordance with applicable law and platform terms.

FAQ

Can I export Airbnb listings to CSV?

Yes. Run the Actor and export its default dataset as CSV or Excel.

Does the Actor return normalized nightly and total prices?

Not yet. It returns source display text in price; consumers should not assume one currency or fee model.

Can I scrape several destinations in one call?

This version accepts one destination per run. Create separate Actor tasks for predictable per-market runs.

See CHANGELOG.md for maintained schema changes.