{"library":"spotifyscraper","title":"SpotifyScraper","type":"library","description":"A Python library for extracting playlist and track metadata from Spotify without requiring authentication. Version 2.1.5 uses the library's own internal parser and requests. Rapid release cadence with frequent breaking API changes.","language":"python","status":"active","last_verified":"Sat May 09","install":{"commands":["pip install spotifyscraper"],"cli":null},"imports":["from spotifyscraper import Spotify","from spotifyscraper.models import Track"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":"https://github.com/AliAkhtari78/SpotifyScraper","docs":"https://spotifyscraper.readthedocs.io/","changelog":"https://github.com/AliAkhtari78/SpotifyScraper/blob/master/CHANGELOG.md","pypi":"https://pypi.org/project/spotifyscraper/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"from spotifyscraper import Spotify\n\nsp = Spotify()\nplaylist = sp.get_playlist('37i9dQZF1DXcBWIGoYBM5C')\nprint(playlist['name'])\nfor track in playlist['tracks'][:3]:\n    print(track['name'], '-', track['artists'])","lang":"python","description":"Fetch a Spotify playlist by its ID (found in URL) and print the first three tracks.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}