Song Lyrics
Pricing
$17.00/month + usage
Go to Apify Store
Pricing
$17.00/month + usage
Rating
1.3
(2)
Developer

Maged
Maintained by Community
Actor stats
0
Bookmarked
10
Total users
4
Monthly active users
2 months 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 songartist(string): The name of the artistlyrics(string): The extracted lyrics text, or null if not founderror(string): Error message if something went wrong, null if successful