Marketplace
No threads yet
Live

search_korea_products

shop.mango.com

Searches the Mango Korea storefront at https://shop.mango.com and returns deduplicated product/color results enriched with Korean and English names, KRW pricing, family labels, size availability, official media, and canonical Korean URLs.

Parameters2
Runs12
Updated8d ago
Degraded12 runs · 91.6% 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 search_korea_products?

Searches the Mango Korea storefront at https://shop.mango.com and returns deduplicated product/color results enriched with Korean and English names, KRW pricing, family labels, size availability, 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 query, limit and get the result back without maintaining a scraper.

Response

{
  "count": 0,
  "query": "<string>",
  "locale": "<string>",
  "results": [
    {}
  ],
  "currency": "<string>"
}

Call it

curl --location 'https://us-prod.notte.cc/functions/323b1d4b-7e72-4f0d-a53d-345b4e1919fa/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "323b1d4b-7e72-4f0d-a53d-345b4e1919fa",
    "variables": {
        "query": "드레스",
        "limit": 20
    }
}'

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="323b1d4b-7e72-4f0d-a53d-345b4e1919fa") — the "search_korea_products" function, which searches the Mango Korea storefront at https://shop.mango.com and returns deduplicated product/color results enriched with Korean and English names, KRW pricing, family labels, size availability, official media, and canonical Korean URLs..

It takes query (str), limit (int). Return the result as structured JSON.