# Amazonbot

Amazon's crawler: what it does, robots.txt handling per the operator, and observed behaviour on this property.

- Operator: Amazon
- Purpose: Products and services; may train models | operator's words: "Amazonbot is used to improve our products and services. This helps us provide more accurate information to customers and may be used to train Amazon AI models."
- robots.txt token: `Amazonbot`
- Appears in access logs: yes
- User-agent: `Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1) Chrome/W.X.Y.Z Safari/537.36`
- robots.txt: Honors robots.txt. Amazon's own words: automated crawling from these listed user agents respects the Robots Exclusion Protocol, honoring the user-agent and the allow/disallow directives.
- IP list: https://developer.amazon.com/amazonbot/ip-addresses/
- Verification: Match the requesting IP against the published list. Questions go to amazonbot@amazon.com per the docs.
- Documentation: https://developer.amazon.com/amazonbot (read 2026-08-04)
- Note: The W.X.Y.Z in the user-agent string is Amazon's own placeholder for the Chrome version, printed here exactly as the docs publish it.

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

Observed on this property (logged since 2026-08-04):
- Not observed here yet.

---

Source: https://agentvisibilitytools.com/crawlers/amazonbot/ · HTML version of this page.
Full index: https://agentvisibilitytools.com/agents.md · JSON: https://agentvisibilitytools.com/api/tools
Free to quote with attribution to The Agent Visibility Directory, https://agentvisibilitytools.com.