Apple App Store listings can include a subtitle that provides additional context about an app. You can now retrieve this information through the App Data API and App Store databases.
What’s new
We added a new subtitle field to the results returned by the following API endpoints and databases:
- Apple App Info in App Data API – in the
app_store_info_organicobject, - Apple App Listings Search in App Data API – in
app_store_search_organic, - App Store SERP Advanced Database – in
app_store_search_organic, - App Store Listings Database – in
app_store_info_organic.
The new field contains the subtitle displayed in the app’s Apple App Store listing.
How it works
When a subtitle is available for an app, it is returned in the subtitle field. When an app does not have a subtitle, the field may return null.
Why it matters
With the new subtitle field, you can collect more complete App Store data to:
- analyze how app publishers position and describe their products,
- improve app discovery, competitor research, and App Store Optimization workflows,
- enrich app databases and reporting tools with additional listing metadata.
Check our documentation to start working with Apple App Store subtitle data.