GET
Genius Song Detail Scraper
Scrape Genius song page by URL and return title, artist, cover image, and cleaned lyrics.
Endpoint
https://api.seaavey.com/search/genius/get Parameters
url string required The Genius song URL to scrape, for example: https://genius.com/No-na-shoot-lyrics.
Response
-
status— number -
success— boolean -
latency— string -
data— object-
title— string -
artist— string -
image— string -
lyrics— string -
url— string
-
Errors
401 Invalid or expired API key 400 Missing or invalid Genius URL 429 Too many requests 500 Failed to fetch Genius song details