iTunes & App Store Search Scraper avatar

iTunes & App Store Search Scraper

Pricing

$1.00 / 1,000 result items

Go to Apify Store
iTunes & App Store Search Scraper

iTunes & App Store Search Scraper

Search and lookup iTunes/App Store content via Apple's free public API. Music, apps, podcasts, movies, books, and more. No API key required.

Pricing

$1.00 / 1,000 result items

Rating

0.0

(0)

Developer

Thrifty Kiwi

Thrifty Kiwi

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Search and lookup iTunes/App Store content via Apple's free public API. Music, apps, podcasts, movies, books, and more. No API key required.

Input

FieldTypeDefaultDescription
modestring"search"Search by keyword or lookup by iTunes ID. One of: "search", "lookup".
querystring"star wars"Search term (e.g. 'swift', 'taylor swift', 'podcast ai'). Required for search mode.
idstring"909253"iTunes ID to look up (e.g. '909253' for Jack Johnson). Single ID or comma-separated list. Required for lookup mode.
mediastring"all"Filter by media type. 'all' searches everything. One of: "all", "music", "podcast", "movie", "software", "ebook", "audiobook", "musicVideo", "shortFilm", "tvShow".
entitystring""Specific entity type. Leave blank for default. Examples: musicArtist, album, song, podcast, movie, software, iPadSoftware, macSoftware, audiobookAuthor, tvEpisode, musicVideo, ebook.
countrystring"US"ISO 3166-1 alpha-2 country code (e.g. US, GB, JP, NZ).
maxResultsinteger20Maximum number of results to return (1-200).

Output

Each run pushes structured JSON records to the Actor dataset (see the Output tab for the live field list).

Example Input

{
"mode": "search",
"query": "star wars",
"id": "909253",
"media": "all",
"entity": "",
"country": "US",
"maxResults": 20
}

Use Cases

  • App Store and podcast market research
  • Enrich catalogues with artwork, pricing and ratings
  • Track app or podcast metadata changes over time
  • Build media discovery and recommendation datasets