Live
get_page_content
belastingdienst.nlReturns full Belastingdienst information pages with metadata, structured headings and content, and article links from https://www.belastingdienst.nl.
Parameters1
Runs3
Updated2h ago
Operational3 runs · 100% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_page_content?
Returns full Belastingdienst information pages with metadata, structured headings and content, and article links from https://www.belastingdienst.nl. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass path and get the result back without maintaining a scraper.
Response
{
"url": "<string>",
"path": "<string>",
"title": "<string>",
"metadata": {},
"sections": [
{
"level": 0,
"heading": "<string>",
"paragraphs": [
"<string>"
]
}
],
"description": "<string>",
"external_links": [
{
"url": "<string>",
"text": "<string>"
}
],
"internal_links": [
{
"url": "<string>",
"text": "<string>"
}
]
}Call it
curl --location 'https://us-prod.notte.cc/functions/6a77cf9a-0eb1-4c6b-9f1b-48df3b0fef45/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "6a77cf9a-0eb1-4c6b-9f1b-48df3b0fef45",
"variables": {
"path": "nl/buitenland/content/duits-pensioen-wat-moet-ik-weten"
}
}'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="6a77cf9a-0eb1-4c6b-9f1b-48df3b0fef45") — the "get_page_content" function, which returns full Belastingdienst information pages with metadata, structured headings and content, and article links from https://www.belastingdienst.nl.. It takes path (str). Return the result as structured JSON.