Song Lyrics Finder — Full Lyrics for Any Artist & Track avatar

Song Lyrics Finder — Full Lyrics for Any Artist & Track

Pricing

$15.00/month + usage

Go to Apify Store
Song Lyrics Finder — Full Lyrics for Any Artist & Track

Song Lyrics Finder — Full Lyrics for Any Artist & Track

Look up and extract full lyrics for any song. Returns complete lyrics text alongside song metadata including title, artist, album, and release date.

Pricing

$15.00/month + usage

Rating

0.0

(0)

Developer

Maged

Maged

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

1

Monthly active users

4 days ago

Last modified

Categories

Share

What does Song Lyrics Finder do?

Song Lyrics Finder extracts the full lyrics for any song by artist name and track title. Returns complete lyrics text plus song metadata — title, artist, album, and release year — all in structured JSON.

This Actor runs on the Apify platform. Use it for music apps, lyric analysis, sentiment research, NLP datasets, or any workflow that needs song text programmatically.

Why use Song Lyrics Finder?

  • Full lyrics — complete song text, not just a snippet
  • Rich metadata — artist, album, release year, and genre
  • Batch lookups — extract lyrics for hundreds of songs in one run
  • NLP-ready — clean text output for sentiment analysis, topic modeling, or LLM training
  • No music API key — no Genius or Musixmatch API subscription required

How to use Song Lyrics Finder

  1. Open the Actor and click Try for free
  2. Enter song queries (artist + title) in the songs field
  3. Click Start — lyrics appear in the Output tab
  4. Download as JSON or CSV

Input

{
"songs": [
{ "artist": "The Beatles", "title": "Hey Jude" },
{ "artist": "Bohemian Rhapsody", "title": "Queen" },
{ "artist": "Adele", "title": "Hello" }
]
}
FieldTypeDescriptionDefault
songsarraySong lookup requestsrequired
songs[].artiststringArtist namerequired
songs[].titlestringSong titlerequired

Output

{
"artist": "The Beatles",
"title": "Hey Jude",
"album": "Hey Jude",
"releaseYear": 1968,
"lyrics": "Hey Jude, don't make it bad\nTake a sad song and make it better...",
"wordCount": 312
}

Output fields

FieldTypeDescription
artiststringArtist name
titlestringSong title
albumstringAlbum name
releaseYearnumberRelease year
lyricsstringFull lyrics text
wordCountnumberApproximate word count

Cost

VolumeEstimated cost
100 songs~$0.05–$0.25
1,000 songs~$0.50–$2.50

FAQ

What if a song is not found? The Actor returns a notFound: true flag for songs that cannot be located.

Is this Actor maintained? Yes. Report bugs or feature requests in the Issues tab.

Need help or have questions? Open an issue in the Issues tab or reach out on Discord: maged03211