Spotify Artist Scraper avatar

Spotify Artist Scraper

Pricing

$8.00/month + usage

Go to Apify Store
Spotify Artist Scraper

Spotify Artist Scraper

Spotify Artist Scraper ๐ŸŽต๐Ÿš€ - Instantly find and extract artist details from Spotify using keywords (genres, names) or direct artist URLs. Supports bulk processing of 1000+ artists in a single run, fetching artist profiles, followers, and latest releases with ease! ๐ŸŽถ

Pricing

$8.00/month + usage

Rating

0.0

(0)

Developer

Scrape Architect

Scrape Architect

Maintained by Community

Actor stats

3

Bookmarked

65

Total users

4

Monthly active users

4 days ago

Last modified

Share

Spotify Artist Scraper - Extract Unlimited Spotify Artist Data

What Is the Spotify Artist Scraper?

The Spotify Artist Scraper is an Apify actor built to extract comprehensive Spotify artist data at scale. Whether you need to scrape one Spotify artist profile or thousands, this Spotify Artist Scraper handles it without any hidden limits. It is the go-to tool for music researchers, playlist curators, label scouts, and data analysts who need reliable Spotify artist information.

This Spotify Artist Scraper supports two flexible input modes - keyword search and direct URL - and can combine both in a single run. You can scrape Spotify artist profiles by searching for artist names, genres, or any keyword that Spotify returns artist results for.


Why Use This Spotify Artist Scraper?

  • Unlimited Spotify artist scraping - no internal caps or hidden result limits per keyword.
  • Keyword + URL modes - search by keyword or paste direct Spotify artist URLs; mix both in one run.
  • Detailed artist enrichment - enable fetchDetails to get full discography, related artists, followers, and monthly listeners for every Spotify artist.
  • Paginated extraction - the Spotify Artist Scraper automatically paginates through all available search results, so you never miss a Spotify artist.
  • Structured JSON output - every Spotify artist record is delivered as clean, structured JSON ready for analysis, dashboards, or database import.

Input Options for the Spotify Artist Scraper

ParameterTypeDefaultDescription
searchModestring"keyword"Choose "keyword" to search Spotify artists by keyword, "url" to scrape specific Spotify artist URLs, or "both" to use both modes together.
keywordsarray[]List of search keywords. The Spotify Artist Scraper sends each keyword to the Spotify search API and collects all matching Spotify artist results.
urlsarray[]List of direct Spotify artist profile URLs to scrape.
maxResultsinteger10Maximum number of Spotify artist results to fetch per keyword. Set any value - there is no hidden cap.
fetchDetailsbooleanfalseWhen enabled, the Spotify Artist Scraper fetches full details for every Spotify artist: releases, fans-also-like, followers, and monthly listeners.
album_limitinteger0Maximum number of releases to include per Spotify artist. Use 0 to fetch all available releases.
proxyCountrystring"US"Residential proxy exit country used for Spotify requests.

Output Fields - What Data Does the Spotify Artist Scraper Return?

Every Spotify artist record pushed by this Spotify Artist Scraper contains the following fields:

Top-Level Spotify Artist Fields

FieldTypeDescription
artist_idstringThe unique Spotify artist ID extracted from the URI.
input_keywordstringThe keyword that found this Spotify artist, or "URL search" if scraped by URL.
artist_namestringThe display name of the Spotify artist.
artist_profile_urlstringDirect link to the Spotify artist profile page on Spotify.
avatar_imagestringURL to the Spotify artist's profile image.
followersintegerTotal follower count of this Spotify artist.
monthly_listenersintegerCurrent monthly listener count for this Spotify artist.

Releases Array (When fetchDetails Is Enabled)

Each Spotify artist's releases array contains all their albums, singles, and compilations:

FieldTypeDescription
releases[].namestringName of the release (album, single, or compilation).
releases[].idstringSpotify ID of the release.
releases[].typestringRelease type: "ALBUM", "SINGLE", or "COMPILATION".
releases[].link_to_releasestringDirect Spotify URL to the release page.

Fans Also Like Array (When fetchDetails Is Enabled)

The fans_also_like array lists related Spotify artist recommendations:

FieldTypeDescription
fans_also_like[].namestringName of a related Spotify artist.
fans_also_like[].urlstringSpotify profile URL of the related Spotify artist.

Example Output from the Spotify Artist Scraper

{
"artist_id": "1dfeR4HaWDbWqFHLkxsg1d",
"input_keyword": "queen",
"artist_name": "Queen",
"artist_profile_url": "https://open.spotify.com/artist/1dfeR4HaWDbWqFHLkxsg1d",
"avatar_image": "https://i.scdn.co/image/...",
"followers": 52000000,
"monthly_listeners": 45000000,
"releases": [
{
"name": "Greatest Hits",
"id": "6i6folBtxKV28WX3msQ4FE",
"type": "ALBUM",
"link_to_release": "https://open.spotify.com/album/6i6folBtxKV28WX3msQ4FE"
}
],
"fans_also_like": [
{
"name": "David Bowie",
"url": "https://open.spotify.com/artist/0oSGxfWSnnOXhD2fKuz2Gy"
}
]
}

How the Spotify Artist Scraper Works

  1. Keyword Mode - The Spotify Artist Scraper sends each keyword to the Spotify search API, paginates through all result pages, and collects every matching Spotify artist up to your maxResults setting.
  2. URL Mode - The Spotify Artist Scraper takes each Spotify artist URL, extracts the artist ID, and fetches the full Spotify artist profile directly.
  3. Detail Enrichment - If fetchDetails is enabled, the Spotify Artist Scraper makes additional API calls for each Spotify artist to retrieve their complete discography, fans-also-like recommendations, follower counts, and monthly listeners.
  4. Data Output - Every Spotify artist record is pushed to the Apify dataset as structured JSON, ready for export in JSON, CSV, Excel, or direct API access.

Use Cases for the Spotify Artist Scraper

  • Music industry research - Scrape thousands of Spotify artist profiles to analyze follower growth, monthly listeners, and release frequency.
  • Label scouting - Use the Spotify Artist Scraper to discover emerging Spotify artists by keyword and compare their metrics.
  • Playlist curation - Find related Spotify artists using the fans-also-like data to build thematic playlists.
  • Market analysis - Export Spotify artist data to dashboards for genre-level or region-level trend analysis.
  • Academic studies - Collect structured Spotify artist datasets for music information retrieval research.
  • Competitor monitoring - Track how competing Spotify artists grow their audiences over time.

ActorDescriptionLink
Ultimate Spotify Scraper and DownloaderAll-in-one: albums, tracks, artists, playlists + downloadsView on Apify
Spotify Tracks ScraperScrape Spotify track metadata, play counts, and detailsView on Apify
Spotify Album ScraperScrape Spotify album data with full track listingsView on Apify
Spotify Playlist ScraperScrape Spotify playlist data with all tracks and metadataView on Apify
Spotify Tracks Scraper - Advanced FilteringAdvanced Spotify track scraper with sorting and filteringView on Apify
Spotify Tracks Downloader - Advanced FiltersDownload Spotify tracks with advanced filter optionsView on Apify
Spotify Music Downloader - Fast ModeHigh-speed Spotify music downloaderView on Apify
Spotify Music Downloader - Accurate ModeHigh-fidelity Spotify music downloaderView on Apify
Spotify Tracks DownloaderDownload Spotify tracks quickly and simplyView on Apify

Notes

  • The Spotify Artist Scraper runs on the Apify platform. No Spotify API key or login is required.
  • All scraping is performed via public Spotify web endpoints.
  • Output is available in JSON, CSV, Excel, or via the Apify dataset API.
  • For the most comprehensive experience, try the Ultimate Spotify Scraper and Downloader which combines this Spotify Artist Scraper with album, track, playlist scraping, and music downloads.