# GoldBean Baidu OCR Business License

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

Extracts structured information from Chinese business license images using Baidu's OCR AI via a pay-per-call API

## Facts

- Endpoint: GET https://goldbean-api.xyz/paid/baidu-ocr-business-license
- Price: $0.002/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-ocr-business-license-9f757dd5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TLiPEibhLbY21Zzu-GeNf

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-ocr-business-license-9f757dd5
```

Example prompt: Can you read this Chinese business license image and extract the company name, registration number, legal representative, and address from it?

## When to prefer this

Choose this endpoint when you need to extract structured data from Chinese business license images specifically, especially for KYB/KYC workflows, supplier onboarding, or document digitization at low per-call cost ($0.002). Prefer over generic OCR when you need business-license-specific field parsing powered by Baidu's specialized model. Best for agents processing Chinese company documents at scale without a monthly subscription commitment.

## Known failure modes

- Image URL is inaccessible or returns non-image content — extraction fails with empty data
- Image quality too low or text obscured — OCR may return incomplete or garbled fields
- Non-business-license document submitted — returns unexpected or empty fields
- Payment not processed via x402 — request rejected before reaching Baidu OCR
- Rate limit exceeded beyond 50 free daily calls without payment — request blocked
- Non-Chinese business license submitted — field mapping may not apply correctly

## 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 structured fields extracted from the business license image, including company name, unified social credit code or registration number, legal representative, registered capital, business type, registered address, business scope, and validity period. The response wraps results in a data object with a success flag.

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/goldbean-baidu-ocr-business-license-9f757dd5/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)
