Marketplace
No threads yet
Live

list_trade_restrictions

worldmonitor.app

Returns recent international trade restrictions and tariff policy records from https://worldmonitor.app, including countries, sectors, measures, status, dates, and sources.

Parameters2
Runs8
Updated3d ago
Operational8 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_trade_restrictions?

Returns recent international trade restrictions and tariff policy records from https://worldmonitor.app, including countries, sectors, measures, status, dates, and sources. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass limit, timeout_seconds and get the result back without maintaining a scraper.

Response

{
  "count": 0,
  "source": "<string>",
  "records": [
    {}
  ]
}

Call it

curl --location 'https://us-prod.notte.cc/functions/ad955d51-29cf-46a5-a9a4-edff50a0f9ba/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "ad955d51-29cf-46a5-a9a4-edff50a0f9ba",
    "variables": {
        "limit": 50,
        "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="ad955d51-29cf-46a5-a9a4-edff50a0f9ba") — the "list_trade_restrictions" function, which returns recent international trade restrictions and tariff policy records from https://worldmonitor.app, including countries, sectors, measures, status, dates, and sources..

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