GET amazonbot.amazon HTTP 200150 ms4.5 KB$0.000551 captured Aug 7, 2026
amazonbot.amazon, as data
One API turns any amazonbot.amazon page into markdown, structured JSON, its link graph or a screenshot, and crawls the whole site the same way. The panel shows the real response we captured.
- Render mode
- Plain HTTP, no browser needed
- Response
- HTTP 200 in 150 ms
- Page size
- 4.5 KB of markdown, 66 lines
- Fields
- Business Name, Address, Phone, Category and 2 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This amazonbot.amazon page cost $0.000551 to fetch.
This page describes how webmasters can control Amazonbot, Amzn-SearchBot, and Amzn-User interactions with their site. Each user agent setting is independent of the others, and may take ~24 hours for our systems to reflect changes.**Published IP Addresses: **https://developer.amazon.com/amazonbot/searchbot-ip-addresses/### **Amzn-User**Amzn-User supports user actions, such as responding to Alexa queries that require up-to-date information. For example, when a customer asks a question, Amzn-User may fetch live information from the web to provide accurate answers on the user’s behalf. Because actions taken by Amzn-User can be initiated by a user, it may not follow all robots.txt directives.Amzn-User does not crawl content for generative AI model training.**Example User Agent String:** *Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Amzn-User/0.1) Chrome/W.X.Y.Z Safari/537.36***Published IP Addresses: **https://developer.amazon.com/amazonbot/live-ip-addresses/### **Our Approach to Robots.txt**Automated crawling from these listed user agents respects the Robots Exclusion Protocol, honoring the user-agent and the allow/disallow directives. They will fetch host-level robots.txt files or use a cached copy from the last 30 days. When a file can’t be fetched, they will behave as if it does not exist.These user agents attempt to read robots.txt files at the host level (for example *example.com*), so they look for robots.txt at *example.com/robots.txt*. If a domain has multiple hosts, then they will honor robots rules exposed under each host. For example, if there is also a *site.example.com* host, they will look for robots.txt at *site.example.com/robots.txt.*When these user agents access web pages they respect the link-level rel=nofollow directive, and page level robots meta tags of noarchive (do not use the page for model training), noindex (do not index the page) and none (do not index the page). They do not support the crawl-delay directive.### **Contact Us**If you are a content owner or publisher and have questions, please contact us at amazonbot@amazon.com. Always include any relevant domain names in your message. What Spider does on amazonbot.amazon
Same key, five endpoints. The numbers under a cell were measured on this page.
Page to markdown
Clean text for RAG and LLM context, boilerplate removed. The lane that runs without a key.
150 ms · $0.000551Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
Whole site
Follows amazonbot.amazon's own links, respects robots, streams pages as they land.
Rendered capture
Real Chromium, full-page PNG. The same call also returns the rendered HTML.
The call behind the panel
This request produced the response above. Paste it with your key and you get the same bytes.
curl -X POST https://api.spider.cloud/scrape \
-H "Authorization: Bearer $SPIDER_API_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://amazonbot.amazon/", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://amazonbot.amazon/", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://amazonbot.amazon/", {
return_format: "markdown",
});
console.log(page.content); What amazonbot.amazon costs
Multiplied from the measured 4.5 KB page. Estimates round to the cent.
1 GB of transfer costs $1, plus $0.001 per CPU minute, and failed requests cost $0. Crawling daily? The Unlimited plan is a flat monthly rate.
Point this at the rest of amazonbot.amazon.
The capture above took 150 ms and cost $0.000551. The same call takes any URL on amazonbot.amazon.