[GH-ISSUE #57] Add market as keyword to search #30

Closed
opened 2026-02-27 23:20:28 +03:00 by kerem · 3 comments
Owner

Originally created by @robroc on GitHub (Jun 8, 2015).
Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/57

The Spotify API allows you to specify the market in the search function, and to specify if the market should be inferred from the auth token:
https://developer.spotify.com/web-api/search-item/

It would be nice to have this feature in Spotipy.

Originally created by @robroc on GitHub (Jun 8, 2015). Original GitHub issue: https://github.com/spotipy-dev/spotipy/issues/57 The Spotify API allows you to specify the market in the search function, and to specify if the market should be inferred from the auth token: https://developer.spotify.com/web-api/search-item/ It would be nice to have this feature in Spotipy.
kerem closed this issue 2026-02-27 23:20:28 +03:00
Author
Owner

@guspersson commented on GitHub (May 16, 2016):

Until the feature is added, you can modify client.py and add market to the search function on row 324:
return self._get('search', q=q, limit=limit, offset=offset, type=type, market='SE')

<!-- gh-comment-id:219434897 --> @guspersson commented on GitHub (May 16, 2016): Until the feature is added, you can modify `client.py` and add market to the search function on row 324: `return self._get('search', q=q, limit=limit, offset=offset, type=type, market='SE')`
Author
Owner

@jscholes commented on GitHub (May 27, 2016):

Why is this ticket still open almost one year later? It seems like this is a pretty simple change, with a pull request to boot.

<!-- gh-comment-id:222122944 --> @jscholes commented on GitHub (May 27, 2016): Why is this ticket still open almost one year later? It seems like this is a pretty simple change, with a pull request to boot.
Author
Owner

@brki commented on GitHub (Jun 5, 2016):

I would also find this useful.

<!-- gh-comment-id:223801664 --> @brki commented on GitHub (Jun 5, 2016): I would also find this useful.
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/spotipy#30
No description provided.