pitchfork-best-tracks

Create a Spotify playlist from the latest 10 Pitchfork Best New Tracks.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/ankitjh4/skill-builder --skill pitchfork-best-tracks-ankitjh4
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pitchfork-best-tracks
Source: https://github.com/ankitjh4/skill-builder/tree/main/pitchfork-best-tracks
Command: npx skills add https://github.com/ankitjh4/skill-builder --skill pitchfork-best-tracks-ankitjh4

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Pitchfork Best New Tracks can be time-consuming to browse and manually add to Spotify, so you end up missing releases or spending too long recreating playlists yourself.

Core Features & Use Cases

  • Fetch latest Pitchfork Best New Tracks: Loads the Best New Tracks page and extracts the most recent 10 track titles and artists.
  • Match tracks on Spotify: Searches Spotify sequentially for each track, waits briefly on rate limits, and records which tracks are found or not found.
  • Build a Spotify playlist automatically: Creates a new playlist with your chosen name and adds matched tracks using Spotify URIs, then reports what was added and what was missing.

Use Case: You want a ready-to-listen set of the latest Pitchfork discoveries without manually searching each track on Spotify.

Quick Start

Use the pitchfork-best-tracks skill to generate a Spotify playlist of the latest 10 Pitchfork Best New Tracks with the name you choose.

Frequently Asked Questions about pitchfork-best-tracks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically create a Spotify playlist from Pitchfork Best New Tracks?

To create a Spotify playlist from Pitchfork Best New Tracks, you need to scrape the latest track titles and artist names, match them to Spotify track IDs, and add them sequentially to a new playlist. This automates the music discovery workflow by fetching the most recent 10 tracks and reporting any that are not found.

Can I automate adding Pitchfork music reviews directly to my Spotify account?

Yes, you can automate adding Pitchfork music reviews to Spotify by web scraping the Best New Tracks webpage for track data. The automation searches Spotify for each extracted track sequentially, applying rate-limit backoff, and compiles the matched tracks into a fresh playlist using their Spotify URIs.

What is the best way to build a Spotify playlist curation workflow from web scraped music data?

The best way to build a Spotify playlist from web scraped music data is to extract the 10 most recent track titles and artists from the Pitchfork page, then sequentially search Spotify for each track. This playlist curation method handles rate limits gracefully and reports both added and missing tracks.

Does the Pitchfork to Spotify automation support rate limiting when searching for tracks?

Yes, the Pitchfork to Spotify automation supports rate limiting by implementing a sequential search with brief waits upon encountering rate limits. This ensures the web scraping and track matching process completes reliably without exceeding Spotify API request thresholds.

Why are some Pitchfork Best New Tracks missing from my automatically generated Spotify playlist?

Some Pitchfork Best New Tracks may be missing from your Spotify playlist if the sequential search cannot find an exact track ID match. The automation reports these not-found results alongside the successfully added tracks, ensuring you know exactly which releases were excluded.

Do I need a specific playlist name when automating Spotify playlist creation from Pitchfork tracks?

No, you do not need a specific default name; you can specify any chosen name when creating the Spotify playlist from Pitchfork tracks. The automation creates the new playlist with your exact specified name before adding the matched track URIs.