# Amazonbot

> Amazon's crawler, feeding Alexa's ability to answer questions from the web and Amazon's own search and assistant products.

| field | value |
|---|---|
| operator | Amazon |
| category | AI search crawlers |
| robots.txt token | `Amazonbot` |
| user-agent contains | `Amazonbot` |
| robots.txt | obeys robots.txt (documented) |
| verify by | reverse DNS |
| published IP ranges | none published |
| prefixes mirrored | 0 IPv4 / 0 IPv6 |
| operator docs | https://developer.amazon.com/amazonbot |
| last reviewed | 2026-09-01 |

## What blocking it costs you

Alexa and Amazon's assistants stop answering from your pages. Verify with reverse DNS to crawl.amazonbot.amazon before trusting the user-agent.

## Full user-agent string

```
Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/W.X.Y.Z Mobile Safari/537.36 (compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)
```

## Block it

```
User-agent: Amazonbot
Disallow: /
```

## Allow it

```
User-agent: Amazonbot
Allow: /
```

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