Airbnb Portugal API
airbnb.pt
Airbnb Portugal - stay search, listings, pricing, availability, and reviews.
- Actions
- 4
- Category
- Travel
- Login
- Not required
- Output
- JSON
Call the Airbnb Portugal API
Submit a task, then poll the job until it settles. This example runs act_airbnb_pt_homepage_destination_listings_ssr.
curl -X POST https://api.anakin.io/v1/wire/task \
-H "X-API-Key: $ANAKIN_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action_id": "act_airbnb_pt_homepage_destination_listings_ssr",
"params": {}
}'4 actions on airbnb.pt
Read
Homepage Listings
act_airbnb_pt_homepage_destination_listings_ssrread1 credit / callReturns popular homepage destination listings with photos, titles, prices, and links.
Listing Availability Calendar
act_airbnb_pt_listing_availability_calendarread2 credits / callReturns a multi-month availability and nightly pricing calendar for a listing.
- listing_id
- string · required
- month
- integer · required
- year
- integer · required
- locale
- string · required
- currency
- string · required
- count
- integer
Listing Reviews
act_airbnb_pt_listing_reviewsread2 credits / callReturns guest reviews for a listing with ratings, text, and reviewer details.
- stay_listing_global_id
- string · required
- checkin_date
- date · required
- checkout_date
- date · required
- adults
- integer · required
- locale
- string · required
- currency
- string · required
Location Autocomplete
act_airbnb_pt_location_autocompleteread1 credit / callReturns matching place suggestions with IDs and labels for a search query.
- search_query
- string · required
- locale
- string · required
- currency
- string · required
- country
- string
- language
- string
- region
- string
Airbnb Portugal API questions
- Is there an API for Airbnb Portugal?
- Airbnb Portugal does not offer a public data API for this, but Anakin Wire provides 4 maintained endpoints for airbnb.pt. You call Anakin's REST API with an action ID and parameters and get structured JSON back; Anakin handles the browser, proxies, anti-bot, and parsing.
- How do I scrape Airbnb Portugal data?
- POST to https://api.anakin.io/v1/wire/task with your API key, the action ID, and its parameters, then poll GET /v1/wire/jobs/{id} until the job settles. There is nothing to install and no scraper to maintain — when airbnb.pt changes its markup, Anakin updates the action.
- Do I need a Airbnb Portugal account?
- No. Every Airbnb Portugal action listed here runs anonymously — no account and no credentials required.
- What does the Airbnb Portugal API cost?
- Usage-based credits, charged per call and refunded automatically when a job fails. New accounts start with 300 free credits and no card. See anakin.io/pricing for the current rates.
More Travel APIs
ADS-B Exchange
ADS-B Exchange - live flight tracking, aircraft positions, route history, and details.
Aeromexico
Aeromexico - flight and fare search, schedules, flight status, and destinations.
Afar
Travel destination guides, articles, and curated itineraries.
Agoda
Agoda - travel platform for hotels, vacation rentals, flights, and tours.
Airbnb
Airbnb - stay search by destination and dates with full property details.
Airbnb UK
Airbnb UK - property listings with details, pricing, photos, amenities, and reviews.