Official Dify plugin for SERPdive, the AI Search API: web search that returns clean, answer-ready content extracted from live pages instead of a list of links. Same speed as Tavily, 20.2% fewer tokens, 60.7% of decided quality duels won on a public benchmark.
The plugin source lives in serpdive/, see its README for setup and usage. It is distributed through the Dify Marketplace.
cd serpdive
python -m venv .venv && .venv/bin/pip install -r requirements.txt
cp .env.example .env # fill in a remote-debug key from a Dify instance
.venv/bin/python -m mainPackage for the marketplace with the Dify plugin CLI:
dify plugin package ./serpdive