list_korea_category_products
shop.mango.comLists the visible products from a Mango Korea category page on https://shop.mango.com, including Korean product names, brand data, colors, RGB values, sizes, official media, and canonical Korean URLs.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is list_korea_category_products?
Lists the visible products from a Mango Korea category page on https://shop.mango.com, including Korean product names, brand data, colors, RGB values, sizes, official media, and canonical Korean URLs. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass category_path and get the result back without maintaining a scraper.
Response
{
"count": 0,
"locale": "<string>",
"products": [
{}
],
"category_url": "<string>",
"category_path": "<string>"
}Call it
curl --location 'https://us-prod.notte.cc/functions/a3e89c35-e467-4bec-ae35-d36e7be4106f/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "a3e89c35-e467-4bec-ae35-d36e7be4106f",
"variables": {
"category_path": "여성/드레스와-점프수트/e6bb8705"
}
}'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="a3e89c35-e467-4bec-ae35-d36e7be4106f") — the "list_korea_category_products" function, which lists the visible products from a Mango Korea category page on https://shop.mango.com, including Korean product names, brand data, colors, RGB values, sizes, official media, and canonical Korean URLs.. It takes category_path (str). Return the result as structured JSON.