[GH-ISSUE #120] Search for playlist with more than 'x' followers #74

Closed
opened 2026-02-27 19:25:54 +03:00 by kerem · 1 comment
Owner

Originally created by @syncromindproj on GitHub (Apr 21, 2018).
Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/120

Hello

Do you know if there is any way to filter just playlists, that will be filtered by a keyword, that have more than "x" followers?

And one extra question, if I set a very popular keyword like "rock" I will get approximately 1 million results for playlists. Do you know if I would have problems on iterate all of them? I have checked that the API will work normally just for the first 10000 results.

Thanks!

Originally created by @syncromindproj on GitHub (Apr 21, 2018). Original GitHub issue: https://github.com/jwilsson/spotify-web-api-php/issues/120 Hello Do you know if there is any way to filter just playlists, that will be filtered by a keyword, that have more than "x" followers? And one extra question, if I set a very popular keyword like "rock" I will get approximately 1 million results for playlists. Do you know if I would have problems on iterate all of them? I have checked that the API will work normally just for the first 10000 results. Thanks!
kerem 2026-02-27 19:25:54 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@jwilsson commented on GitHub (Apr 22, 2018):

Hi!
It should be possible to search for playlists matching a keyword, for example:

$playlists = $api->search('keyword', 'playlist');

I don't think you can filter on the number of followers, though.

I don't know what the limit on search results is, I guess you'll have to try and see if you can get above 10000 results! :)

<!-- gh-comment-id:383368058 --> @jwilsson commented on GitHub (Apr 22, 2018): Hi! It should be possible to search for playlists matching a keyword, for example: ```php $playlists = $api->search('keyword', 'playlist'); ``` I don't think you can filter on the number of followers, though. I don't know what the limit on search results is, I guess you'll have to try and see if you can get above 10000 results! :)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-web-api-php#74
No description provided.