Search extensions - how-to & snippet examples

By email:

Any chance we can get a Yelp extension?

Certainly! And here’s how:

The first step is to figure out the URL pattern for the website you want to query. Every website will do it a bit differently but usually, they follow the same basic concept.

Go to the website and search for three asterisks ***. In Yelp’s case, something like:
https://www.yelp.co.uk/search?find_desc=&find_loc=***

(note your specific URL may vary depending on your location).

Now you just need to type out something like the following, anywhere (in TextEdit for example):

#popclip
name: Yelp Search
icon: search filled Y
url: https://www.yelp.co.uk/search?find_desc=&find_loc=***

This is a PopClip snippet>. Now select the snippet, and PopClip will offer to install it.

CleanShot 2023-02-10 at 09.38.19

2 Likes

By email:

Can I suggest you an extension to look on Wordreference.com? Thanks a lot

Here’s an example with the en-fr language pair. To use different language pairs, copy and paste to a text editor and then modify the search URL as needed.

#popclip
name: WordReference en-fr
icon: WR
url: https://www.wordreference.com/enfr/***

(The above block is an extension snippet — select it then click “Install Extension” in PopClip.)

I added a more advanced example where the search happens in a specific browser: Snippet: Bing search in Microsoft Edge