Song Lyrics avatar
Song Lyrics

Pricing

$17.00/month + usage

Go to Store
Song Lyrics

Song Lyrics

Developed by

Maged

Maged

Maintained by Community

Unlimited Song Lyrics

5.0 (1)

Pricing

$17.00/month + usage

0

Total users

3

Monthly users

3

Runs succeeded

>99%

Last modified

5 days ago

Lyrics

Get any song lyrics

Input Schema

The scraper accepts the following input parameters:

{
"queries": [
"Eminem Lose Yourself",
"Eminem Higher"
]
}

Parameters

  • queries (array of strings): List of search queries in the format "Artist Song Title", Max of 10 for now

Output Schema

The scraper produces the following output format:

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

Fields

  • song (string): The title of the song
  • artist (string): The name of the artist
  • lyrics (string): The extracted lyrics text, or null if not found
  • error (string): Error message if something went wrong, null if successful