AS
Apify Store
/tri_angle/airbnb-rooms-urls-scraper
Airbnb Rooms URLs Scraper
Scrape direct Airbnb rooms URLs and get all available details about the accommodation.
liveasyncunknown~30s typical
travelreal estateairbnbroomsurls
$0.0063
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.005 per result; Cracked adds 25% plus a $0.005 call fee
Bring your own Apify Store key: provider portion drops to $0.
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run apify /tri_angle/airbnb-rooms-urls-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| startUrls* | array | List of Airbnb properties to scrape. Example property URL: https://www.airbnb.com/rooms/668146487515150072 |
| enrichUserProfiles | boolean | If enabled, the actor makes extra requests for each host/co-host in every listing to get more detailed user info. This increases cost and runtime. If a profile is private or there's an unexpected error, it will be skipped and won't appear in the output. |
| checkIn | string | Date must be in <code>YYYY-MM-DD</code> format with zero-padded month and day, e.g., <code>2022-02-20</code>. |
| checkOut | string | Date must be in <code>YYYY-MM-DD</code> format with zero-padded month and day, e.g., <code>2022-02-20</code>. |
| locale | string (en-US | az-AZ | id-ID | bs-BA | ca-ES | cs-CZ) | Localized results in this locale will be extracted (language and region). default "en-US" |
| currency | string (USD | CZK | AUD | BRL | BGN | CAD) | Currency that will be extracted for prices. default "USD" |
| adults | integer | |
| children | integer | |
| infants | integer | |
| pets | integer |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"apify","endpoint":"/tri_angle/airbnb-rooms-urls-scraper","input":{"startUrls":[{"url":"https://www.airbnb.com/rooms/668146487515150072"},{"url":"https://www.airbnb.com/rooms/1142713268362716050"}],"locale":"en-US","currency":"USD"},"wait":false}'poll
curl "https://cracked-ai-pearl.vercel.app/v1/runs/<runId>?wait=30" -H "Authorization: Bearer ck_live_..."cli
npx cracked-ai run -p apify -e /tri_angle/airbnb-rooms-urls-scraper -i '{"startUrls":[{"url":"https://www.airbnb.com/rooms/668146487515150072"},{"url":"https://www.airbnb.com/rooms/1142713268362716050"}],"locale":"en-US","currency":"USD"}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/tri_angle/airbnb-rooms-urls-scraper", input: {"startUrls":[{"url":"https://www.airbnb.com/rooms/668146487515150072"},{"url":"https://www.airbnb.com/rooms/1142713268362716050"}],"locale":"en-US","currency":"USD"}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.