Live
list_com_top_software
download.comBrowses https://download.com software for one platform in the site's default ranking order. Returns a paginated page of about 24 products with all listing metadata.
Parameters2
Runs11
Updated10d ago
Degraded11 runs · 90.9% 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_com_top_software?
Browses https://download.com software for one platform in the site's default ranking order. Returns a paginated page of about 24 products with all listing metadata. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass platform, page and get the result back without maintaining a scraper.
Response
{
"page": 0,
"results": [
{
"title": "<string>",
"rating": 0,
"license": "<string>",
"category": "<string>",
"icon_url": "<string>",
"platform": "<string>",
"license_id": "<string>",
"product_id": "<string>",
"description": "<string>",
"platform_id": "<string>",
"product_url": "<string>",
"rating_label": "<string>"
}
],
"platform": "<string>",
"source_url": "<string>",
"total_pages": 0,
"result_count": 0,
"ranking_order": "<string>"
}Call it
curl --location 'https://us-prod.notte.cc/functions/a21db6ec-c0ac-4b40-90aa-eef7d5ff7a69/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "a21db6ec-c0ac-4b40-90aa-eef7d5ff7a69",
"variables": {
"platform": "windows",
"page": 1
}
}'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="a21db6ec-c0ac-4b40-90aa-eef7d5ff7a69") — the "list_com_top_software" function, which browses https://download.com software for one platform in the site's default ranking order. Returns a paginated page of about 24 products with all listing metadata.. It takes platform (str), page (int). Return the result as structured JSON.