Live
list_homepage_tracklists
1001tracklists.comCollects the complete ordered homepage tracklist feed from https://1001tracklists.com, with post-collection filters and optional event and track details.
Parameters5
Runs10
Updated3d ago
Degraded10 runs · 90% 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_homepage_tracklists?
Collects the complete ordered homepage tracklist feed from https://1001tracklists.com, with post-collection filters and optional event and track details. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass date_from, date_to, genre, include_tracks, request_timeout_seconds and get the result back without maintaining a scraper.
Response
{
"items": [
{}
],
"filters": {},
"returned": 0,
"transport": "<string>",
"source_url": "<string>",
"include_tracks": true,
"upstream_pages": 0,
"collected_count": 0,
"upstream_page_size": 0,
"complete_collection": true
}Call it
curl --location 'https://us-prod.notte.cc/functions/70c872b9-793b-4647-a4d4-d2f3a8853755/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "70c872b9-793b-4647-a4d4-d2f3a8853755",
"variables": {
"date_from": "",
"date_to": "",
"genre": "",
"include_tracks": false,
"request_timeout_seconds": 5
}
}'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="70c872b9-793b-4647-a4d4-d2f3a8853755") — the "list_homepage_tracklists" function, which collects the complete ordered homepage tracklist feed from https://1001tracklists.com, with post-collection filters and optional event and track details.. It takes date_from (str), date_to (str), genre (str), include_tracks (bool), request_timeout_seconds (int). Return the result as structured JSON.