iTunes & App Store Scraper Goat avatar

iTunes & App Store Scraper Goat

Pricing

from $2.00 / 1,000 results

Go to Apify Store
iTunes & App Store Scraper Goat

iTunes & App Store Scraper Goat

Scrape Apple's catalog without a login. Search apps, podcasts, music, movies, TV shows and books by keyword, or look up specific IDs. Returns clean rows with name, artist, genre, price, rating, rating count, release date, artwork, and store URL. Choose the country storefront.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Goutam Soni

Goutam Soni

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 hours ago

Last modified

Share

iTunes & App Store Scraper

Search Apple's catalog at scale without a login or API key: apps, podcasts, music, movies, TV shows, ebooks and audiobooks. Search by keyword for any entity in any country storefront, or look up specific IDs. Every row comes back in one clean, structured shape with name, artist, genre, price, rating, rating count, release date, artwork and store URL.

What it does

  • Keyword search - results for any term, for the entity you choose (apps, podcasts, music, movies, and more).
  • Top charts - pull the top free or top paid app rankings for any country, with each app's chart position. This is ranking data the search API does not provide.
  • Country storefronts - search or chart any country's store (us, gb, sg, in, and so on); prices, availability and rankings vary by country.
  • Direct lookup - fetch specific items by iTunes ID or, for apps, by bundle ID.
  • Clean records - ratings, rating counts, price, genre, chart rank, release date, episode/track counts, RSS feed (for podcasts), and artwork in a stable shape.

Charts example

{
"mode": "charts",
"chart": "top-free",
"country": "sg",
"maxItemsPerSource": 50
}

Common uses: app store research and ASO, podcast discovery, price and rating tracking, music and media catalogs, and content datasets.

Input

FieldTypeDescription
searchQueriesarrayTerms to search. One search per entry.
entitystringapp, podcast, music, musicArtist, album, movie, tvShow, ebook, audiobook.
lookupIdsarrayiTunes IDs (numeric) or app bundle IDs. Skips search.
countrystringTwo-letter storefront code (default us).
maxItemsPerSourceintegerCap per search. Default 50, up to 200.
proxyConfigurationobjectOptional. Works without a proxy.

At least one of searchQueries or lookupIds is required.

Example input

{
"searchQueries": ["photo editor", "fitness"],
"entity": "app",
"country": "us",
"maxItemsPerSource": 100
}

Output

Each item is one normalized catalog result.

{
"entity": "app",
"id": 1234567890,
"name": "Example Fitness Tracker",
"artistName": "Acme Co",
"genre": "Health & Fitness",
"price": "Free",
"priceValue": 0,
"currency": "USD",
"rating": 4.76,
"ratingCount": 46754,
"contentRating": "4+",
"releaseDate": "2015-03-01T08:00:00Z",
"trackCount": null,
"description": "Track your workouts and progress...",
"artworkUrl": "https://is1-ssl.mzstatic.com/image/.../512x512bb.jpg",
"feedUrl": null,
"url": "https://apps.apple.com/us/app/example/id1234567890",
"scrapedAt": "2026-07-18T12:30:00.000Z"
}

Fields that do not apply to an entity (for example feedUrl on an app, or trackCount on a song) come back as null, so the shape is always the same. Podcasts include their feedUrl and episode trackCount.

Notes

  • No login and no API key. Pick an entity, set your terms, and run.
  • Use country to compare prices and availability across storefronts.
  • For apps you can look up by bundle ID (for example com.example.app) as well as numeric ID.

Found this useful? Leave a quick review. It takes a few seconds and it genuinely helps other people find the actor.