Genius Song Lyrics Scraper avatar

Genius Song Lyrics Scraper

Under maintenance
Try for free

1 day trial then $9.99/month - No credit card required now

View all Actors
This Actor is under maintenance.

This Actor may be unreliable while under maintenance. Would you like to try a similar Actor instead?

See alternative Actors
Genius Song Lyrics Scraper

Genius Song Lyrics Scraper

easyapi/song-lyrics-scraper
Try for free

1 day trial then $9.99/month - No credit card required now

Extracting music lyrics and metadata from Genius, a leading lyrics platform. Capture essential details like song titles, artist names, album information, and links to streaming services. Perfect for music blogs, developers, and data analysts looking to enrich their content and analyses. 🎶

🎤 Song Lyrics Scraper

Unlock the power of music lyrics and metadata with our Song Lyrics Scraper! This actor allows you to effortlessly extract valuable information from Genius, the leading lyrics and music knowledge platform.

🌟 Key Features

  • Comprehensive Data Fields: Our scraper captures crucial details to enhance your music database, including:
    • Title: The name of the song 🎵
    • URL: Direct link to the song's Genius page 🌐
    • Artist: The performer of the track 🎤
    • Album: The album the song belongs to 📀
    • Album Cover: Visual representation of the album 🖼️
    • Release Date: When the song was released 🗓️
    • Spotify Link: Stream the song on Spotify 🎧
    • YouTube Link: Watch the official music video on YouTube 🎥
    • SoundCloud Link: Listen on SoundCloud 🎵
    • Apple Music Player: Play on Apple Music 🍏
    • Lyrics: Full lyrics with structured headers for easy navigation 📜

🚀 Why Choose Our Scraper?

  • User-Friendly: Designed for ease of use, even for those new to web scraping!
  • Efficient: Quickly gather data to enrich your music collection or create insightful analyses.
  • SEO Friendly: Enhance your website's content with rich metadata, improving search engine visibility.
  • Regular Updates: Stay current with changes on Genius.com, ensuring your data is accurate and relevant.

📈 Use Cases

  • Music Blogs: Enrich articles with song details and lyrics.
  • Developers: Build applications that leverage music data.
  • Data Analysts: Analyze trends in music releases and artist popularity.

Input

A full explanation of an input example in JSON.

1{
2  "query": "Bohemian Rhapsody",
3}

Output sample

The results will be wrapped into a dataset which you can always find in the Storage tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2   {
3    "id": 1063,
4    "title": "Bohemian Rhapsody by Queen",
5    "url": "https://genius.com/Queen-bohemian-rhapsody-lyrics",
6    "artist": "Queen",
7    "album": "Studio Collection",
8    "albumCover": "https://images.genius.com/718de9d1fbcaae9f3c9b1bf483bfa8f1.1000x1000x1.png",
9    "release": "1975-10-31T00:00:00.000Z",
10    "spotify": "https://open.spotify.com/track/7tFiyTwD0nx5a1eklYtX2J",
11    "youtube": "http://www.youtube.com/watch?v=fJ9rUzIMcZQ",
12    "soundcloud": "https://soundcloud.com/rizky-rilos/queen-bohemian-rhapsody",
13    "appleMusicPlayer": "https://genius.com/songs/1063/apple_music_player",
14    "lyrics": [
15        {
16            "type": "header",
17            "url": "https://genius.com/19351006/Queen-bohemian-rhapsody/Intro",
18            "text": "[Intro]"
19        },
20        {
21            "type": "lyric",
22            "url": "https://genius.com/31961137/Queen-bohemian-rhapsody/Is-this-the-real-life-is-this-just-fantasy",
23            "text": "Is this the real life? Is this just fantasy?"
24        },
25        {
26            "type": "lyric",
27            "url": "https://genius.com/20267951/Queen-bohemian-rhapsody/Caught-in-a-landslide-no-escape-from-reality-open-your-eyes-look-up-to-the-skies-and-see",
28            "text": "Caught in a landslide, no escape from reality\nOpen your eyes, look up to the skies and see"
29        },
30        {
31            "type": "lyric",
32            "url": "https://genius.com/20268088/Queen-bohemian-rhapsody/Im-just-a-poor-boy-i-need-no-sympathy",
33            "text": "I'm just a poor boy, I need no sympathy"
34        },
35        {
36            "type": "lyric",
37            "url": "https://genius.com/32302881/Queen-bohemian-rhapsody/Because-im-easy-come-easy-go-little-high-little-low-any-way-the-wind-blows-doesnt-really-matter-to-me-to-me",
38            "text": "Because I'm easy come, easy go, little high, little low\nAny way the wind blows doesn't really matter to me, to me"
39        },
40        {
41            "type": "lyric",
42            "url": "https://genius.com/4300814/Queen-bohemian-rhapsody/Mama-just-killed-a-man-put-a-gun-against-his-head-pulled-my-trigger-now-hes-dead-mama-life-had-just-begun-but-now-ive-gone-and-thrown-it-all-away",
43            "text": "Mama, just killed a man\nPut a gun against his head, pulled my trigger, now he's dead\nMama, life had just begun\nBut now I've gone and thrown it all away"
44        },
45        {
46            "type": "lyric",
47            "url": "https://genius.com/4301685/Queen-bohemian-rhapsody/Mama-ooh-didnt-mean-to-make-you-cry-if-im-not-back-again-this-time-tomorrow-carry-on-carry-on-as-if-nothing-really-matters",
48            "text": "Mama, ooh, didn't mean to make you cry\nIf I'm not back again this time tomorrow\nCarry on, carry on as if nothing really matters"
49        },
50        {
51            "type": "lyric",
52            "url": "https://genius.com/21319582/Queen-bohemian-rhapsody/Too-late-my-time-has-come",
53            "text": "Too late, my time has come"
54        },
55        {
56            "type": "lyric",
57            "url": "https://genius.com/32302792/Queen-bohemian-rhapsody/Sends-shivers-down-my-spine-bodys-aching-all-the-time",
58            "text": "Sends shivers down my spine, body's aching all the time"
59        },
60        {
61            "type": "lyric",
62            "url": "https://genius.com/22234095/Queen-bohemian-rhapsody/Goodbye-everybody-ive-got-to-go",
63            "text": "Goodbye, everybody, I've got to go"
64        },
65        {
66            "type": "lyric",
67            "url": "https://genius.com/21319617/Queen-bohemian-rhapsody/Gotta-leave-you-all-behind-and-face-the-truth",
68            "text": "Gotta leave you all behind and face the truth"
69        },
70        {
71            "type": "lyric",
72            "url": "https://genius.com/20268205/Queen-bohemian-rhapsody/Mama-ooh-any-way-the-wind-blows",
73            "text": "Mama, ooh (Any way the wind blows)"
74        },
75        {
76            "type": "lyric",
77            "url": "https://genius.com/32302753/Queen-bohemian-rhapsody/I-dont-wanna-die-i-sometimes-wish-id-never-been-born-at-all",
78            "text": "I don't wanna die\nI sometimes wish I'd never been born at all"
79        },
80        {
81            "type": "header",
82            "url": "https://genius.com/18813245/Queen-bohemian-rhapsody/Guitar-solo",
83            "text": "[Guitar Solo]"
84        },
85        {
86            "type": "header",
87            "url": "https://genius.com/32303103/Queen-bohemian-rhapsody/Verse-3",
88            "text": "[Verse 3]"
89        },
90        {
91            "type": "lyric",
92            "url": "https://genius.com/20267257/Queen-bohemian-rhapsody/I-see-a-little-silhouetto-of-a-man",
93            "text": "I see a little silhouetto of a man"
94        },
95        {
96            "type": "lyric",
97            "url": "https://genius.com/459845/Queen-bohemian-rhapsody/Scaramouche-scaramouche-will-you-do-the-fandango-thunderbolt-and-lightning-very-very-frightening-me",
98            "text": "Scaramouche, Scaramouche, will you do the Fandango?\nThunderbolt and lightning, very, very frightening me"
99        },
100        {
101            "type": "lyric",
102            "url": "https://genius.com/1114490/Queen-bohemian-rhapsody/Galileo-galileo-galileo-galileo-galileo-figaro-magnifico",
103            "text": "(Galileo) Galileo, (Galileo) Galileo, Galileo Figaro magnifico"
104        },
105        {
106            "type": "lyric",
107            "url": "https://genius.com/31960923/Queen-bohemian-rhapsody/But-im-just-a-poor-boy-nobody-loves-me",
108            "text": "But I'm just a poor boy, nobody loves me"
109        },
110        {
111            "type": "lyric",
112            "url": "https://genius.com/31960989/Queen-bohemian-rhapsody/Hes-just-a-poor-boy-from-a-poor-family",
113            "text": "He's just a poor boy from a poor family"
114        },
115        {
116            "type": "lyric",
117            "url": "https://genius.com/20268670/Queen-bohemian-rhapsody/Spare-him-his-life-from-this-monstrosity",
118            "text": "Spare him his life from this monstrosity"
119        },
120        {
121            "type": "lyric",
122            "url": "https://genius.com/7458272/Queen-bohemian-rhapsody/Easy-come-easy-go-will-you-let-me-go",
123            "text": "Easy come, easy go, will you let me go?"
124        },
125        {
126            "type": "lyric",
127            "url": "https://genius.com/1114500/Queen-bohemian-rhapsody/Bismillah-no-we-will-not-let-you-go-let-him-go-bismillah-we-will-not-let-you-go-let-him-go-bismillah-we-will-not-let-you-go-let-me-go-will-not-let-you-go-let-me-go-will-not-let-you-go-never-never-never-never-let-me-go-ah-no-no-no-no-no-no-no",
128            "text": "Bismillah, no, we will not let you go\n(Let him go) Bismillah, we will not let you go\n(Let him go) Bismillah, we will not let you go\n(Let me go) Will not let you go\n(Let me go) Will not let you go\n(Never, never, never, never let me go) Ah\nNo, no, no, no, no, no, no"
129        },
130        {
131            "type": "lyric",
132            "url": "https://genius.com/2023534/Queen-bohemian-rhapsody/Oh-mamma-mia-mamma-mia-mamma-mia-let-me-go",
133            "text": "(Oh, mamma mia, mamma mia) Mamma mia, let me go"
134        },
135        {
136            "type": "lyric",
137            "url": "https://genius.com/259501/Queen-bohemian-rhapsody/Beelzebub-has-a-devil-put-aside-for-me-for-me-for-me",
138            "text": "Beelzebub has a devil put aside for me, for me, for me"
139        },
140        {
141            "type": "header",
142            "url": "https://genius.com/28816593/Queen-bohemian-rhapsody/Bridge",
143            "text": "[Bridge]"
144        },
145        {
146            "type": "lyric",
147            "url": "https://genius.com/1114508/Queen-bohemian-rhapsody/So-you-think-you-can-stone-me-and-spit-in-my-eye-so-you-think-you-can-love-me-and-leave-me-to-die",
148            "text": "So you think you can stone me and spit in my eye?\nSo you think you can love me and leave me to die?"
149        },
150        {
151            "type": "lyric",
152            "url": "https://genius.com/6731622/Queen-bohemian-rhapsody/Oh-baby-cant-do-this-to-me-baby-just-gotta-get-out-just-gotta-get-right-outta-here",
153            "text": "Oh, baby, can't do this to me, baby\nJust gotta get out, just gotta get right outta here"
154        },
155        {
156            "type": "lyric",
157            "url": "https://genius.com/18435112/Queen-bohemian-rhapsody/Nothing-really-matters-anyone-can-see-nothing-really-matters-nothing-really-matters-to-me-any-way-the-wind-blows",
158            "text": "Nothing really matters, anyone can see\nNothing really matters\nNothing really matters to me\nAny way the wind blows"
159        }
160    ]
161  }
162]
Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 0 stars
  • 100.0% runs succeeded
  • Created in Sep 2024
  • Modified 7 days ago