EC
iTunes & App Store Search Scraper
Search Apple iTunes and the App Store for songs, albums, podcasts, apps, movies and ebooks. Each record has name, artist, genre, release date, price, artwork and store link. Export to JSON, CSV or Excel.
itunes-search-scraper.json 200 OK
{ "trackId": 310633997, "trackName": "WhatsApp Messenger", "artistName": "WhatsApp Inc.", "primaryGenreName": "Social Networking", "kind": "software", "releaseDate": "2009-05-04T02:43:49Z", "trackPrice": 0, "currency": "USD", "artworkUrl100": "https://is1-ssl.mzstatic.com/image/thumb/Purpl…" }
得られるもの
各実行で、型が揃ったきれいなレコードを返します。CRM・スプレッドシート・データベースにそのまま使えます。
- 結果ごとに 1 レコード、重複排除・正規化済み
- JSON・CSV・Excel の安定したスキーマ、または Apify API で読み取り
- クラウドで従量課金。インストールも保守も不要
返される項目
Track IdTrack NameArtist NamePrimary Genre NameKindRelease DateTrack PriceCurrencyArtwork Url100Track View UrlDescriptionSeller NameAverage User RatingUser Rating Count
出力サンプル
実際の 1 レコード例。受け取る形そのままです。
| Track Id | Track Name | Artist Name | Primary Genre Name |
|---|---|---|---|
| 310633997 | WhatsApp Messenger | WhatsApp Inc. | Social Networking |
| 1386412985 | WhatsApp Business | WhatsApp Inc. | Business |
| 389801252 | Instagram, Inc. | Photo & Video |
GET /itunes-search-scraper
{ "trackId": 310633997, "trackName": "WhatsApp Messenger", "artistName": "WhatsApp Inc.", "primaryGenreName": "Social Networking", "kind": "software", "releaseDate": "2009-05-04T02:43:49Z", "trackPrice": 0, "currency": "USD", "artworkUrl100": "https://is1-ssl.mzstatic.com/image/thumb/Purpl…" }
関連スクレイパー
よくある質問
Can I search for apps instead of music?
Yes. Set the result type to Apps (software) to search the App Store, or pick podcasts, movies, ebooks and other types.
Can I search a store outside the US?
Yes. Set the store country to any two-letter code, for example GB, DE or BR, to search that country's store.
How many results can I get?
Each search returns up to 200 results. Use Max Items to keep fewer if you only need the top matches.
How fresh is the data?
Results are read live at run time, so each record reflects the store at the moment of the run (see observedAt).