Lyrics Scraper API avatar

Lyrics Scraper API

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Lyrics Scraper API

Lyrics Scraper API

Get song lyrics by artist and title. Supports single lookup, keyword search, and bulk requests. Fast HTTP-only scraper with no browser needed.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Alessandro Amato

Alessandro Amato

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Lyrics Scraper API — Angolotesti.it

Get song lyrics from Angolotesti.it by artist and title — single lookup or bulk requests.

Fast HTTP-only scraper for one of the largest Italian lyrics databases. Supports single searches, keyword queries, and bulk lyric fetching. No browser, no proxy, no API keys.

Features

  • 🎤 Single Lyric Lookup — Provide artist + song, get the full lyrics
  • 🔍 Keyword Search — Search by any keyword and get matching songs with URLs
  • 📦 Bulk Fetch — Request up to 20 songs at once with rate limiting
  • 🧹 Clean Text — Normalized line breaks, stripped HTML, ready to display

Actions

ActionInputDescription
getLyricartist, songFetch full lyrics for a specific song
searchSongskeyword, maxResultsSearch songs by keyword
bulkLyricsbulk (array)Fetch lyrics for multiple songs

Example Input

{
"action": "getLyric",
"artist": "Queen",
"song": "Bohemian Rhapsody"
}

Example Output

{
"success": true,
"action": "getLyric",
"timestamp": "2026-05-01T12:00:00Z",
"data": {
"found": true,
"artist": "Queen",
"song": "Bohemian Rhapsody",
"url": "https://www.angolotesti.it/Q/testi_canzoni_queen_271/testo_canzone_bohemian_rhapsody_15440.html",
"lyrics": "Is this the real life ?\nIs this just fantasy ?\nCaught in a landslide\nNo escape from reality\n..."
}
}

Bulk Example Input

{
"action": "bulkLyrics",
"bulk": [
{ "artist": "Queen", "song": "Bohemian Rhapsody" },
{ "artist": "Nirvana", "song": "Smells Like Teen Spirit" }
]
}

Pricing

  • Pay Per Event
  • apify-actor-start: $0.0005
  • result: $0.0005
  • ~$1.00 per 1,000 requests

Data Source

  • Angolotesti.it — Italian lyrics database with international catalog

Notes

  • HTTP-only scraper using axios + cheerio.
  • Sub-second response times.
  • Built-in 600ms delay between bulk requests to be polite to the source site.
  • Maximum 20 items per bulk request.