iTunes & App Store Scraper β€” Apps, Music, Podcasts, Books avatar

iTunes & App Store Scraper β€” Apps, Music, Podcasts, Books

Pricing

from $0.0005 / item scraped

Go to Apify Store
iTunes & App Store Scraper β€” Apps, Music, Podcasts, Books

iTunes & App Store Scraper β€” Apps, Music, Podcasts, Books

Search Apple's iTunes and App Store catalog in bulk: apps, songs, albums, podcasts, books, audiobooks and movies. One row per result with name, artist/seller, price, currency, genre, release date, store URL, artwork and ratings. Fast, reliable and account-free.

Pricing

from $0.0005 / item scraped

Rating

0.0

(0)

Developer

hiper soft

hiper soft

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

iTunes & App Store Scraper β€” Apps, Music, Podcasts, Books & Movies

Search Apple's iTunes and App Store catalog in bulk and get clean, structured metadata for apps, songs, albums, podcasts, books, audiobooks and movies. Pass a list of search terms (or specific IDs), pick an entity type and a country storefront, and this actor returns one tidy row per result: name, artist or seller, price, currency, genre, release date, store URL, artwork and ratings. Fast reliable HTTP, account-free. Export to JSON, CSV, Excel or XML.

What does iTunes Search Scraper do?

Apple exposes a huge public catalog spanning the App Store, Apple Music, Apple Podcasts, Apple Books and the iTunes Store. This scraper turns that catalog into a dataset. Give it the search terms you care about β€” app names, artists, show titles, book titles β€” choose what kind of item to look for (software, musicTrack, album, podcast, ebook, audiobook or movie) and a storefront country, and it collects the matching results, normalizes each into a flat record, and hands you data ready for research, catalog building, price monitoring or dashboards. You can also look up specific items directly by their iTunes ID.

What data can you scrape?

Data pointDescription
termThe search term this result was found for.
entityThe entity type searched (software, musicTrack, podcast, …).
countryThe storefront country code the result came from.
kindApple's item kind (e.g. software, song, podcast, ebook, feature-movie).
trackId / collectionId / artistIdApple's numeric identifiers for the item, its collection and its artist.
bundleIdApp bundle identifier (apps only).
trackNameItem name (app / song / episode / book / movie title).
collectionNameAlbum or collection name when applicable.
artistNameArtist, author or app seller name.
sellerNameApp seller / publisher name (apps).
priceNumeric price in the storefront currency.
formattedPriceHuman-readable price (e.g. Free, $9.99).
currencyISO currency code of the price.
primaryGenreNamePrimary genre / category.
genresFull list of genres when Apple provides one.
releaseDateISO 8601 release date.
trackViewUrlPublic Apple store URL for the item.
artworkUrlHighest-resolution artwork URL available.
averageUserRatingAverage user rating when available.
userRatingCountNumber of user ratings.
descriptionItem description (HTML stripped to clean text).

Use cases

  • App Store research β€” pull app metadata, categories, prices and ratings for a keyword or competitor set.
  • Music & podcast catalogs β€” build a dataset of tracks, albums or shows for an artist or topic.
  • Price & availability monitoring β€” track prices and formatted prices across country storefronts.
  • Book & audiobook discovery β€” collect titles, authors, genres and descriptions in bulk.
  • Enrichment β€” resolve a list of iTunes IDs into full catalog records for your database.

How to use it

  1. Add iTunes & App Store Scraper to your Apify account and open its input.
  2. Enter one or more search terms (e.g. notion, taylor swift, the daily), one per line.
  3. Choose an entity type β€” apps, songs, albums, podcasts, books, audiobooks or movies.
  4. Set a country storefront (e.g. us, gb, de, sg) and results per term.
  5. Optionally add specific IDs to look up directly.
  6. Click Run, then export the results as JSON, CSV, Excel or XML β€” or fetch them through the Apify API.

Input

{
"terms": ["notion", "slack"],
"entity": "software",
"country": "us",
"limit": 50,
"ids": []
}
FieldDescription
termsSearch strings to look up, one per line. Each term is searched separately.
entityItem type: software, musicTrack, album, podcast, ebook, audiobook or movie.
countryTwo-letter storefront country code (e.g. us, gb, de, sg, jp).
limitMaximum results per term (Apple caps this at 200).
idsOptional list of iTunes / track / collection IDs to look up directly.

What you get

Each record is a flat JSON object, ready to export to CSV, Excel, JSON or XML:

{
"term": "notion",
"entity": "software",
"country": "us",
"kind": "software",
"trackId": 1232780281,
"bundleId": "notion.id",
"trackName": "Notion: Notes, Tasks, AI",
"artistName": "Notion Labs, Incorporated",
"sellerName": "Notion Labs, Incorporated",
"price": 0,
"formattedPrice": "Free",
"currency": "USD",
"primaryGenreName": "Productivity",
"releaseDate": "2017-09-14T19:07:31Z",
"trackViewUrl": "https://apps.apple.com/us/app/notion/id1232780281",
"artworkUrl": "https://is1-ssl.mzstatic.com/image/thumb/.../512x512bb.jpg",
"averageUserRating": 4.77,
"userRatingCount": 89911,
"description": "Notion is an AI-powered all-in-one workspace…"
}

FAQ

Do I need an account or key? No. Set your terms and click Run.

Which item types are supported? Apps (software), songs (musicTrack), albums (album), podcasts (podcast), books (ebook), audiobooks (audiobook) and movies (movie).

Why did a search return no results? Some entity/country combinations have no matches in that storefront (movies in particular vary a lot by country). Try a different country code or entity, or check the term.

Can I look up an item by its Apple ID? Yes. Put the numeric iTunes / track / collection ID into the ids field and it is resolved to a full record. This runs alongside any search terms.

Does the storefront country matter? Yes. Prices, availability and localized names all depend on the country you choose.

What export formats are available? JSON, CSV, Excel and XML, plus programmatic access through the Apify API.

Can I use this with n8n? Yes. Use the Apify n8n integration (or the official Apify node) to run this actor from an n8n workflow and pipe the catalog dataset straight into your automation β€” a database, a spreadsheet, an alert, or an LLM node. Every run's dataset is available over the Apify API as JSON, so it drops into any workflow tool.

Can I connect this to my other tools? The iTunes & App Store Scraper connects with almost any cloud service or web app through integrations on the Apify platform: Make, Zapier, n8n, Slack, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.

Is this official Apple data? The data reflects Apple's public iTunes catalog, but this actor is an independent tool and is not affiliated with or endorsed by Apple.

Notes

Original clean-room implementation. Returns only public catalog metadata; you are responsible for compliant use. Not affiliated with Apple; all trademarks belong to their respective owners.