GetYourGuide

HealthyRead-only

Tour & activity listings from GetYourGuide — prices, ratings, availability dates and destinations, plus per-activity detail and bulk sitemap discovery. Generated from www.getyourguide.com.

Base URL
https://api.maviapi.com/v1/sites/getyourguide
4
Endpoints
1936ms
p50 latency
17
Calls / 30d
GET/activities/:location

GetYourGuide — activities/:location

Tour & activity listings for a GetYourGuide location slug (e.g. venice-l35), each with price, rating, next availability date and destination.

Bearer auth. Pass your key as Authorization: Bearer <key> on every request.
stringRequiredin query

GetYourGuide place slug in the {city}-l{id} form (from /catalog or an activity URL).

integerOptionalin query

Max items per page (default 50, max 200).

integerOptionalin query

Items to skip for pagination.

dataobject
cachedboolean
sourcestring
paginationobject
Try itLive
GET
https://api.maviapi.com/v1/sites/getyourguide/activities/:location?location=venice-l35&limit=50&offset=0
Request
curl "https://api.maviapi.com/v1/sites/getyourguide/activities/:location?location=venice-l35&limit=50&offset=0" \
-H "Authorization: Bearer $MAVI_KEY"
Example814 B
{
  "data": {
    "location": "venice-l35",
    "count": 16,
    "activities": [
      {
        "id": "927092",
        "title": "Venice: St. Mark's Basilica, Doge's Palace & Bridge of Sighs",
        "url": "https://www.getyourguide.com/venice-l35/venice-st-mark-s-basilica-doge-s-palace-bridge-of-sighs-t927092/",
        "price": 41.76,
        "currency": "EUR",
        "rating": 4.0319786,
        "rating_count": 4122,
        "available_from": "2026-08-14T09:00:00+02:00",
        "location": "Venice",
        "image": "https://cdn.getyourguide.com/img/tour/....jpg/68.jpg",
        "position": 1
      }
    ]
  },
  "cached": false,
  "source": "https://www.getyourguide.com/venice-l35/",
  "pagination": {
    "total": 16,
    "limit": 50,
    "offset": 0,
    "count": 16,
    "has_more": false
  }
}

Get all the data, no code

Collect every page of GET /activities/:location into a dataset, then download it as CSV or JSON. One credit per page; the download is free.