Returns recently released apps discovered via iTunes Search across multiple App Store categories. Only apps with an original releaseDate within the specified time window are included — updated apps are filtered out. Results are sorted newest first.
Query Parameters
Code Examples
Response
App Object
How It Works
The endpoint uses iTunes Search across 55+ category-specific search terms to build a large candidate pool of apps. Each app’s original releaseDate is checked — only apps truly released within the maxDays window are kept. Apps that were merely updated (where releaseDate is old but currentVersionReleaseDate is recent) are filtered out.
Results are sorted by releaseDate descending (newest first) and capped at the requested limit.
Use maxDays=7 for the freshest releases. This narrows the window to only the past week, giving you the most recently launched apps without older entries.
Errors