← AI crawler directory
AI training
Amazonbot
AmazonHonours robots.txt
Crawls public content to improve Amazon products and services, and may be used to train Amazon's AI models. (Alexa's on-demand answering uses a separate agent, Amzn-User.) Blocking removes your content from Amazon's crawl for products, services and model training.
User-agent string
Mozilla/5.0 (compatible; Amazonbot/0.1; +https://developer.amazon.com/support/amazonbot)
How to verify it
Amazon's published Amazonbot IP list at developer.amazon.com/amazonbot.
What blocking costs
Blocking removes your content from Amazon's crawl for products, services and model training.
robots.txt rule
# Block Amazonbot
User-agent: Amazonbot
Disallow: /
# Allow everything else
User-agent: *
Allow: /Robots.txt is enough
Amazon documents Amazonbot as honouring robots.txt. Verify with your logs after deploying — a spoofed agent will keep coming.
Generate a full robots.txt
Pick which AI crawlers to allow or block across all 42 agents and copy the file out.
Open the generator →