# GoldBean Baidu Keyword Extraction API

> GoldBean Baidu Keyword Extraction API is a paid API for AI agents from goldbean-api.xyz, paid per call via x402, $0.001/call, status unknown (last checked 2026-09-14).

Extracts the most important keywords from a given Chinese or multilingual text using Baidu's NLP engine

## Facts

- Endpoint: GET https://goldbean-api.xyz/paid/baidu-keyword-extraction
- Price: $0.001/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/goldbean-baidu-keyword-extraction-api-653aceb6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IBsDezS2-dX1ndrVkLtWs

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability goldbean-baidu-keyword-extraction-api-653aceb6
```

Example prompt: Can you extract the main keywords from this article: '人工智能正在迅速改变全球各行各业，包括医疗、金融和教育领域'? I need the top keywords ranked by relevance.

## When to prefer this

Choose this endpoint when you need keyword extraction specifically backed by Baidu's NLP models, which are well-optimized for Chinese-language text. It is ideal for agents processing Chinese content pipelines, SEO workflows, content tagging systems, or market research on Chinese-language data. At $0.001 per call with 50 free daily calls, it is cost-effective for high-frequency extraction tasks. Prefer this over generic NLP APIs when Chinese language fidelity and Baidu's proprietary language model quality are important.

## Known failure modes

- Empty or missing text input returns an error or empty keyword list
- Input text too long may exceed model limits and return a truncation or error response
- Non-supported language inputs may yield poor quality or empty keyword results
- Payment failure (insufficient USDC balance) blocks the call with a 402 response
- Rate limit exceeded on free tier (50 calls/day) results in a payment-required or quota error
- Malformed GET request parameters return a 400 bad request error

## How this service works

51 Baidu AI MCP tools: OCR, Vision, LLM, Speech, NLP, Image Gen, Video Gen. 50 free calls/day. No credit card. Pay-per-call from $0.001.

## Output

Returns a JSON object with a success flag and a data payload containing the extracted keywords (and optionally their relevance scores or frequencies) identified from the input text by Baidu's NLP keyword extraction model.

## Response schema (JSON Schema)

```json
{
 "example": {
  "data": {},
  "success": true
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/goldbean-baidu-keyword-extraction-api-653aceb6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from goldbean-api.xyz](https://www.zero.xyz/host/goldbean-api.xyz/llms.txt)
