get_categories
victory.co.ilRetrieves the complete nested category tree for Victory online from https://www.victory.co.il, including every currently visible category and subcategory with all non-empty category fields.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_categories?
Retrieves the complete nested category tree for Victory online from https://www.victory.co.il, including every currently visible category and subcategory with all non-empty category 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>",
"tree_id": 0,
"branch_id": 0,
"tree_name": "<string>",
"categories": [
{}
],
"retailer_id": 0,
"category_count": 0,
"top_level_count": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/85e5b66f-b7c5-436b-9b6a-7710f295f9b8/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "85e5b66f-b7c5-436b-9b6a-7710f295f9b8",
"variables": {}
}'Ask an agent
Paste this into Claude Code, Cursor or any MCP client to have an agent call this function for you.
Use the Anything API MCP server (https://anything.notte.cc/mcp). Call run(function_id="85e5b66f-b7c5-436b-9b6a-7710f295f9b8") — the "get_categories" function, which retrieves the complete nested category tree for Victory online from https://www.victory.co.il, including every currently visible category and subcategory with all non-empty category fields.. It takes no parameters. Return the result as structured JSON.