Live
get_gold_rates_by_city
goodreturns.inReturns today's per-gram 18K, 22K, and 24K gold rates across major Indian cities from https://goodreturns.in.
Parameters1
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_gold_rates_by_city?
Returns today's per-gram 18K, 22K, and 24K gold rates across major Indian cities 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
{
"date": "<string>",
"cities": [
{
"city": "<string>",
"city_url": "<string>",
"city_slug": "<string>",
"gold_18k_inr_per_gram": 0,
"gold_22k_inr_per_gram": 0,
"gold_24k_inr_per_gram": 0
}
],
"currency": "<string>",
"city_count": 0,
"date_label": "<string>",
"source_url": "<string>",
"weight_grams": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/6b94252f-3023-4ec2-9756-3fef08a0de54/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "6b94252f-3023-4ec2-9756-3fef08a0de54",
"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="6b94252f-3023-4ec2-9756-3fef08a0de54") — the "get_gold_rates_by_city" function, which returns today's per-gram 18K, 22K, and 24K gold rates across major Indian cities from https://goodreturns.in.. It takes timeout_seconds (int). Return the result as structured JSON.