Amazonbot
Amazon's first-party web crawler for its Alexa Voice service and Amazon Q (the enterprise AI assistant). Used to fetch pages Alexa cites in voice answers and that Amazon Q references in its responses.
Specs
| Vendor | Amazon |
| Category | FETCH |
| robots.txt token | Amazonbot |
| Renders JavaScript | partial JS |
| Honors robots.txt | yes |
| IP-range source | https://developer.amazon.com/amazonbot/ip-addresses/ |
User-Agent string
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot) Chrome/119.0.6045.214 Safari/537.36Considerations
- Distinct from Amazon's commerce crawlers (which crawl seller feeds, not the open web).
- JS-rendering capability is not explicitly documented on Amazon's developer page; the Chrome-token in the UA suggests a Chromium-based fetcher, but treat the rendering behavior as unverified until Amazon publishes a definitive answer.
- Moderate volume — not continuous.
robots.txt recipe
User-agent: Amazonbot
Allow: /
Sources: Amazon Developer · Amazonbot