Amzn-SearchBot
Amazon · AI search · robots.txt: Yes
Crawls the web for search experiences in Amazon products such as Alexa; Amazon says it does not crawl content for generative AI model training.
Block Amzn-SearchBot
User-agent: Amzn-SearchBot
Disallow: /
Amazon says allowing Amzn-SearchBot makes your content eligible for search experiences such as Alexa, so blocking it gives that up. It has no training role to opt out of.
Allow Amzn-SearchBot
User-agent: Amzn-SearchBot
Allow: /
An allow group only changes anything if a broader rule would block Amzn-SearchBot. Under the robots.txt standard (RFC 9309, section 2.2.1) a crawler follows the group that names it and uses the User-agent: * group only when no group does — so this group lets it in even if your * group says Disallow: /. Token matching is case-insensitive.
Put these lines in /robots.txt at the root of each host (each subdomain has its own file). robots.txt is a request to well-behaved crawlers, not access control.
Facts
- Operator
- Amazon
- Purpose
- AI search index
- Obeys robots.txt
- Yes. Amazon says it honours robots.txt, and that if your robots.txt does not mention Amzn-SearchBot but allows other search bots, it follows the rules given to those other search bots. It does not support Crawl-delay.
- In your server logs
- The user-agent string contains "Amzn-SearchBot/0.1".
- How to verify it
- Match the request's IP address against Amazon's published Amzn-SearchBot IP list.
Published list: developer.amazon.com/amazonbot/searchbot-ip-addresses/ — 816 IPv4 ranges when we fetched it, list dated 8 Sep 2026. Always match against the live list; operators update them.
What Amazon says
Quoted word for word from the operator's documentation.
“Amzn-SearchBot is used to improve search experiences in Amazon products and services. By permitting Amzn-SearchBot access to your website, your content is eligible to appear in search experiences such as Alexa. If robots.txt files don’t mention Amzn-SearchBot but allow other search bots, Amzn-SearchBot will crawl in accordance with the robots.txt directives given to other search bots. Amzn-SearchBot does not crawl content for generative AI model training.”
“They do not support the crawl-delay directive.”
“Example User Agent String: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amzn-SearchBot/0.1) Chrome/W.X.Y.Z Safari/537.36”
“Published IP Addresses:”
Sources
- Amazon Developer: About Amazonbot — fetched and checked 2026-09-22
- Amazon Developer: Amzn-SearchBot IP addresses — fetched and checked 2026-09-22