GET keepa.com HTTP 200327 ms9.9 KB$0.000045 captured Aug 7, 2026
keepa.com, as data
One API turns any keepa.com 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 327 ms
- Page size
- 9.9 KB of markdown, 161 lines
- Fields
- Business Name, Address, Phone, Category and 1 more
- Captured
- Aug 7, 2026
Free balance on signup, no card. This keepa.com page cost $0.000045 to fetch.
The business type. Example: `Unternehmen in Privatbesitz`The share capital. Example: `25000`The name of the business representative. Example: `Max Mustermann`The email address of the business. Example: `info@keepa.com`The customer services address. Each entry of the array contains one address line. The last entry contains the 2-letter country code. Example: `["123 Main Street", "New York, NY", "10001", "US"]`### Ratings & feedbackThe time of the last rating data update of this seller, in Keepa Time minutes. Example: `2711319`Contains the rating counts for the last 30 days, 90 days, 365 days, and lifetime, in that order. Example: `[3, 10, 98, 321]`Contains the positive percentage ratings for the last 30 days, 90 days, 365 days, and lifetime, in that order. A positive rating is a 4 or 5-star rating. Example: `[96, 98, 98, 95]`Contains the negative percentage ratings for the last 30 days, 90 days, 365 days, and lifetime, in that order. A negative rating is a 1 or 2-star rating. Example: `[3, 1, 1, 3]`Contains the neutral percentage ratings for the last 30 days, 90 days, 365 days, and lifetime, in that order. A neutral rating is a 3-star rating. Example: `[1, 1, 1, 2]`Contains up to 5 of the most recent customer feedbacks. Only appears in the response if there is a value. Each feedback object contains:* `date`Integer — timestamp of the feedback, in Keepa Time minutes* `rating`Integer — the feedback star rating, value ranges from 10 (1 star) to 50 (5 stars)* `isStriked`Boolean — indicates whether the feedback is striked|A two-dimensional history array containing historical data for this seller. First dimension index:* **0** — `RATING`: the merchant's rating in percent, integer from 0 to 100* **1** — `RATING_COUNT`: the merchant's total rating count, integer What Spider does on keepa.com
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.
327 ms · $0.000045Page to JSON
Spider reads the page and names the fields. Pass your own schema when you need exact keys.
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://keepa.com/api-docs/seller-object.html", "return_format": "markdown"}' from spider import Spider
app = Spider()
params = {"return_format": "markdown"}
page = app.scrape_url("https://keepa.com/api-docs/seller-object.html", params=params)
print(page[0]["content"]) import { Spider } from "@spider-cloud/spider-client";
const app = new Spider();
const [page] = await app.scrapeUrl("https://keepa.com/api-docs/seller-object.html", {
return_format: "markdown",
});
console.log(page.content); What keepa.com costs
Multiplied from the measured 9.9 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 keepa.com.
The capture above took 327 ms and cost $0.000045. The same call takes any URL on keepa.com.