Live
get_dividend_withholding_tax_guidance
belastingdienst.nlReturns the Dutch dividend withholding tax rate and treaty exemption guidance from https://www.belastingdienst.nl, including required forms and official links.
Parameters0
Runs7
Updated2h ago
Operational7 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_dividend_withholding_tax_guidance?
Returns the Dutch dividend withholding tax rate and treaty exemption guidance from https://www.belastingdienst.nl, including required forms and official links. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — call it with no parameters and get the result back without maintaining a scraper.
Response
{
"title": "<string>",
"source_url": "<string>",
"general_rule": "<string>",
"rate_percent": 0,
"last_modified": "<string>",
"dividend_types": [
{
"name": "<string>",
"description": "<string>"
}
],
"standard_rules": [
{
"guidance": "<string>",
"dividend_situation": "<string>",
"shareholder_situation": "<string>"
}
],
"treaty_exemption": {
"forms": [
{
"url": "<string>",
"name": "<string>",
"applicability": "<string>"
}
],
"title": "<string>",
"source_url": "<string>",
"last_modified": "<string>",
"postal_cover_sheet": {
"url": "<string>",
"name": "<string>"
},
"eligibility_summary": "<string>",
"further_information": [
{
"url": "<string>",
"name": "<string>"
}
],
"applicability_period": "<string>",
"supporting_documents": [
{
"url": "<string>",
"name": "<string>"
}
],
"application_requirement": "<string>",
"online_filing_instruction": "<string>",
"postal_fallback_instruction": "<string>",
"qualification_ruling_exemption": "<string>"
},
"applicability_period": "<string>"
}Call it
curl --location 'https://us-prod.notte.cc/functions/f38177a2-7004-490e-8f9b-24cab75ad284/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "f38177a2-7004-490e-8f9b-24cab75ad284",
"variables": {}
}'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="f38177a2-7004-490e-8f9b-24cab75ad284") — the "get_dividend_withholding_tax_guidance" function, which returns the Dutch dividend withholding tax rate and treaty exemption guidance from https://www.belastingdienst.nl, including required forms and official links.. It takes no parameters. Return the result as structured JSON.