LangChain
Integrations › LangChain
Tool package
A standalone partner package (LangChain's sanctioned path for third-party integrations), listed in the official LangChain docs: in the provider index and in the web-search tools comparison table next to Exa, Tavily and Linkup — tagged "Free keyless tier available".
Setup
- 1Installbash
pip install langchain-keenable - 2Use the toolspython
from langchain_keenable import KeenableSearch, KeenableFetch results = KeenableSearch().invoke({"query": "typescript best practices"}) page = KeenableFetch().invoke({"url": results[0]["url"]})
Keyless by default; set KEENABLE_API_KEY to authenticate.