AS
Apify Store
/tri_angle/new-fast-airbnb-scraper
Fast Airbnb Scraper
Scrape destinations on Airbnb. Extract places and their prices, ratings, reviews counts, images and other details. Download scraped data in various formats including HTML, JSON and Excel.
liveasyncunknown~30s typical
real estatetravelnewfastairbnb
$0.0031
per result + $0.005 call
plus $0.001 platform fee per run
Actor charges $0.0025 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/new-fast-airbnb-scraper for me.
Input
| Field | Type | Description |
|---|---|---|
| locationQueries* | array | List of location queries to scrape. Example: London, Manchester, Birmingham, etc. |
| checkIn | string | Visual format only allows YYYY-MM-DD, e.g., <code>2022-02-20</code>. |
| checkOut | string | Visual format only allows YYYY-MM-DD, 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" |
| priceMin | integer | |
| priceMax | integer | |
| currency | string (USD | CZK | AUD | BRL | BGN | CAD) | Currency that will be extracted for prices. default "USD" |
| minBeds | integer | |
| minBedrooms | integer | |
| minBathrooms | integer | |
| 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/new-fast-airbnb-scraper","input":{"locationQueries":["London"],"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/new-fast-airbnb-scraper -i '{"locationQueries":["London"],"locale":"en-US","currency":"USD"}' -w 120mcp
run_tool({ provider: "apify", endpoint: "/tri_angle/new-fast-airbnb-scraper", input: {"locationQueries":["London"],"locale":"en-US","currency":"USD"}, wait: false })Try it
Runs against your signed-in workspace balance. Sign in if you have not.