Spotify Artists Search and Scraper ๐ŸŽค avatar

Spotify Artists Search and Scraper ๐ŸŽค

Pricing

$10.00/month + usage

Go to Apify Store
Spotify Artists Search and Scraper ๐ŸŽค

Spotify Artists Search and Scraper ๐ŸŽค

๐ŸŽค Scrape Spotify artist profiles with monthly listeners, full discography, related artists, biography, gallery images, top listener cities, verified status & merch links. Enable Fetch Details to unlock all artist overview sections. Identical data to the real Spotify artist page.

Pricing

$10.00/month + usage

Rating

0.0

(0)

Developer

APIHarvest

APIHarvest

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

20 hours ago

Last modified

Share

Spotify Artists Scraper โ€” Search & Scrape Complete Spotify Artist Data | Best Spotify Scraper

What is the Spotify Artists Scraper?

The Spotify Artists Scraper is a production-ready Apify actor that lets you search and scrape Spotify artists at scale. This Spotify artists scraper extracts complete artist metadata including biographies, top tracks, discography, related artists, monthly listeners, and more โ€” directly from Spotify. No Spotify API key, no login credentials, no developer account required.

Unlike the official Spotify Web API which imposes strict rate limits and requires OAuth, this Spotify artists scraper uses Spotify's internal API to extract rich artist overview data. The Spotify artists scraper automatically handles token rotation, proxy management, and retry logic.


How Does This Spotify Artists Scraper Work?

This Spotify artists scraper operates in two modes that are auto-detected from your input:

Mode 1: Search Spotify Artists by Keyword

Enter one or more keywords and the Spotify artists scraper searches Spotify's catalog for matching artists. You can search by artist name, genre, or any keyword. The Spotify artists scraper returns structured results for every matching Spotify artist.

Example keywords: "Eminem", "Korean pop artists", "jazz pianists", "indie rock", "female rappers"

Mode 2: Scrape Specific Spotify Artists by URI or URL

Already have Spotify artist links? Paste them directly. The Spotify artists scraper accepts both URI format (spotify:artist:7dGJo4pcD2V6oG08qCgod6) and URL format (https://open.spotify.com/artist/7dGJo4pcD2V6oG08qCgod6). Each Spotify artist URI is resolved to their full overview profile.

Auto-Detection

You don't need to choose a mode manually. The Spotify artists scraper automatically detects what to do:

  • Fill Search Keywords โ†’ Spotify artists search mode activates
  • Fill Spotify Artist URIs / URLs โ†’ Spotify artist details mode activates
  • Fill both โ†’ The Spotify artists scraper runs search first, then fetches details for the URIs

Detail Enrichment (Search Mode)

When searching, the Spotify artists scraper returns basic search results by default. Enable Fetch Full Artist Details to automatically enrich each search result with the complete artist overview โ€” the Spotify artists scraper will fetch the full profile for every result.


Input Configuration

FieldModeDescriptionDefault
Search KeywordsSearchOne or more keywords to search Spotify artists. Each keyword runs as a separate search query.โ€”
Spotify Artist URIs / URLsDetailsOne or more spotify:artist:ID URIs or https://open.spotify.com/artist/ID URLsโ€”
Proxy CountryBothResidential proxy country (50+ available). US recommended for best Spotify artists scraper results.US
Search OffsetSearchStarting position for search pagination. Use to skip already-scraped Spotify artists.0
Search LimitSearchMaximum number of Spotify artists to return per keyword.30
Top Results CountSearchNumber of top-ranked Spotify artists in the results.20
Fetch Full Artist DetailsSearchWhen ON, the Spotify artists scraper enriches each search result with full artist overview dataOFF

Understanding Filters & Toggles

Toggle / FilterDefaultWhat Happens When ONWhat You Miss When OFF
Fetch Full Artist DetailsOFFEach search result is enriched with the full artist overview: monthly listeners, complete discography (albums/singles/compilations), related artists, biography, gallery images, top listener cities, verified status, and merch links.You only get basic search data โ€” artist name, image, and URI. No monthly listeners, no discography, no biography, no related artists.
Search Limit10Controls how many artist results you get per keyword.โ€”
Search Offset0Skip results for pagination.โ€”
Top Results Count5Spotify highlights its top-ranked matches separately.โ€”

๐Ÿ’ก Tip: When using Artist URIs/URLs (Get Details mode), full details are always fetched automatically โ€” the Fetch Full Artist Details toggle only applies to Search mode.

URL Validation

The Spotify artists scraper validates every URI you provide. If you accidentally paste a track, album, or playlist URI, the Spotify artists scraper will skip it and log which actor to use instead.


Output Data Format

Every Spotify artist scraped by this Spotify artists scraper is pushed as a structured JSON object to the Apify dataset. You can export in JSON, CSV, XML, Excel, or connect via the Apify API.

Search Result Example

{
"query": "Eminem",
"uri": "spotify:artist:7dGJo4pcD2V6oG08qCgod6",
"name": "Eminem",
"profile": {"name": "Eminem"},
"visuals": {"avatarImage": {"sources": [{"url": "https://i.scdn.co/image/..."}]}}
}

Full Detail Example (Get Details mode or Fetch Details ON)

{
"uri": "spotify:artist:7dGJo4pcD2V6oG08qCgod6",
"name": "Eminem",
"profile": {
"name": "Eminem",
"biography": {"text": "Eminem is an American rapper, songwriter..."},
"externalLinks": {"items": [{"name": "Instagram", "url": "https://..."}]}
},
"stats": {
"followers": 78000000,
"monthlyListeners": 65000000,
"worldRank": 15
},
"visuals": {
"avatarImage": {"sources": [{"url": "https://i.scdn.co/image/...", "width": 640}]},
"headerImage": {"sources": [{"url": "https://i.scdn.co/image/..."}]}
},
"discography": {
"topTracks": {"items": [{"track": {"name": "Lose Yourself", "playcount": "1234567890"}}]},
"albums": {"totalCount": 12, "items": [{"name": "The Eminem Show"}]},
"singles": {"totalCount": 50, "items": [{"name": "Godzilla"}]},
"compilations": {"totalCount": 3}
},
"relatedContent": {
"relatedArtists": {"items": [{"name": "50 Cent", "uri": "spotify:artist:..."}]}
},
"goods": {"merch": {"items": []}},
"preRelease": {}
}

The Spotify artists scraper returns the most comprehensive artist overview available โ€” including biography, stats, full discography, related artists, merch links, and visual assets.


Step-by-Step Tutorial

How to Search Spotify Artists

  1. Go to the Spotify Artists Scraper actor page on Apify
  2. Enter your keywords in the Search Keywords field โ€” e.g., "Drake", "K-pop", "guitar virtuoso"
  3. Set Proxy Country to US (recommended)
  4. Adjust Search Limit if you want more or fewer Spotify artists per keyword
  5. (Optional) Turn on Fetch Full Artist Details for complete artist overview data
  6. Set your spending limit and click Start
  7. Download results from the Dataset tab

How to Scrape Specific Spotify Artists

  1. Collect Spotify artist URIs or URLs (go to artist page โ†’ ... โ†’ Share โ†’ Copy Spotify URI)
  2. Paste them into the Spotify Artist URIs / URLs field
  3. Click Start
  4. Each Spotify artist URI is resolved to their complete overview profile

Common Use Cases for This Spotify Scraper (Artists)

Music Industry Research

Scrape thousands of Spotify artists to analyze market trends, genre popularity, follower growth patterns, and monthly listener counts. The Spotify artists scraper gives you comprehensive data for industry reports.

Artist Discovery & Talent Scouting

A&R teams and labels can use the Spotify artists scraper to discover emerging talent by searching genres and analyzing monthly listener growth and discography patterns.

Competitive Analysis

Artists and managers can use the Spotify artists scraper to benchmark against competitors โ€” compare follower counts, monthly listeners, world rankings, and streaming performance.

Fan Analytics & Social Listening

Track Spotify artist metrics over time by scheduling regular runs of the Spotify artists scraper. Monitor follower growth, listener trends, and discography changes.

Academic Research

Music researchers can use the Spotify artists scraper to collect large-scale datasets of Spotify artist profiles for studies on popularity dynamics, genre evolution, or cultural trends.

Music App Development

Developers can use the Spotify artists scraper to populate artist databases, build recommendation engines, or create artist comparison tools with rich Spotify metadata.


Why Choose This Spotify Scraper Over Others?

Most Spotify scrapers on Apify return incomplete or reformatted data โ€” missing fields, simplified structures, or outdated endpoints. This spotify scraper is different. It delivers every single data field that Spotify provides internally โ€” the exact same data the real Spotify app uses.

FeatureThis Spotify ScraperOther Actors on Apify
Data completenessEvery field Spotify returns โ€” monthly listeners, full discography, related artists, gallery images, biography, and top listener citiesPartial data, missing key fields
AuthenticationNo API key, no login, no developer accountOften require Spotify API credentials
Rate limitsNo limits โ€” automatic token rotationRestricted by official API quotas
Data structureRaw Spotify format โ€” identical to real Spotify appReformatted, simplified, or flattened
Proxy support50+ residential proxy countriesLimited or no proxy options
PricingPay per result โ€” you only pay for data deliveredFlat fees, subscriptions, or usage caps
ReliabilityAuto-adapts to Spotify API changes โ€” always up to dateHardcoded endpoints that break on updates

Bottom line: If Spotify shows it, this spotify scraper extracts it. No other Spotify artist actor on Apify gives you this level of complete, production-ready data.

Frequently Asked Questions

Q: Does this Spotify artists scraper require a Spotify account or API key? A: No. This Spotify artists scraper works without authentication. No Spotify developer account needed.

Q: What data does the Spotify artists scraper return in detail mode? A: The complete artist overview: biography, stats (followers, monthly listeners, world rank), discography (albums, singles, compilations), top tracks with play counts, related artists, visual assets, and external links.

Q: Is there a limit on how many Spotify artists I can scrape? A: No hard limit. The Spotify artists scraper processes as many Spotify artists as your spending limit allows.

Q: Can I get related artists for a Spotify artist? A: Yes. The full artist overview returned by the Spotify artists scraper includes a relatedContent.relatedArtists section with related Spotify artist profiles.

Q: Can I run this Spotify artists scraper on a schedule? A: Yes. Use Apify scheduling to run the Spotify artists scraper at any interval for monitoring artist metrics over time.

Q: How fast is this Spotify artists scraper? A: Search mode returns results in seconds. Get Details mode processes each Spotify artist sequentially, typically a few seconds per artist.

Q: What's the difference between this and the Spotify Search actor? A: This Spotify artists scraper is specialized for artists with full overview detail fetching. The Spotify Search actor supports all 9 types but is search-only.

Q: Can I scrape an artist's entire discography? A: Yes. The Spotify artists scraper returns the full discography structure including albums, singles, and compilations with total counts.


Integrations

Connect the Spotify artists scraper output to your favorite tools:

  • Google Sheets โ€” Auto-export Spotify artist data to spreadsheets
  • Webhooks โ€” Trigger custom workflows with Spotify artist data
  • REST API โ€” Access Spotify artists scraper results programmatically
  • Zapier / Make โ€” Connect to 5000+ apps

ActorDescription
Spotify Tracks ScraperSearch & scrape Spotify track metadata with play counts
Spotify Albums ScraperSearch & scrape Spotify album metadata with track listings
Spotify Playlists ScraperSearch & scrape Spotify playlists with full track listings
Spotify Genres ScraperSearch & browse Spotify genre/mood pages with sections
Spotify Audiobooks ScraperSearch & scrape Spotify audiobooks with chapter listings
Spotify Episodes ScraperSearch & scrape Spotify podcast episodes with recommendations
Spotify Podcasts ScraperSearch & scrape Spotify podcasts/shows with episode listings
Spotify Users ScraperSearch & scrape Spotify user profiles with playlists
Spotify Search โ€” All TypesSearch all 9 Spotify content types in one actor
Spotify Scraper โ€” Get Full DetailsGet full details for 8 Spotify content types from URIs

๐Ÿท๏ธ Keywords

spotify scraper, spotify artist scraper, scrape spotify artists, spotify data extractor, spotify artist data, apify spotify, spotify api alternative, best spotify scraper