Music
Access Deezer's music catalog and user features through its developer API by registering an application.
import requests
url = "https://api.deezer.com/search?q=track:" + "YOUR_TRACK_NAME" + "&app_id=YOUR_APP_ID"
response = requests.get(url)
print(response.json())Last 50 checks (10 min intervals)