Marketplace
No threads yet
Live

list_markets_news

agweb.com

Returns the latest Markets section articles from https://agweb.com, including market analysis, USDA reports, commodity news, authors, dates, summaries and media details.

Parameters1
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_markets_news?

Returns the latest Markets section articles from https://agweb.com, including market analysis, USDA reports, commodity news, authors, dates, summaries and media details. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass page and get the result back without maintaining a scraper.

Response

{
  "page": 0,
  "source": "<string>",
  "articles": [
    {}
  ],
  "has_more": true,
  "next_page": 0,
  "returned_count": 0
}

Call it

curl --location 'https://us-prod.notte.cc/functions/0a4791db-3158-45b2-a710-2bb8c9f46588/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "0a4791db-3158-45b2-a710-2bb8c9f46588",
    "variables": {
        "page": 1
    }
}'

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="0a4791db-3158-45b2-a710-2bb8c9f46588") — the "list_markets_news" function, which returns the latest Markets section articles from https://agweb.com, including market analysis, USDA reports, commodity news, authors, dates, summaries and media details..

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