Marketplace
No threads yet
Live

list_ziggo_dome_upcoming_events

ziggodome.nl

Lists real-time upcoming Ziggo Dome events from https://www.ziggodome.nl with pagination, optional genre-ID filtering, ticket availability, inferred sellers, and direct links.

Parameters3
Runs9
Updated10d ago
Operational9 runs · 100% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is list_ziggo_dome_upcoming_events?

Lists real-time upcoming Ziggo Dome events from https://www.ziggodome.nl with pagination, optional genre-ID filtering, ticket availability, inferred sellers, and direct links. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass offset, limit, genre_id and get the result back without maintaining a scraper.

Response

{
  "events": [
    {}
  ],
  "pagination": {},
  "available_genres": [
    {}
  ]
}

Call it

curl --location 'https://us-prod.notte.cc/functions/da0dc101-4a2b-4b84-b2fc-646fb587c029/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "da0dc101-4a2b-4b84-b2fc-646fb587c029",
    "variables": {
        "offset": 0,
        "limit": 20,
        "genre_id": ""
    }
}'

Ask an agent

Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.

prompt
Use the Anything API MCP server (https://anything.notte.cc/mcp).

Call run(function_id="da0dc101-4a2b-4b84-b2fc-646fb587c029") — the "list_ziggo_dome_upcoming_events" function, which lists real-time upcoming Ziggo Dome events from https://www.ziggodome.nl with pagination, optional genre-ID filtering, ticket availability, inferred sellers, and direct links..

It takes offset (int), limit (int), genre_id (str). Return the result as structured JSON.