UNPKG

azlyrics-scrape-api

Version:

AzLyrics webscraper that returns a promise in JSON format. Another feature of this scraper is that it prevents the anti-bot detection so we can avoid human verifications such as captchas.

3 lines (2 loc) 105 B
export function getLyrics(url: any): Promise<any>; export function searchSong(title: any): Promise<any>;