search_fresh
Find newly released albums and tracks from specific artists or genres using Spotify's tag:new filter. Get what dropped in the last two weeks without browsing the new-releases endpoint.
Instructions
Query-scoped newness: runs your query with Spotify's tag:new filter (last ~2 weeks of releases) — per-artist/genre "what just dropped" without the dead browse/new-releases endpoint. Quota: 🟢 one GET /search call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Results per page, 1–10 (Feb-2026 /search cap). Default: 5 | |
| query | Yes | Base query, e.g. an artist name ('Noise Pop 2026') or genre | |
| types | No | Types to search. Default: ['album','track'] (tag:new is only meaningful for releases) | |
| market | No | ISO 3166-1 alpha-2 market code (e.g. 'US'); omit for 'from_token' behaviour | |
| max_results | No | ||
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |