/install baidu-search-free
Baidu Search (Free)
Free Baidu web search tool, no API key or authentication required, ready to use out of box.
Features
✅ No API key required, completely free ✅ Supports Chinese/English search queries ✅ Time range filtering: 1 day/1 week/1 month/1 year/custom date range ✅ Customizable result count (up to 50 results) ✅ Automatic anti-scraping handling with retry mechanism ✅ Returns title, snippet, real URL, and publish time
Usage
python scripts/search.py '{"query": "your search keywords", "count": 10, "freshness": "pd/pw/pm/py/YYYY-MM-DDtoYYYY-MM-DD"}'
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| query | string | yes | - | Search keywords |
| count | int | no | 10 | Number of results to return, max 50 |
| freshness | string | no | null | Time range filter: pd(past 24h), pw(past week), pm(past month), py(past year), or custom date range in format YYYY-MM-DDtoYYYY-MM-DD |
Example
python scripts/search.py '{"query": "Linzhi Tibet travel guide", "count": 3, "freshness": "pm"}'
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install baidu-search-free - After installation, invoke the skill by name or use
/baidu-search-free - Provide required inputs per the skill's parameter spec and get structured output
What is Free Baidu Search?
Free Baidu web search, no API key required, supports time range filtering. It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.
How do I install Free Baidu Search?
Run "/install baidu-search-free" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Free Baidu Search free?
Yes, Free Baidu Search is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Free Baidu Search support?
Free Baidu Search is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Free Baidu Search?
It is built and maintained by guoxh (@guoxh); the current version is v1.0.0.