# Baiduspider

> Baidu's search crawler, and the ingest path for Baidu's Ernie-backed answers.

| field | value |
|---|---|
| operator | Baidu |
| category | Search engines |
| robots.txt token | `Baiduspider` |
| user-agent contains | `Baiduspider` |
| robots.txt | obeys robots.txt (documented) |
| verify by | reverse DNS |
| published IP ranges | none published |
| prefixes mirrored | 0 IPv4 / 0 IPv6 |
| operator docs | https://help.baidu.com/question?prod_id=99&class=0&id=3001 |
| last reviewed | 2026-09-01 |

## What blocking it costs you

Removal from Baidu Search, which matters only if you want Chinese-language traffic.

## Full user-agent string

```
Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)
```

## Block it

```
User-agent: Baiduspider
Disallow: /
```

## Allow it

```
User-agent: Baiduspider
Allow: /
```

JSON: https://www.pathwren.workers.dev/crawler/baiduspider.json · index: https://www.pathwren.workers.dev/llms.txt
