Skip to content

Instantly share code, notes, and snippets.

@dweinstein
Last active August 29, 2015 14:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dweinstein/5cd4d9139241a3eb27c2 to your computer and use it in GitHub Desktop.
Save dweinstein/5cd4d9139241a3eb27c2 to your computer and use it in GitHub Desktop.
search for apple application bundleId and meta data
curl -s https://itunes.apple.com/search\?term\=$1\&media\=software \
| jq '.results | .[] | {artistName: .artistName, sellerName: .sellerName, bundleId: .bundleId, description:.description}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment