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

Song Lyrics Finder — Full Lyrics for Any Artist & Track

Pricing

from $10.00 / 1,000 results

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

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Maged

Maged

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

0

Monthly active users

17 days ago

Last modified

Categories

Share

What does Song Lyrics do?

Song Lyrics fetches the full lyrics for any song from a simple text search. Give it a list of queries like Eminem Lose Yourself and it returns complete, clean lyrics plus the matched song title and artist — as structured data ready to download or pull via API.

Run it on the Apify platform with scheduling, integrations, and API access built in. No music API key, no accounts, no browser required.

Why use Song Lyrics?

  • Full lyrics — complete song text, not just a snippet
  • Batch lookups — search many songs in a single run
  • NLP-ready — clean text output for sentiment analysis, topic modeling, or LLM training
  • No API key — no Genius or Musixmatch subscription needed
  • Automation-friendly — schedule pulls for new releases or run via the Apify API

Typical use cases: music apps and bots, lyric cards, research and lyric datasets, language-learning tools, and playlist analysis.

How to use Song Lyrics

  1. Open the Input tab
  2. Add one or more Queries (e.g. Eminem Lose Yourself, Queen Bohemian Rhapsody)
  3. Click Start
  4. Find the results in the Output tab, or download as JSON, CSV, or Excel

Input

FieldTypeRequiredDescription
queriesArray of stringsYesSearch queries, e.g. ["Eminem Lose Yourself"] (up to 10 per run)
proxyConfigurationObjectNoOptional proxy settings (not required)

Example input:

{
"queries": ["Eminem Lose Yourself", "Queen Bohemian Rhapsody"]
}

Output

Each query produces one lyrics item in the dataset:

{
"song": "Lose Yourself",
"artist": "Eminem",
"lyrics": "Look\nIf you had one shot, or one opportunity...",
"error": null
}

You can download the dataset in various formats such as JSON, HTML, CSV, or Excel.

Data table

FieldTypeDescription
songStringMatched song title
artistStringMatched artist name
lyricsString / nullFull song lyrics, or null if not found
errorString / nullError message if a lookup failed

Pricing / Cost estimation

Song Lyrics is fast and lightweight — each lookup completes in seconds and costs a fraction of a compute unit. On the Apify free plan you can run many lookups before hitting any limits.

Tips

  • Add artist and title together — e.g. Adele Hello gives the most accurate match
  • Batch it — pass multiple queries in one run to look up a whole playlist

FAQ and support

Is this legal? This Actor retrieves publicly available lyrics data for personal and research use. Respect the terms of service of any platform you use the output with, and do not redistribute lyrics commercially without proper licensing.

A song wasn't found — what should I do? Check the spelling of the artist and title, or try adding the album. Very new or obscure tracks may not be indexed yet.

Need help or a custom solution? Open a ticket on the Issues tab or reach out on Discord: maged03211