Live
search_games_services
eldorado.comSearches games and service categories on Eldorado by game name, service title, and known synonyms, preserving category-specific duplicates. Reads https://eldorado.com.
Parameters3
Runs13
Updated11d ago
Operational13 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 search_games_services?
Searches games and service categories on Eldorado by game name, service title, and known synonyms, preserving category-specific duplicates. Reads https://eldorado.com. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass keyword, limit, locale and get the result back without maintaining a scraper.
Response
{
"count": 0,
"keyword": "<string>",
"results": [
{}
]
}Call it
curl --location 'https://us-prod.notte.cc/functions/d620b0da-e1b8-4ae9-b0fd-abdd2d7b0bd0/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "d620b0da-e1b8-4ae9-b0fd-abdd2d7b0bd0",
"variables": {
"keyword": "roblox",
"limit": 50,
"locale": "en-US"
}
}'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="d620b0da-e1b8-4ae9-b0fd-abdd2d7b0bd0") — the "search_games_services" function, which searches games and service categories on Eldorado by game name, service title, and known synonyms, preserving category-specific duplicates. Reads https://eldorado.com.. It takes keyword (str), limit (int), locale (str). Return the result as structured JSON.