Live
list_flash_sale_sessions
shopee.com.brReturns current and upcoming flash sale sessions from https://shopee.com.br with schedule, promotion, media, category, status and signature fields.
Parameters0
Runs3
Updated52m ago
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is list_flash_sale_sessions?
Returns current and upcoming flash sale sessions from https://shopee.com.br with schedule, promotion, media, category, status and signature fields. 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
{
"site": "<string>",
"sessions": [
{}
],
"session_count": 0,
"current_session_end_time": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/666a9d29-55aa-4ad7-9518-f55cd6499164/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "666a9d29-55aa-4ad7-9518-f55cd6499164",
"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="666a9d29-55aa-4ad7-9518-f55cd6499164") — the "list_flash_sale_sessions" function, which returns current and upcoming flash sale sessions from https://shopee.com.br with schedule, promotion, media, category, status and signature fields.. It takes no parameters. Return the result as structured JSON.