UPC Collection Match Database Notes
UPC Collection Match Database Notes
UPC Collection Match Database Notes
This is a dump of the complete Apple Enterprise Partner Feed iTunes Collection Match, Video Match and Song
Match binary files, which contains the information to match any iTunes album ID to an iTunes UPC.
Information on this data can be found at https://performance-partners.apple.com/epf.
The target update period of this data is quarterly.
Source File Information:
Using a binary reader, such as https://www.proxoft.com/BinaryViewer.aspx, a search using the iTunes album ID
in the file will yield a match for the UPC used for the album release. See example using “The Avengers
(Original Motion Picture Soundtrack)“ (Album ID: 1440663549, UPC: 050087281557). Please note that you
may have to add/remove leading zeros in the result.
Taking the UPC and using the iTunes Search API (https://itunes.apple.com/lookup?upc=050087281557) and
opening the resulting text file results in the following information:
{
"resultCount":1,
"results": [
{"wrapperType":"collection", "collectionType":"Album", "artistId":611137, "collectionId":1440663549,
"amgArtistId":125299, "artistName":"Alan Silvestri", "collectionName":"The Avengers (Original Motion
Picture Soundtrack)", "collectionCensoredName":"The Avengers (Original Motion Picture Soundtrack)",
"artistViewUrl":"https://music.apple.com/us/artist/alan-silvestri/611137?uo=4",
"collectionViewUrl":"https://music.apple.com/us/album/the-avengers-original-motion-picture-soundtrack/14406
63549?uo=4",
"artworkUrl60":"https://is2-ssl.mzstatic.com/image/thumb/Music118/v4/17/91/ba/1791ba8d-48d2-9990-2681-2
561916082aa/source/60x60bb.jpg",
"artworkUrl100":"https://is2-ssl.mzstatic.com/image/thumb/Music118/v4/17/91/ba/1791ba8d-48d2-9990-2681-
2561916082aa/source/100x100bb.jpg", "collectionPrice":9.99, "collectionExplicitness":"notExplicit",
"trackCount":18, "copyright":"℗ 2012 Marvel Music, Inc.", "country":"USA", "currency":"USD",
"releaseDate":"2012-01-01T08:00:00Z", "primaryGenreName":"Soundtrack"}]
}