
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
7
Total users
133
Monthly users
14
Runs succeeded
>99%
Response time
14 hours
Last modified
12 hours 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.
1echo '{
2 "startUrls": [
3 "https://genius.com/Fifty-fifty-cupid-twin-version-lyrics",
4 "https://genius.com/albums/Fifty-fifty/The-beginning-cupid",
5 "https://genius.com/artists/Drake",
6 "https://genius.com/tags/pop",
7 "https://genius.com/search?q=tiktok"
8 ],
9 "search": "rap",
10 "searchMode": "song",
11 "maxItems": 20,
12 "endPage": 1,
13 "extendOutputFunction": "($) => { return {} }",
14 "customMapFunction": "(object) => { return {...object} }",
15 "proxy": {
16 "useApifyProxy": true
17 }
18}' |
19apify 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
1npm i -g apify-cli
2apify login
Other API clients include: