I can’t find a way to search by label, I saw in the documentation that there is a copyright section, but I don’t know how to implement it to get only the top 10.
try with
result = sp.search(q=’copyrigths:Sony Music’, type=’album’)
but it doesn’t even get the object copyrigths , it only searches for artists with the name copyrigths
New contributor
Neider Calderon is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
0