Live
list_active_products
fengsuitang.comLists active cultural and religious products from https://fengsuitang.com with pagination. Returns each product's non-empty source fields, SKU availability, and pricing.
Parameters2
Runs9
Updated10d ago
Operational9 runs · 100% succeeded
30 days ago90 days agoranfailednot checkedtoday
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is list_active_products?
Lists active cultural and religious products from https://fengsuitang.com with pagination. Returns each product's non-empty source fields, SKU availability, and pricing. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass page, page_size and get the result back without maintaining a scraper.
Response
{
"products": [
{}
],
"paginator": {}
}Call it
curl --location 'https://us-prod.notte.cc/functions/548c8f81-4411-4798-9db1-309f08c6826e/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "548c8f81-4411-4798-9db1-309f08c6826e",
"variables": {
"page": 1,
"page_size": 10
}
}'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="548c8f81-4411-4798-9db1-309f08c6826e") — the "list_active_products" function, which lists active cultural and religious products from https://fengsuitang.com with pagination. Returns each product's non-empty source fields, SKU availability, and pricing.. It takes page (int), page_size (int). Return the result as structured JSON.