list_ciele_athletics_products
cieleathletics.comReturns the complete Ciele Athletics product catalog with pricing, product details, and per-variant availability, automatically iterating all pages. Optionally scopes results to a collection handle on https://cieleathletics.com.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is list_ciele_athletics_products?
Returns the complete Ciele Athletics product catalog with pricing, product details, and per-variant availability, automatically iterating all pages. Optionally scopes results to a collection handle on https://cieleathletics.com. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass collection_handle and get the result back without maintaining a scraper.
Response
{
"products": [
{}
],
"page_count": 0,
"product_count": 0,
"collection_handle": "<string>"
}Call it
curl --location 'https://us-prod.notte.cc/functions/11ae8142-5213-4f4d-961a-be5c9fa084dd/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "11ae8142-5213-4f4d-961a-be5c9fa084dd",
"variables": {
"collection_handle": ""
}
}'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="11ae8142-5213-4f4d-961a-be5c9fa084dd") — the "list_ciele_athletics_products" function, which returns the complete Ciele Athletics product catalog with pricing, product details, and per-variant availability, automatically iterating all pages. Optionally scopes results to a collection handle on https://cieleathletics.com.. It takes collection_handle (str). Return the result as structured JSON.