Marketplace
No threads yet
Live

fetch_trending_products

rip.fun

Returns the SvelteKit node graph for trending card listings and market data from the https://rip.fun marketplace homepage.

Parameters0
Runs8
Updated1d ago
Degraded8 runs · 87.5% 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 fetch_trending_products?

Returns the SvelteKit node graph for trending card listings and market data from the https://rip.fun marketplace homepage. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — call it with no parameters and get the result back without maintaining a scraper.

Response

{
  "data": {},
  "source_url": "<string>"
}

Call it

curl --location 'https://us-prod.notte.cc/functions/e5399f47-93e0-4408-ae60-af951aefcfe8/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
    "function_id": "e5399f47-93e0-4408-ae60-af951aefcfe8",
    "variables": {}
}'

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="e5399f47-93e0-4408-ae60-af951aefcfe8") — the "fetch_trending_products" function, which returns the SvelteKit node graph for trending card listings and market data from the https://rip.fun marketplace homepage..

It takes no parameters. Return the result as structured JSON.