Live
get_daily_metals_snapshot
goodreturns.inReturns a flat JSON snapshot of today's India gold and silver prices, signed daily changes, and an English market summary from https://goodreturns.in.
Parameters0
Runs5
Updated3d ago
Operational5 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_daily_metals_snapshot?
Returns a flat JSON snapshot of today's India gold and silver prices, signed daily changes, and an English market summary from https://goodreturns.in. 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
{
"currency": "<string>",
"location": "<string>",
"gold_date": "<string>",
"silver_date": "<string>",
"source_name": "<string>",
"market_summary": "<string>",
"gold_date_label": "<string>",
"gold_source_url": "<string>",
"silver_date_label": "<string>",
"silver_source_url": "<string>",
"silver_1g_price_inr": 0,
"silver_10g_price_inr": 0,
"silver_1g_change_inr": 0,
"silver_1kg_price_inr": 0,
"gold_18k_1g_price_inr": 0,
"gold_22k_1g_price_inr": 0,
"gold_24k_1g_price_inr": 0,
"silver_100g_price_inr": 0,
"silver_10g_change_inr": 0,
"silver_1kg_change_inr": 0,
"gold_18k_10g_price_inr": 0,
"gold_18k_1g_change_inr": 0,
"gold_22k_10g_price_inr": 0,
"gold_22k_1g_change_inr": 0,
"gold_24k_10g_price_inr": 0,
"gold_24k_1g_change_inr": 0,
"silver_100g_change_inr": 0,
"gold_18k_100g_price_inr": 0,
"gold_18k_10g_change_inr": 0,
"gold_22k_100g_price_inr": 0,
"gold_22k_10g_change_inr": 0,
"gold_24k_100g_price_inr": 0,
"gold_24k_10g_change_inr": 0,
"gold_18k_100g_change_inr": 0,
"gold_22k_100g_change_inr": 0,
"gold_24k_100g_change_inr": 0,
"silver_1g_yesterday_price_inr": 0,
"silver_10g_yesterday_price_inr": 0,
"silver_1kg_yesterday_price_inr": 0,
"gold_18k_8g_sovereign_price_inr": 0,
"gold_22k_8g_sovereign_price_inr": 0,
"gold_24k_8g_sovereign_price_inr": 0,
"silver_100g_yesterday_price_inr": 0,
"gold_18k_8g_sovereign_change_inr": 0,
"gold_22k_8g_sovereign_change_inr": 0,
"gold_24k_8g_sovereign_change_inr": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/ec452025-9d94-449d-ac40-d51dbf57e33f/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "ec452025-9d94-449d-ac40-d51dbf57e33f",
"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="ec452025-9d94-449d-ac40-d51dbf57e33f") — the "get_daily_metals_snapshot" function, which returns a flat JSON snapshot of today's India gold and silver prices, signed daily changes, and an English market summary from https://goodreturns.in.. It takes no parameters. Return the result as structured JSON.