Marketplace
No threads yet
Live

list_nagalli_wholesale_silver_rings

joiasnagalli.com.br

Lists every wholesale sterling silver 925 ring in the Nagalli catalog at https://www.joiasnagalli.com.br, automatically traversing all catalog pages. Returns each product's ID, name, canonical product URL, and image URL; prices require login and are not included.

Parameters1
Runs9
Updated10d 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 list_nagalli_wholesale_silver_rings?

Lists every wholesale sterling silver 925 ring in the Nagalli catalog at https://www.joiasnagalli.com.br, automatically traversing all catalog pages. Returns each product's ID, name, canonical product URL, and image URL; prices require login and are not included. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass page_size and get the result back without maintaining a scraper.

Response

{
  "products": [
    {
      "name": "<string>",
      "image_url": "<string>",
      "product_id": "<string>",
      "product_url": "<string>"
    }
  ],
  "source_url": "<string>",
  "total_count": 0
}

Call it

curl --location 'https://us-prod.notte.cc/functions/9a94b0ae-b472-4df5-8000-4f76d04370f5/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "9a94b0ae-b472-4df5-8000-4f76d04370f5",
    "variables": {
        "page_size": 100
    }
}'

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="9a94b0ae-b472-4df5-8000-4f76d04370f5") — the "list_nagalli_wholesale_silver_rings" function, which lists every wholesale sterling silver 925 ring in the Nagalli catalog at https://www.joiasnagalli.com.br, automatically traversing all catalog pages. Returns each product's ID, name, canonical product URL, and image URL; prices require login and are not included..

It takes page_size (int). Return the result as structured JSON.