datacortex/airbnb-url-scraper
Airbnb URL Scraper
Fetch any Airbnb home, experience, service, or search URL. Export title, photos, and location when the page shows them.
When to use it
Use this when you already have airbnb.com URLs that are not necessarily room IDs — a search page, an experience, a service, or a home URL.
Versus the sibling Actors
Airbnb Listing Scraper is the room-ID lookup. This Actor is URL-in, one row per URL. A search URL is still one page row, not every card in the grid. It is not a city crawler.
Example input
{
"urls": [
"https://www.airbnb.com/rooms/11984394"
],
"maxResults": 10
}Example output
{
"type": "listing",
"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-url-scraper"
}
}
}Pricing
$5.00 per 1,000 pages + $0.001 per run. Confirm on the Apify pricing tab if you are budgeting a large run.
Limitations
- Public pages only. Host inbox, calendar, and guest messages are not included.
- Does not walk search pagination into thousands of listing cards.
Related Actors
Built and maintained by Irfan Ali, senior AI engineer. Looking for AI engineering work — Bengaluru or remote, can start immediately. Get in touch.