
Genius Scraper
Pricing
$5.00/month + usage

Genius Scraper
The Genius.com scraper extracts songs and lyrics from the platform. It fetches details from song, album, artist pages, supports tag-based retrieval, searches, and includes comments. Simplify accessing and analyzing music content from Genius.com.
0.0 (0)
Pricing
$5.00/month + usage
8
Total users
157
Monthly users
16
Runs succeeded
98%
Last modified
a day ago
You can access the Genius Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.
$echo '{< "startUrls": [< "https://genius.com/Fifty-fifty-cupid-twin-version-lyrics",< "https://genius.com/albums/Fifty-fifty/The-beginning-cupid",< "https://genius.com/artists/Drake",< "https://genius.com/tags/pop",< "https://genius.com/search?q=tiktok"< ],< "search": "rap",< "searchMode": "song",< "maxItems": 20,< "endPage": 1,< "extendOutputFunction": "($) => { return {} }",< "customMapFunction": "(object) => { return {...object} }",< "proxy": {< "useApifyProxy": true< }<}' |<apify call epctex/genius-scraper --silent --output-dataset
Genius Scraper API through CLI
The Apify CLI is the official tool that allows you to use Genius Scraper locally, providing convenience functions and automatic retries on errors.
Install the Apify CLI
$npm i -g apify-cli$apify login
Other API clients include: