get_all_time_victory_ranking
procyclingstats.comReturns the all-time professional cyclist victory ranking from https://procyclingstats.com. Fetches the top 100 riders sorted by total career wins with rider links and country codes.
Playground
Runs on Notte and spends your workspace credits — what comes back is the live response, not a sample.
What is get_all_time_victory_ranking?
Returns the all-time professional cyclist victory ranking from https://procyclingstats.com. Fetches the top 100 riders sorted by total career wins with rider links and country codes. 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
{
"riders": [
{
"links": {},
"fields": {}
}
],
"source_url": "<string>",
"rider_count": 0,
"ranking_type": "<string>"
}Call it
curl --location 'https://us-prod.notte.cc/functions/ef8ebebc-ec37-42bf-9ad9-8bc6838f157c/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "ef8ebebc-ec37-42bf-9ad9-8bc6838f157c",
"variables": {}
}'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="ef8ebebc-ec37-42bf-9ad9-8bc6838f157c") — the "get_all_time_victory_ranking" function, which returns the all-time professional cyclist victory ranking from https://procyclingstats.com. Fetches the top 100 riders sorted by total career wins with rider links and country codes.. It takes no parameters. Return the result as structured JSON.