Search iTunes Store / SearchiTunesStore (internally is.workflow.actions.searchitunes
)
description
summary
Searches the iTunes Store, returning the items that match the specified search terms. You can get more details about the results using the Get Details of iTunes Product action.
usage
SearchiTunesStore search="string" category=("string" | variable)] searchBy=("string" | variable)] results=("string" | variable)] region=("string" | variable)] WFItemLimit=number
arguments
search: Text (Docs)
Placeholder: "U2"
Allows Variables: true
Accepts a string or text with the text. Does not allow newlines.
category: Picker (Docs)
Allows Variables: true
Accepts a string or variable containing the option. Check the shortcuts app for a list of available options.
searchBy: Picker (Docs)
Allows Variables: true
Accepts a string or variable containing the option. Check the shortcuts app for a list of available options.
results: Picker (Docs)
Allows Variables: true
Accepts a string or variable containing the option. Check the shortcuts app for a list of available options.
region: iTunes Store Country Picker (Docs)
Allows Variables: true
Accepts a string or variable containing the option. Check the shortcuts app for a list of available options.
WFItemLimit: Stepper Number (Docs)
Default Value: 25
Allows Variables: true
Accepts a number
or variable
with a number.
source json (for developers)
{
"ActionClass": "WFSearchiTunesAction",
"ActionKeywords": [
"app",
"song",
"music",
"movie",
"ebook",
"audiobook",
"tv",
"album",
"store"
],
"AppIdentifier": "com.apple.MobileStore",
"Category": "Music",
"CreationDate": "2016-03-15T07:00:00.000Z",
"Description": {
"DescriptionSummary": "Searches the iTunes Store, returning the items that match the specified search terms. You can get more details about the results using the Get Details of iTunes Product action."
},
"InputPassthrough": false,
"Name": "Search iTunes Store",
"Output": {
"Multiple": true,
"OutputName": "iTunes Products",
"Types": [
"WFiTunesProductContentItem"
]
},
"Parameters": [
{
"Class": "WFTextInputParameter",
"Key": "WFSearchTerm",
"Label": "Search",
"Placeholder": "U2",
"TextAlignment": "Right"
},
{
"Class": "WFDynamicEnumerationParameter",
"Key": "WFMediaType",
"Label": "Category"
},
{
"Class": "WFDynamicEnumerationParameter",
"Key": "WFAttribute",
"Label": "Search By"
},
{
"Class": "WFDynamicEnumerationParameter",
"Key": "WFEntity",
"Label": "Results"
},
{
"Class": "WFiTunesStoreCountryPickerParameter",
"Key": "WFCountry",
"Label": "Region"
},
{
"Class": "WFStepperParameter",
"DefaultValue": 25,
"Key": "WFItemLimit",
"MaximumValue": 100,
"MinimumValue": 1,
"Pefix": "Get",
"StepperDescription": "Number of Items",
"StepperNoun": "Item",
"StepperPluralNoun": "Items"
}
],
"SuggestedAsInitialAction": false
}