Genius Scraper β€” Lyrics, Credits, Samples & Annotations avatar

Genius Scraper β€” Lyrics, Credits, Samples & Annotations

Pricing

from $2.75 / 1,000 results

Go to Apify Store
Genius Scraper β€” Lyrics, Credits, Samples & Annotations

Genius Scraper β€” Lyrics, Credits, Samples & Annotations

Scrape songs from Genius: full lyrics, credits (producers & writers), samples and interpolations, album, release date, streaming links, tags, stats β€” plus crowd-sourced annotations. Search songs, sweep an artist's catalog, or target URLs. No token required.

Pricing

from $2.75 / 1,000 results

Rating

0.0

(0)

Developer

Haketa

Haketa

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

🎼 Genius Scraper

Everything about a song from Genius β€” lyrics, credits, samples, and the annotations behind the words.

Lyrics Credits Samples Annotations NoToken

Enter a song or artist and this Actor exports the complete picture of each track from Genius: full lyrics, producer & writer credits, album, release date, genres and stats, streaming links β€” and two things most scrapers miss: the samples & interpolations graph (who sampled what) and the crowd-sourced annotations that explain the lyrics.

πŸ”“ No token, no login, no code. Type a song or artist and press Start.


✨ Why you'll love it

  • 🎀 Full lyrics β€” clean, complete and in order.
  • πŸŽ›οΈ Rich metadata β€” producers, writers, featured artists, album, release date, genres, pageviews and streaming links.
  • πŸ”— Samples & interpolations graph β€” every song this track samples, and every track that sampled, interpolated, covered or remixed it. Most Genius scrapers don't have this.
  • πŸ’‘ Annotations included β€” the crowd-sourced explanation behind each line, with votes and author.
  • πŸ”“ Works without a token β€” no API keys.
  • 🧹 Clean, structured output β€” one row per song, spreadsheet-ready.

πŸ‘₯ Who it's for

You are…Use it to…
🎧 Music data / analystBuild a dataset of songs with full metadata, credits and stats.
🎬 Music supervisor / clearanceTrace the samples and interpolations behind a track.
πŸ€– NLP / ML engineerGet lyrics + explanations for training and research.
✍️ Writer / journalistPull credits, meaning and context behind songs.
πŸŽ“ Researcher / educatorStudy lyrics, references and music-influence networks.

⚑ Quick start

  1. Open the Actor.
  2. Enter one or more Songs (e.g. HUMBLE Kendrick Lamar, or a Genius URL) β€” or enter Artists to sweep their popular catalog.
  3. Press Start, then open the Output tab to preview.
  4. Hit Export β†’ Excel / CSV / JSON, or send to Google Sheets, Zapier, Make, or your app via API.

🧩 Input options

🎡 Songs · songs

Song names (HUMBLE Kendrick Lamar), Genius song URLs, or song IDs.

πŸ§‘β€πŸŽ€ Artists Β· artists (optional)

Artist names to scrape each one's most popular songs.

πŸ”’ Songs per artist Β· maxSongsPerArtist

How many of each artist's most popular songs to include.

🎀 Include lyrics Β· includeLyrics Β· πŸ’‘ Include annotations Β· includeAnnotations

Toggle the full lyrics and the crowd-sourced annotations on or off (both on by default).

πŸ”’ Max songs Β· maxItems

Stop after this many songs. Set 0 for no limit.

🌐 Proxy · proxyConfiguration

Required β€” residential proxies are recommended for this Actor.


πŸ§ͺ Example inputs


πŸ“€ Output

One row per song. Only the fields that exist are included.

πŸ“‹ Field reference

FieldπŸ“– Description
title · artist · url🎼 Song, artist and Genius URL.
lyrics🎀 Full lyrics text.
releaseDateπŸ“… Release date.
producers Β· writers Β· featuredArtistsπŸŽ›οΈ Credits.
albumπŸ’Ώ Album.
primaryGenre · tags🏷️ Genre and all tags.
pageviewsπŸ‘οΈ Genius pageviews.
spotifyUrl Β· youtubeUrl Β· appleMusicUrl Β· soundcloudUrl▢️ Streaming links.
descriptionℹ️ The song's "About" description.
songRelationshipsπŸ”— Samples, interpolations, covers, remixes, live versions and translations β€” each {type, title, artist, url}.
sampledInCountHow many tracks sampled this song.
annotationCountTotal annotations on the song.
annotationsπŸ’‘ Array of {fragment, explanation, votes, author, authorIq}.

🎼 Sample row (trimmed)

{
"title": "HUMBLE.",
"artist": "Kendrick Lamar",
"releaseDate": "2017-03-30",
"producers": "Mike WiLL Made-It, Pluss",
"album": "DAMN.",
"primaryGenre": "Rap",
"pageviews": 12318255,
"spotifyUrl": "https://open.spotify.com/…",
"lyrics": "[Intro]\nNobody pray for me…",
"sampledInCount": 34,
"songRelationships": [
{ "type": "samples", "title": "Pulsar City Alarm", "artist": "Adams & Fleisner" },
{ "type": "sampled_in", "title": "…", "artist": "…" }
],
"annotations": [
{ "fragment": "Watch my soul speak…", "explanation": "…", "votes": 809, "author": "ChanLeigh" }
]
}

πŸ’‘ Use cases in detail

πŸ”— Trace a song's musical DNA The songRelationships field maps what a track samples and everything that sampled, interpolated, covered or remixed it β€” a directed influence graph for music supervision, clearance and musicology.

🎧 Build a rich music dataset Sweep an artist's catalog and export full lyrics, credits, genres, stats and streaming links in one structured table.

πŸ€– Lyrics + meaning for NLP Combine lyrics with their annotations to train or evaluate models on figurative language and reference resolution.

✍️ Documented context for content Pull credits, samples and the community's explanation of a song for articles and videos.


🧠 Tips for best results

  • 🎯 Include the artist in a song query for the right match.
  • ⚑ Turn off annotations for a faster lyrics + metadata run.
  • πŸ”— The songRelationships field is where the samples/interpolations graph lives β€” most scrapers don't provide it.
  • 🧹 Deduplication is automatic within each run.

πŸ”Œ Export & integrations

⬇️ Excel Β· CSV Β· JSON Β· XML Β· πŸ“Š Google Sheets & Airtable Β· πŸ”” Webhooks & API Β· πŸ€– Make, Zapier, n8n


❓ FAQ

Do I need a token or account? β€” No. The Actor works without any login.

Do I get the samples/interpolations data? β€” Yes β€” the songRelationships field lists what a song samples and everything that sampled, interpolated, covered or remixed it.

Can I scrape a whole artist? β€” Yes. Use the Artists field and set Songs per artist.

Are annotations included? β€” Yes, when Include annotations is on: each is a lyric fragment paired with its explanation, votes and author.

Will I get duplicates? β€” No. Songs are deduplicated within each run.

Can I schedule it? β€” Yes, with Apify Schedules.


This Actor collects publicly visible song information and community-contributed content for research, education and analysis. Lyrics and annotations are copyrighted and user-generated content; you are responsible for how you use the data, including compliance with applicable laws and platform terms, and you should not redistribute copyrighted content commercially without permission. Always respect the rights of creators and contributors.