Live
list_genre_dj_sets
1001tracklists.comReturns relevance-sorted, 30-item pages of DJ set summaries for a genre slug from https://1001tracklists.com.
Parameters3
Runs10
Updated3d ago
Degraded10 runs · 70% 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_genre_dj_sets?
Returns relevance-sorted, 30-item pages of DJ set summaries for a genre slug from https://1001tracklists.com. It runs on Notte's browser infrastructure and returns structured JSON, so you can call it like any other API — pass genre_slug, page, request_timeout_seconds and get the result back without maintaining a scraper.
Response
{
"page": 0,
"sort": "<string>",
"items": [
{}
],
"returned": 0,
"transport": "<string>",
"genre_name": "<string>",
"genre_slug": "<string>",
"source_url": "<string>",
"upstream_page_size": 0
}Call it
curl --location 'https://us-prod.notte.cc/functions/bc65f504-15b1-430c-b0c6-5b8b5e2cbff2/runs/start' \
--header 'x-notte-api-key: YOUR_API_KEY' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer YOUR_API_KEY' \
--data '{
"function_id": "bc65f504-15b1-430c-b0c6-5b8b5e2cbff2",
"variables": {
"genre_slug": "house",
"page": 1,
"request_timeout_seconds": 8
}
}'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="bc65f504-15b1-430c-b0c6-5b8b5e2cbff2") — the "list_genre_dj_sets" function, which returns relevance-sorted, 30-item pages of DJ set summaries for a genre slug from https://1001tracklists.com.. It takes genre_slug (str), page (int), request_timeout_seconds (int). Return the result as structured JSON.