baidu-search

Retrieve web references via Baidu's AI Search API with count and freshness filters.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/sigitpoerwo/repoworkspace_zahra --skill baidu-search-sigitpoerwo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: baidu-search
Source: https://github.com/sigitpoerwo/repoworkspace_zahra/tree/main/skills/03-BELUM-DICOBA/dari-clawhub/new/baidu-search-1.1.2
Command: npx skills add https://github.com/sigitpoerwo/repoworkspace_zahra --skill baidu-search-sigitpoerwo

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill enables programmatic web searching using Baidu's AI Search Engine to fetch references for live information, documentation, or research topics.

Core Features & Use Cases

  • Programmatic web search via the Baidu AI Search API and retrieval of structured references.
  • Supports query, result count, and freshness filtering to control time window.
  • Use Case: gather latest sources on a topic or verify information with Baidu results.

Quick Start

Run a Baidu search for a query using the provided script to fetch results.

Frequently Asked Questions about baidu-search

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

FAQPage Schema
How do I use the Baidu AI Search API to fetch live web references in Python?

To use the Baidu AI Search API for fetching live web references, you run the provided Python script with the requests library. This queries Baidu and returns structured search results for your specified topic.

Do I need a BAIDU_API_KEY to perform a programmatic web search with Python?

Yes, you need a BAIDU_API_KEY configured in your environment to authenticate programmatic web search requests. The Python script uses this key to access the Baidu AI Search API and retrieve results.

Can I filter Baidu search results by freshness and result count when gathering research sources?

You can filter Baidu search results by applying optional count and freshness filters within the script. This controls the number of references returned and restricts the time window for live information gathering.

What is the best way to verify information using Baidu search results in a Python runtime?

The best way to verify information using Baidu search results is to run this Python script to query the Baidu AI Search API. It programmatically retrieves structured web references to validate your research data.

Does the Baidu AI Search API script require specific dependencies for web search automation?

The Baidu AI Search API script requires the Python requests library for web search automation. You must have a Python runtime installed along with this dependency to execute the search script successfully.