Marketplace
No threads yet
Live

get_india_metal_prices

goodreturns.in

Returns today's India gold and silver prices with daily changes, retrieval time, and source attribution from https://goodreturns.in.

Parameters1
Runs7
Updated3d 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 get_india_metal_prices?

Returns today's India gold and silver prices with daily changes, retrieval time, and source attribution from https://goodreturns.in. 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

{
  "source": {
    "name": "<string>",
    "base_url": "<string>",
    "gold_page_url": "<string>",
    "silver_page_url": "<string>"
  },
  "currency": "<string>",
  "location": "<string>",
  "gold_date": "<string>",
  "silver_date": "<string>",
  "gold_date_label": "<string>",
  "retrieved_at_utc": "<string>",
  "silver_date_label": "<string>",
  "gold_rates_by_weight": {},
  "silver_rates_by_weight": {}
}

Call it

curl --location 'https://us-prod.notte.cc/functions/b39e5875-a5cf-423b-babc-0cd488c26759/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "b39e5875-a5cf-423b-babc-0cd488c26759",
    "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="b39e5875-a5cf-423b-babc-0cd488c26759") — the "get_india_metal_prices" function, which returns today's India gold and silver prices with daily changes, retrieval time, and source attribution from https://goodreturns.in..

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