Comment on page
iTunes
Fetch song names, artists, and other data from the iTunes API.
Note: This call is blocked on iOS.
When fetching a list of songs to display, this data source can be used to search for songs within the iTunes library.
The search query used to fetch a relevant list of iTunes songs.
The artist's name of the iTunes song.
The title of the iTunes song.
The album title that the iTunes song belongs to.
The Apple Music URL to play the current song.
The country of origin for the creator of this song.
The album image featured for the iTunes song.
After installing the iTunes plugin, it’s possible to display a list of song results by adding a repeating group to your application page.
When configuring the repeating group, set the type of content to be ‘iTunes Song’. Then, for the data source, use the ‘get data from external API’ option.
The API provider you’ll need to select is the ‘Get iTunes songs’ choice.
Now, you can match a search term with any static or dynamic text value.
From here, it’s possible to add a list of dynamic elements into the repeating group’s cell.
Simply choose the ‘current cell’s iTunes songs’ operator to display the results of a search query.
Last modified 2yr ago