AI Agent Hub
Back to plugins
🧰

dsh-web-search-so360

Web Tools Updated 2026.08.27

Run the following command in DeepSeek Harness:

dsh plugin install Bronier/dsh-web-search-so360

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install Bronier/dsh-web-search-so360 in your DeepSeek Harness terminal to install this plugin; the source is hosted at https://github.com/Bronier/dsh-web-search-so360 .

About this plugin

The built-in DSH web search routes every query through a full model turn, incurring latency, token cost, and the need for a DEEPSEEK_API_KEY. If you just want your agent to look up a few web results, that pipeline is heavyweight. dsh-web-search-so360 replaces it with public SERP scraping: no API key, no model overhead, works out of the box.

It uses a dual-engine fallback strategy. 360 Search (so.com) is the primary engine, parsing SERP markup and pulling real URLs directly from the data-mdurl attribute to avoid redirect fetches. When 360 hits layout changes or anti-bot walls, the plugin seamlessly switches to Bing, bootstrapping cookies and decoding b_algo blocks for stable results. Both engines rely solely on native fetch with zero third-party dependencies, and uninstalling the plugin automatically restores the official routing.

A good fit for personal local researchers who mostly issue Chinese-language queries and do not want to provision a separate API key just for web lookups. Expect roughly ten results per page; parsing rules may need occasional updates as target sites evolve, but day-to-day use is lightweight and cost-free.

Use Cases

  • DSH agents need web results without provisioning any API key
  • Chinese-heavy queries where 360 Search yields more relevant hits
  • Lightweight local research pulling titles and snippets at zero cost

Best For

  • Individual developers who do not want a separate API key for web search
  • Local researchers whose queries are predominantly in Chinese
  • DSH users who want a zero-cost web-search channel out of the box