Icon

Web data retrieval

iTues web data retrieval
iTunes web data retrievalThis workflow accesses the Apple iTunes web site via its search API. It accesses the iTunes search API via the GET Requestnode. The query can be customized via the component Set iTunes REST API Keys; the default search is term=’abc’,media=music, and limit=20. The retrieved object is converted from a binary object to a string object via Binary Objects to Stringsnode. The resulting string object is converted to a JSON object via String to JSON, and divided up into different records viaJSON Path (splitting records to a collection), Ungroup (converting a collection into rows), and JSON to Table (converting eachJSON object to a table entry) nodes. Retrieve searchresults fromiTunesConvert the resultfrom binary objectto string String to JSONJSONPath tobreak up search resultsto a collection ofJSONConvertingJSON collectionto rows ofJSONConverting JSONto a tableSaving to aTable file GET Request Binary Objectsto Strings String to JSON JSON Path Ungroup JSON to Table Set iTunes REST API Keys Table Writer iTunes web data retrievalThis workflow accesses the Apple iTunes web site via its search API. It accesses the iTunes search API via the GET Requestnode. The query can be customized via the component Set iTunes REST API Keys; the default search is term=’abc’,media=music, and limit=20. The retrieved object is converted from a binary object to a string object via Binary Objects to Stringsnode. The resulting string object is converted to a JSON object via String to JSON, and divided up into different records viaJSON Path (splitting records to a collection), Ungroup (converting a collection into rows), and JSON to Table (converting eachJSON object to a table entry) nodes. Retrieve searchresults fromiTunesConvert the resultfrom binary objectto string String to JSONJSONPath tobreak up search resultsto a collection ofJSONConvertingJSON collectionto rows ofJSONConverting JSONto a tableSaving to aTable file GET Request Binary Objectsto Strings String to JSON JSON Path Ungroup JSON to Table Set iTunes REST API Keys Table Writer

Nodes

Extensions

Links