Marketplace
No threads yet
Live

list_national_teams

fotball.no

Lists Norwegian national teams from https://fotball.no with category, name, slug and canonical team URL.

Parameters1
Runs7
Updated4d ago
Operational7 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_national_teams?

Lists Norwegian national teams from https://fotball.no with category, name, slug and canonical team URL. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass timeout_seconds and get the result back without maintaining a scraper.

Response

{
  "count": 0,
  "teams": [
    {
      "url": "<string>",
      "name": "<string>",
      "slug": "<string>",
      "category": "<string>"
    }
  ],
  "source_url": "<string>"
}

Call it

curl --location 'https://us-prod.notte.cc/functions/92b897c5-0f29-4809-b3ce-5357e485cf7a/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "92b897c5-0f29-4809-b3ce-5357e485cf7a",
    "variables": {
        "timeout_seconds": 30
    }
}'

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="92b897c5-0f29-4809-b3ce-5357e485cf7a") — the "list_national_teams" function, which lists Norwegian national teams from https://fotball.no with category, name, slug and canonical team URL..

It takes timeout_seconds (int). Return the result as structured JSON.