Song Lyrics avatar

Song Lyrics

Deprecated

Pricing

Pay per usage

Go to Apify Store
Song Lyrics

Song Lyrics

Deprecated

Unlimited Song Lyrics

Pricing

Pay per usage

Rating

1.3

(2)

Developer

Maged

Maged

Maintained by Community

Actor stats

0

Bookmarked

16

Total users

2

Monthly active users

17 days ago

Last modified

Categories

Share

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