Song Lyrics Finder — Full Lyrics for Any Artist & Track
Pricing
$15.00/month + usage
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
Maintained by CommunityActor 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
- Open the Actor and click Try for free
- Enter song queries (artist + title) in the
songsfield - Click Start — lyrics appear in the Output tab
- Download as JSON or CSV
Input
{"songs": [{ "artist": "The Beatles", "title": "Hey Jude" },{ "artist": "Bohemian Rhapsody", "title": "Queen" },{ "artist": "Adele", "title": "Hello" }]}
| Field | Type | Description | Default |
|---|---|---|---|
songs | array | Song lookup requests | required |
songs[].artist | string | Artist name | required |
songs[].title | string | Song title | required |
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
| Field | Type | Description |
|---|---|---|
artist | string | Artist name |
title | string | Song title |
album | string | Album name |
releaseYear | number | Release year |
lyrics | string | Full lyrics text |
wordCount | number | Approximate word count |
Cost
| Volume | Estimated 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