serpapi / public-roadmap

Public Roadmap for SerpApi, LLC (https://serpapi.com)
50 stars 3 forks source link

[Apple App Store API] Scrape Apps subtitle #1302

Open marm123 opened 9 months ago

marm123 commented 9 months ago

One of our customers requested that we scrape the subtitle part of the App in the Apple App Store. It's present in the mobile/desktop version of the Apple App Store, but it's unavailable through our API.

Apple App Store view:

image

Apple App Store API response:

image

Playground | Inspect - desktop Playground | Inspect - mobile Intercom

tanys123 commented 8 months ago

This endpoint returns the subtitle of the apps, but so far only works for iOS App

curl --location --request POST 'https://itunes.apple.com/WebObjects/MZStore.woa/wa/search?term=coffee&clientApplication=Software' \
--header 'X-Apple-Store-Front: 143441,24 t:native' \
--header 'Accept-Language: en-us'
tanys123 commented 7 months ago

We have to change the endpoint of our request, will look into it again if there are more customers wanted this.