Amazonbot
Amazon · Model training · robots.txt token amazonbot
What it is definition
Crawls for Amazon product and Alexa answers and may use the content to train Amazon AI models.
Amazonbot is operated by Amazon and classified here as model training. These agents collect text and images that may end up in a training corpus. Disallowing one withholds new content from the next model. It does not withdraw anything collected before the disallow, and it does not remove the site from any answer engine.
Disallowing amazonbot withholds content crawled from that point on from Amazon's training data. It does not withdraw pages collected in earlier crawls, it does not reach copies already sitting in third-party datasets, and it does not remove the site from any answer surface.
- robots.txt token
- amazonbot
- Operator
- Amazon
- Purpose
- Model training
- Honors robots.txt
- yes
- Documentation
- https://developer.amazon.com/amazonbot
Identity on the wire exact string
Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1) Chrome/W.X.Y.Z Safari/537.36
curl -A 'Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amazonbot/0.1) Chrome/W.X.Y.Z Safari/537.36' https://example.com/
Replace the host with your own. A 403, a challenge page or an empty body means the edge is blocking the agent whatever robots.txt says.
How to allow it, how to block it robots.txt
User-agent: amazonbot
Allow: /
Absent any rule, the agent is already allowed, so this group only matters when your * group disallows something. Naming the agent replaces the * group for it entirely, so repeat here every disallow you still want to apply to it.
User-agent: amazonbot
Disallow: /
Disallowing amazonbot withholds content crawled from that point on from Amazon's training data. It does not withdraw pages collected in earlier crawls, it does not reach copies already sitting in third-party datasets, and it does not remove the site from any answer surface.
Sites that block it 60 shown
Compare Amazon
Amazon runs 3 agents in this registry, and they do different jobs. Blocking one says nothing about the others.
Common questions answered
Does blocking Amazonbot remove me from Alexa and Amazon search?
No, not by itself. Amazonbot collects content for training, not for the index that answers questions. Amazon's answer surfaces are governed separately by amzn-searchbot and amzn-user, which stay allowed unless you disallow them too. Content collected before the disallow is not withdrawn.
How do I verify Amazonbot requests are genuine?
Amazon documents reverse DNS verification. The source address must resolve to a host under amazonbot.amazon, and a forward lookup of that host must return the same address.
Check your own site free
See whether your robots.txt admits Amazonbot today, and whether your edge agrees with it.