actors/airbnb-listing-scraper
datacortex/airbnb-listing-scraper
Airbnb Listing Scraper
Look up an Airbnb listing by ID or room URL. Export title, price, location, and photos when the page shows them.
When to use it
Use this when you already have room IDs. One listing per input. Price and location are omitted when the HTML does not expose them.
Versus the sibling Actors
This is a listing lookup, not a city-search crawler. Zillow Scraper covers listing or search URLs on Zillow with the same honesty about missing fields.
Example input
{
"listingIds": [
"11984394"
],
"maxResults": 10
}Example output
{
"listingId": "11984394",
"title": "Home in Costa da Caparica · ★4.96 · 2 bedrooms",
"location": "Costa da Caparica"
}MCP pin
Agents call this through Apify MCP. Running it needs an Apify token.
{
"mcpServers": {
"apify": {
"url": "https://mcp.apify.com?tools=datacortex/airbnb-listing-scraper"
}
}
}Pricing
$5.00 per 1,000 listings + $0.001 per run. Confirm on the Apify pricing tab if you are budgeting a large run.
Limitations
- Price is omitted when the listing page does not expose it in markup.
- Does not crawl an entire city search into one row per card.
Related Actors
Built and maintained by Irfan Ali, senior AI engineer. Open to senior AI IC roles — Bengaluru or remote. Get in touch.