Marketplace
No threads yet
Live

get_korea_product_details

shop.mango.com

Returns comprehensive Mango Korea product details from https://shop.mango.com, including Korean name, all color variants, KRW pricing, size-level stock, composition, care/origin data, official images, and canonical Korean URL. Validates KR/ko locale and KRW currency.

Parameters2
Runs9
Updated8d ago
Operational9 runs · 100% succeeded
30 days agotoday

Playground

Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.

What is get_korea_product_details?

Returns comprehensive Mango Korea product details from https://shop.mango.com, including Korean name, all color variants, KRW pricing, size-level stock, composition, care/origin data, official images, and canonical Korean URL. Validates KR/ko locale and KRW currency. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass product_id, timeout_seconds and get the result back without maintaining a scraper.

Response

{
  "locale": "<string>",
  "name_ko": "<string>",
  "product": {},
  "currency": "<string>",
  "product_id": "<string>",
  "canonical_url": "<string>"
}

Call it

curl --location 'https://us-prod.notte.cc/functions/aba49f05-81bb-4de6-b082-9526c11b9d1a/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "aba49f05-81bb-4de6-b082-9526c11b9d1a",
    "variables": {
        "product_id": "37081450",
        "timeout_seconds": 30
    }
}'

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="aba49f05-81bb-4de6-b082-9526c11b9d1a") — the "get_korea_product_details" function, which returns comprehensive Mango Korea product details from https://shop.mango.com, including Korean name, all color variants, KRW pricing, size-level stock, composition, care/origin data, official images, and canonical Korean URL. Validates KR/ko locale and KRW currency..

It takes product_id (str), timeout_seconds (int). Return the result as structured JSON.