A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://python.langchain.com/docs/integrations/tools/mojeek_search below:

Website Navigation


Mojeek Search | 🦜️🔗 LangChain

Mojeek Search

The following notebook will explain how to get results using Mojeek Search. Please visit Mojeek Website to obtain an API key.

from langchain_community.tools import MojeekSearch
api_key = "KEY"  # obtained from Mojeek Website
search = MojeekSearch.config(api_key=api_key, search_kwargs={"t": 10})

In search_kwargs you can add any search parameter that you can find on Mojeek Documentation

search.run("mojeek")
Related

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4