Jump to content

Search Mac AppStore


Recommended Posts

Posted

You may not know about this: iTunes Store Workflow. It has the Mac App Store as well. It's by Daniel Shannon.

 

I already knew about that the extension by Daniel Shannon.  It is a great extension, too. 

 

My version could be just another version. It is the simpler code than Daniel's, and displays rating and moves to Mac AppStore directly.

Posted

I already knew about that the extension by Daniel Shannon.  It is a great extension, too. 

 

My version could be just another version. It is the simpler code than Daniel's, and displays rating and moves to Mac AppStore directly.

 

Good point, I did miss the ratings feature. What exactly do you mean "move to mac app store directly"?

Posted

Good point, I did miss the ratings feature. What exactly do you mean "move to mac app store directly"?

 

This version opens not web browser, but 'App Store' application. So you can reduce one step to buy application. :-)

Posted

I really like this but could you add a modifier key option to open in browser? Sometimes I just want to see some reviews and a screenshot or two... not launch the mac app store app. Otherwise this is great!

Posted (edited)

This version opens not web browser, but 'App Store' application. So you can reduce one step to buy application. :-)

 

 

I think i'm an idiot, the DS workflow actually checks the iOS app store not the MAS. What a fool  :lol:

Edited by Ddyracer
Posted

This version opens not web browser, but 'App Store' application. So you can reduce one step to buy application. :-)

From Alfred v1, I have a set a custom searches to search the iTunes Store (not the Mac AppStore) for either anything:

itunes://ax.search.itunes.apple.com/WebObjects/MZSearch.woa/wa/search?term={query}

 

or a specific kind of content (e.g., a song)

itunes://ax.search.itunes.apple.com/WebObjects/MZSearch.woa/wa/search?entity=song&term={query}

 

and the equivalent for album, artist, track, movie, podcast and app (iOS app). Each of them is meant to be run from a specific keyword.

 

I would like to reproduce your Mac AppStore workflow for these iTunes Store searches. However, I have no idea how to manipulate your Python script. Would you be so nice to provide an example for one them, if possible? Then I should be able to reproduce it for the other searches.

  • 2 weeks later...
  • 9 months later...
Posted

The workflow no longer works (at least for me) in Mavericks. Apparently the search URL has changed, and is no longer:

macappstore://ax.search.itunes.apple.com/WebObjects/MZSearch.woa/wa/search?q=

I'm not sure how to find out what this new URL is in Mavericks, but if I could, updating the workflow should be a simple string replacement.

 

Anyone find the new search url yet? This was so handy... is there anything in alternative, I have tried most of the search workflow here in the forum couldnt fix it :(

  • 1 year later...
Posted (edited)

This is awesome, thanks!

 

 

Very useful, thanks!

 

Is there any way for it to show the app prices in my own currency (£GBP) instead of $USD?

 

You can change the country from US to GB in main.py:
Once installed, right click on the workflow, show in finder, open main.py, change and save!
 
It's also possible to change the workflow to search the iOS App Store, there are quite a few changes for that though.
 
Here's a workflow with both modifications already made.
 

 

 
I also send these changes to the developer on GitHub.
Edited by gingerbeardman

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...