baidu-search

Perform live Baidu web searches via BDSE with a JSON payload.

103|14|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/szsip239/teamclaw --skill baidu-search-szsip239
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baidu-search
Source: https://github.com/szsip239/teamclaw/tree/main/data/skills/baidu-search
Command: npx skills add https://github.com/szsip239/teamclaw --skill baidu-search-szsip239

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

Quickly fetch up-to-date web results from Baidu's BDSE to inform decisions and research.

Core Features & Use Cases

  • Performs live web searches using Baidu BDSE via a simple Python script.
  • Supports customizable result count and freshness windows for time-bounded queries.
  • Use Case: gather latest information on a topic for competitive analysis or technical research.

Quick Start

Execute the Python script with a JSON payload to perform a Baidu web search.

Frequently Asked Questions about baidu-search

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a live web search using Baidu BDSE in Python?

To perform a live web search using Baidu BDSE in Python, execute the Skill's Python script with a JSON payload. The script uses the requests package to call the Baidu BDSE API and returns current web results.

Do I need an API key to fetch live information from Baidu search results?

Yes, fetching live information from Baidu search results requires a BAIDU_API_KEY set in your environment. This API key authorizes the requests package to access and execute the Baidu BDSE search workflow.

What is Baidu BDSE used for in data and analytics research?

Baidu BDSE is used for gathering up-to-date web results to inform decisions, competitive analysis, and technical research. It fetches live information by sending a JSON payload to Baidu's search API.

Can I customize the result count and freshness window for time-bounded Baidu web searches?

Yes, you can customize the result count and freshness window for time-bounded Baidu web searches. This allows you to filter live information and gather the latest data on a specific topic for research.

Why does my Baidu web search script fail to execute?

Your Baidu web search script fails to execute if the BAIDU_API_KEY is missing from the environment or the Python requests package is not installed. Both are required dependencies to run the search workflow.