Live
search_suggestions
shopee.com.brReturns related search keyword suggestions from https://shopee.com.br with each term, optional category binding, source fields, and position rank.
Parameters1
Runs6
Updated53m ago
Operational6 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_suggestions?
Returns related search keyword suggestions from https://shopee.com.br with each term, optional category binding, source fields, and position rank. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass keyword and get the result back without maintaining a scraper.
Response
{
"site": "<string>",
"count": 0,
"keyword": "<string>",
"suggestions": [
{}
]
}Call it
curl --location 'https://us-prod.notte.cc/functions/1330a259-ef77-4ca8-8261-6c20e61e30b6/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "1330a259-ef77-4ca8-8261-6c20e61e30b6",
"variables": {
"keyword": "celular"
}
}'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="1330a259-ef77-4ca8-8261-6c20e61e30b6") — the "search_suggestions" function, which returns related search keyword suggestions from https://shopee.com.br with each term, optional category binding, source fields, and position rank.. It takes keyword (str). Return the result as structured JSON.