Automating Custom Search Engines

Searching across parts of the Web can often help in surfacing relevant results. Mojeek Focus and Custom Search Engines allow you to do that, but for a fixed web site list. What if you could automate curation of the the site list, and based on each search query?

We show how it can now be done with the Mojeek API, using the include/exclude functionality.

:one: Send the search query to an LLM, with a system prompt requesting a list of relevant websites to search across.
:two: Parse the returned site list, into a form suitable for the Mojeek API.
:three: Call the Mojeek API with the query, and the site list to search across.

Full details here: Automating Custom Search Engines | Mojeek Blog

3 Likes