App Store Metadata API

The App Store Metadata API is a RESTful service that provides access to metadata for applications available the Apple App Store. It serves as a unified interface for retrieving app details while abstracting the complexities of the other App Store APIs. # Features This API enables you to retrieve metadata for iOS and macOS applications, including: - Application names - Descriptions - Developer…

4 subscribers
36 endpoints
The in-depth APIMemo review for this API hasn't been published yet — the data below comes straight from the public marketplace listing.

App Store Metadata API endpoints

MethodEndpointDescription
Apple App Store
GET lookupAppleAppStoreAppByBundleId
/api/v1/apple/lookup-app
Searches an app in the Apple App Store by its bundle identifier, and returns the app id. Use this endpoint to get the app id for an app that you want to lookup other details for.…
Apple App Store - Artwork
GET AppleAppStoreArtworkController_getArtworkR100UrlByAppId
/api/v1/apple/apps/{id}/artwork/100/url
Retrieve the 100x100 artwork URL of an app from the Apple App Store using its App Store ID.
GET AppleAppStoreArtworkController_getArtworkR60ByAppId
/api/v1/apple/apps/{id}/artwork/60
Retrieve the artwork 60x60 of an app from the Apple App Store using its App Store ID.
GET AppleAppStoreArtworkController_getArtworksById
/api/v1/apple/apps/{id}/artwork
Retrieve the artwork of an app from the Apple App Store using its App Store ID.
GET AppleAppStoreArtworkController_getArtworkR60UrlByAppId
/api/v1/apple/apps/{id}/artwork/60/url
Retrieve the artwork 60x60 URL of an app from the Apple App Store using its App Store ID.
GET AppleAppStoreArtworkController_getArtworkR100ImageByAppId
/api/v1/apple/apps/{id}/artwork/100/image
Retrieve the 100x100 artwork image of an app from the Apple App Store using its App Store ID.
GET AppleAppStoreArtworkController_getArtworkR60ImageByAppId
/api/v1/apple/apps/{id}/artwork/60/image
Retrieve the 60x60 artwork image of an app from the Apple App Store using its App Store ID.
GET AppleAppStoreArtworkController_getArtworkR100ByAppId
/api/v1/apple/apps/{id}/artwork/100
Retrieve the 100x100 artwork of an app from the Apple App Store using its App Store ID.
GET getAppleAppStoreAppArtwork512ById
/api/v1/apple/apps/{id}/artwork/512
Retrieve the 512x512 artwork of an app from the Apple App Store using its App Store ID.
GET AppleAppStoreArtworkController_getArtworkR512UrlByAppId
/api/v1/apple/apps/{id}/artwork/512/url
Retrieve the 512x512 artwork URL of an app from the Apple App Store using its App Store ID.
GET AppleAppStoreArtworkController_getArtworkR512ImageById
/api/v1/apple/apps/{id}/artwork/512/image
Retrieve the 512x512 artwork image of an app from the Apple App Store using its App Store ID.
Apple App Store - Developer
GET AppleAppStoreDeveloperController_getDeveloperNameById
/api/v1/apple/apps/{id}/developer/name
Get the developer name of an app from the Apple App Store by its App Store ID.
GET AppleAppStoreDeveloperController_getDeveloperStoreUrlById
/api/v1/apple/apps/{id}/developer/store-url
Get the developer store URL of an app from the Apple App Store by its App Store ID.
GET AppleAppStoreDeveloperController_getDeveloperById
/api/v1/apple/apps/{id}/developer
Get the developer of an app from the Apple App Store by its App Store ID
Apple App Store - Screenshots
GET AppleAppStoreScreenshotsIpadController_getIpadScreenshotByAppIdAtIndex
/api/v1/apple/apps/{id}/screenshots/ipad/{index}
Get the iPad screenshots of an app from the Apple App Store by its App Store ID.
GET AppleAppStoreScreenshotsController_getScreenshotsByAppId
/api/v1/apple/apps/{id}/screenshots
Get the screenshots of an app from the Apple App Store by its App Store ID.
GET AppleAppStoreScreenshotsIphoneController_getIphoneScreenshotByAppIdAtIndex
/api/v1/apple/apps/{id}/screenshots/iphone/{index}
Get the iPhone screenshot at index of an app from the Apple App Store by its App Store ID.
GET AppleAppStoreScreenshotsIphoneController_getIphoneScreenshotUrlByAppIdAtIndex
/api/v1/apple/apps/{id}/screenshots/iphone/{index}/url
Get the iPhone screenshot URL at index of an app from the Apple App Store by its App Store ID.
GET AppleAppStoreScreenshotsAppleTvController_getAppleTvScreenshotImageByAppIdAtIndex
/api/v1/apple/apps/{id}/screenshots/appletv/{index}/image
Get the Apple TV screenshots of an app from the Apple App Store by its App Store ID.
GET AppleAppStoreScreenshotsIpadController_getIpadScreenshotImageByAppIdAtIndex
/api/v1/apple/apps/{id}/screenshots/ipad/{index}/image
Get the iPad screenshots of an app from the Apple App Store by its App Store ID.
GET AppleAppStoreScreenshotsAppleTvController_getAppleTvScreenshotsByAppId
/api/v1/apple/apps/{id}/screenshots/appletv
Get the Apple TV screenshots of an app from the Apple App Store by its App Store ID.
GET AppleAppStoreScreenshotsAppleTvController_getAppleTvScreenshotUrlByAppIdAtIndex
/api/v1/apple/apps/{id}/screenshots/appletv/{index}/url
Get the Apple TV screenshots of an app from the Apple App Store by its App Store ID.
GET AppleAppStoreScreenshotsIphoneController_getIphoneScreenshotsByAppId
/api/v1/apple/apps/{id}/screenshots/iphone
Get the iPhone screenshots of an app from the Apple App Store by its App Store ID.
GET AppleAppStoreScreenshotsIpadController_getIpadScreenshotsByAppId
/api/v1/apple/apps/{id}/screenshots/ipad
Get the iPad screenshots of an app from the Apple App Store by its App Store ID.
GET AppleAppStoreScreenshotsIpadController_getIpadScreenshotUrlByAppIdAtIndex
/api/v1/apple/apps/{id}/screenshots/ipad/{index}/url
Get the iPad screenshots of an app from the Apple App Store by its App Store ID.
GET AppleAppStoreScreenshotsAppleTvController_getAppleTvScreenshotByAppIdAtIndex
/api/v1/apple/apps/{id}/screenshots/appletv/{index}
Get the Apple TV screenshots of an app from the Apple App Store by its App Store ID.
GET AppleAppStoreScreenshotsIphoneController_getIphoneScreenshotImageByAppIdAtIndex
/api/v1/apple/apps/{id}/screenshots/iphone/{index}/image
Get the iPhone screenshot image at index of an app from the Apple App Store by its App Store ID.
Apple App Store - User Rating
GET AppleAppStoreUserRatingController_getUserRatingById
/api/v1/apple/apps/{id}/user-rating
Get the user rating of an app from the Apple App Store by its App Store ID.
GET AppleAppStoreUserRatingController_getUserRatingCountById
/api/v1/apple/apps/{id}/user-rating/count
Get the user rating count of an app from the Apple App Store by its App Store ID.
GET AppleAppStoreUserRatingController_getAverageUserRatingById
/api/v1/apple/apps/{id}/user-rating/average
Get the average user rating of an app from the Apple App Store by its App Store ID.
Apple App Store - App
GET AppleAppStoreController_getAppById
/api/v1/apple/apps/{id}
Get an app from the Apple App Store by its App Store ID.
GET AppleAppStoreController_getAppNameById
/api/v1/apple/apps/{id}/name
Get the name of an app from the Apple App Store by its App Store ID.
GET AppleAppStoreController_getVersionById
/api/v1/apple/apps/{id}/version
Get the version of an app from the Apple App Store by its ID
GET AppleAppStoreController_getAppDescriptionById
/api/v1/apple/apps/{id}/description
Get the description of an app from the Apple App Store by its ID
GET AppleAppStoreController_getReleaseNotesById
/api/v1/apple/apps/{id}/release-notes
Get the release notes of an app from the Apple App Store by its ID
GET AppleAppStoreController_getPriceById
/api/v1/apple/apps/{id}/price
Get the price of an app from the Apple App Store by its ID

App Store Metadata API pricing

PlanPriceRate limitQuotas
BASIC Free
  • Requests: 500,000 / monthly

More Business APIs

View all →
  • Instant domain search. Documentation available at https://domainr.com/docs/api

    BusinessFreemium
  • This API helps to query properties for sale, rent, sold,etc… to create a real estate site/application such…

    BusinessFreemium6.5k subscribers
  • This API helps to query real estate in UAE to create a real estate site/application

    BusinessFreemium
  • 👑 The only FULLY and TRULY working Crunchbase Data Scraper. New version! 💎

    BusinessFreemium
  • 🔥 Cheaper, Faster — and Accurate 🔥 Get 750 free requests/month to scrape UAE property info (UAE Real…

    BusinessFreemium
  • Instant trademark search, trademark keyword availabity, search trademarks from USPTO, filter on…

    BusinessFreemium1.6k subscribers