1001tracklists: List Latest
1001tracklists via Parse · music
List latest tracklists from 1001tracklists.com with optional full track details. Returns tracklist summaries (title, URL, date, duration) sorted by date descending. When include_tracks is true, each item also includes event metadata and full ordered track listing with artist, title, label, mix, and streaming links. Results are paginated at 30 items per upstream page; date_from/date_to filter results within each page. Each tracklist with include_tracks=true requires an additional request, so latency scales with the number of items returned. Scraper for 1001tracklists.com to extract DJ set tracklists, charts, and metadata. Fulfilled by Parse from 1001tracklists.com.
- 1001tracklists
- 1001tracklists-com
- entertainment
- music
- parse
- platform-key
- streaming-video
Price and execution
- Price
- $0.02 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- music
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/b93889bc-63b3-4524-8ff6-be513ab4401a/list_latest
- Interface artifact
- sha256:11a2dcdecd9ea81c1a674052fc57f18bd1539490ca422596e1711e056878e93d
- Manifest digest
- sha256:c084a56dcb80117fac861590af4c24ee5a02c58a6e7922797cde0fd10f5dfd01
Request fields
- page (integer): Page number for pagination (1-indexed). Each page contains up to 30 items from the upstream source.
- limit (integer): Maximum number of items to return per call (1-30).
- date_to (string): Filter results to tracklists on or before this date (ISO format YYYY-MM-DD).
- date_from (string): Filter results to tracklists on or after this date (ISO format YYYY-MM-DD).
- include_tracks (boolean): When true, each item includes full event metadata (name, date, lineup) and ordered tracks (artist, title, label, mix, streaming links).
Example queries
- {"page":"1","limit":"20","date_to":"2026-09-01","date_from":"2026-08-18","include_tracks":"false"}