Live Amazon product, review, search, deal, offer/stock and seller data across 20 marketplaces.
Apiguru Amazon Data is a remote MCP server published at mcp.apiguru.app. It has been probed 6 times since 9/12/2026. It answered in 6 of them (100.0%), a near-uninterrupted record. Median response time is 1,109 ms, a delay an agent will notice. It offers a narrow, focused set of 12 tools. On the protocol side it speaks the 2026-07-28 stateless spec.
Can an LLM agent pick the right tool here — names, descriptions and parameter clarity are assessed.
product_details — Description truncated mid-sentence, omitting critical error semantics.search — Parameters like 'category_id' and 'min_price' have 'type': null, unclear input format.best_sellers — No explicit error handling or rate-limiting information in description.list_capabilities — Tool name is vague; 'capabilities' lacks clear definition in description.tools/list structure, inputSchema validity, and a functional smoke test — the components of the 0-100 score.
Tools the server advertised in the latest measurement — measured, not catalog-claimed.
product_detailsFetches the complete product record for one ASIN on one marketplace: title, price, star rating, rating count, images, description, feature bullets, variations and category. Price: $0.01 per call. 404 means the ASIN is absent from that marketplace and IS billed. 503 means our fetch failed and is NOT billed - retry. Bullet points and specs are what Amazon shows for the listing; on multi-variant listings they can describe the product family rather than the exact variant. A null field means Amazon did not show it.
asinstringrequiredgeostringcompactbooleanfieldsproduct_reviewsReturns the review block for one ASIN: overall star rating, total rating count, Amazon's 'customers say' AI summary, and the individual review list. Price: $0.01 per call. Same 404-billed / 503-not-billed semantics as product_details. Takes no filters: it returns the rating, rating count, the 'customers say' summary and the reviews Amazon shows on the product page itself. There is no paging, star filter or sort -- Amazon's review pages require a signed-in customer, and the API does not sign in. For per-star counts read the rating histogram on product_details.
asinstringrequiredgeostringmax_reviewsintegersearchSearch Amazon products by keyword. Filters: page, sort_by, category_id (browse node), min_price / max_price (decimals), product_condition (NEW / USED / RENEWED), brand, seller_id, today_deals and deal_type (coupons, all_discounts, buy_more_save_more). Every answer carries filters_applied, filters_ignored (with the reason) and available_filters for that marketplace. Price: $0.01 per call. Blank values and the literal string 'null' are treated as unset. Invalid page, sort_by, price, product_condition or deal_type is a free 400 naming the parameter and the allowed values. Condition and deal refinements use per-marketplace node ids captured from Amazon's own search pages; a marketplace that lacks one gets the unfiltered feed plus an entry under filters_ignored, never a silent empty page. `prod
querystringrequiredpageintegergeostringsort_bystringcategory_idmin_pricemax_priceproduct_conditionbrandseller_idtoday_dealsbooleandeal_typelimitintegercompactbooleanfieldsproduct_details_batchBatch variant of product_details. Accepts a comma-separated ASIN list, deduplicates it, and fetches all of them concurrently. Far cheaper and faster than N single calls. Price: $0.008 per item (max 20). Billed per ASIN processed, including ones that come back not-found. More than 20 ASINs returns 413. Bullet points and specs are what Amazon shows for the listing; on multi-variant listings they can describe the product family rather than the exact variant. A null field means Amazon did not show it.
asinsstringrequiredgeostringcompactbooleanfieldsoffers_stockReturns the current offer list per ASIN (seller, price, condition, buy-box winner) and, optionally, the actual purchasable stock quantity. Price: $0.015 per item (max 10). Billed per upstream Amazon request, which is more than one per ASIN when check_inventory is true. /scrape is a legacy alias for the same handler.
asinsstringrequiredgeostringcheck_inventorybooleanoffers_countstringconditionbest_sellersBest-seller rankings for a department of one marketplace, 50 per page. Every answer carries the department it resolved to and how (category_resolution: by slug, name or a fragment of a name, with a hint when a fragment such as 'shoes' landed on the whole 'Clothing, Shoes & Jewelry' department), available_categories (that marketplace's departments with slugs) and available_subcategories (the children of the node shown, with the ids subcategory_code takes). On amazon.com subcategory_code also takes any browse node id at any depth, or a name resolved under the department ("women's shoes", "mules & clogs"); category.subcategory_path gives the node's full path and category.heading the page's own title line. Price: $0.01 per call. No required parameters - calling it bare returns US appliances pa
categorystringsubcategory_codepageintegergeostringlimitintegercompactbooleanfieldsdealsReturns the current Amazon deals feed: ASIN, title, deal price, list price, discount, deal badge, start/end time and product links. Filter by department (categories), brand id (brands), rating cut-off, price bounds, minimum discount and Prime program. Every answer carries available_filters (the category and brand ids this marketplace accepts, with names), filters_applied / filters_ignored (what took effect) and next_offset (the next page, null when the feed ends). Price: $0.01 per call. Filters are by id: categories takes a department id or name, brands takes brand ids only; available_filters in every answer lists both with names, and filters_applied / filters_ignored report what Amazon honoured. A page is 30 rows; page with offset=next_offset (null when exhausted); total_count caps at 500
geostringoffsetintegercategoriesbrandsmin_product_star_ratingmin_pricemax_pricemin_discountmax_discountprime_exclusivebooleanprime_early_accessbooleanlimitintegercompactbooleanfieldsseller_profile_batchReturns the storefront profile for each seller id: business name, rating, feedback counts, address and marketplace presence. Price: $0.012 per item (max 10). Seller ID validation is all-or-nothing: one malformed id rejects the entire request with 400.
seller_idsstringrequiredgeostringseller_productsProducts listed by a seller: a storefront search. Takes the same filters as search -- query, page, sort_by, category_id, min_price / max_price, product_condition, brand, today_deals, deal_type -- and answers with filters_applied, filters_ignored and available_filters like search does. Price: $0.01 per call. Unlike seller_profile_batch, seller_id format is not pattern-validated here. metadata.total_pages says how far page goes (48 rows a page). Invalid sort_by, price, product_condition or deal_type is a free 400 that lists the allowed values.
seller_idstringrequiredquerypageintegergeostringsort_bystringcategory_idmin_pricemax_priceproduct_conditionbrandtoday_dealsbooleandeal_typelimitintegercompactbooleanfieldsseller_reviewsReturns paginated seller feedback, optionally filtered to a star-rating window. Price: $0.01 per call. from_rating and to_rating are optional; omit both for unfiltered feedback. A page holds 5 reviews and the answer carries current_page and has_next_page; Amazon exposes no total, so page until has_next_page is false (up to page 100).
seller_idstringrequiredpageintegerfrom_ratingto_ratinggeostringlimitintegercompactbooleanfieldslist_capabilitiesList every Apiguru endpoint with its price, required parameters and supported marketplaces, plus your current access mode, cache and session budget. Free: answers locally with no network request and no charge. Call this before paid tools if you need to plan.
send_feedbackReport a bug, ask for a field, or say what would make this API more useful. Free: never billed, no API key needed. Prefer GitHub if you have an account -- an issue at https://github.com/apiguru-app/agent-kit/issues gets a reply on the thread, this wall does not. Use this tool when you have no GitHub account or nothing to attach one to. message: what happened or what you want. Be specific: the tool, the parameters, the field, what you expected, what you got, and the request_id from the answer. One issue per entry -- a five-point list cannot be closed point by point. category: bug | wish | praise | question | other endpoint: which tool or path it is about, e.g. "search".
messagestringrequiredcategorystringendpointstringagentstringcontactstringDerived by comparing consecutive probes — changes in era, protocol version, build and reachability.
Add this badge to your README — it updates automatically as measurements change.
[](https://mcpmetrics.io/servers/app-apiguru-amazon-data)<a href="https://mcpmetrics.io/servers/app-apiguru-amazon-data"><img src="https://mcpmetrics.io/badge/app.apiguru/amazon-data/era.svg" alt="mcpmetrics"></a>You are seeing the last 7 days. Sign up for the full history. Which check failed and why is in the dashboard.
Sign up free to seeThe catalog entries whose name and description are closest to this one, found with the same index the search box uses.
Real-time Amazon product, seller, and search data for AI agents across 21 marketplaces.
Amazon Reviews Scraper extracts ratings, review text, author, date, verified purchase status…
Browser automation for AI agents that returns the answer, not a screenshot: live prices, stock and availability, search results, quotes, fares, bookings, and data behind a form or a login. An MCP server that runs the real task on the real website and extracts structured data from the live page, with no browser to drive and no API keys. Search a site, price a product, drive a configurator, start a booking. Covers flights, hotels, car hire, PC parts and insurance across sites including Kayak, Google Flights, Newegg, Micro Center, B&H Photo, Marriott and Hilton. Call get_library for the typed function library, then run a short JavaScript script written against it. Free tier, no signup.
Search hotels & rentals: live prices & reviews across Booking.com, Airbnb, Vrbo & Google Hotels.
Web search, scraping, Google Trends and data lookups. Paid per call in USDC on Base via x402.
Read-only Tudetic product search and vehicle compatibility with safe public pricing.
| Run | Era | Modern | ms | Legacy | ms | Versions |
|---|---|---|---|---|---|---|
| 2026-09-13 01:33:33 | Dual-era | 200 | 563 | 200 | 561 | 2026-07-28 |
| 2026-09-12 23:31:36 | Dual-era | 200 | 1109 | 200 | 1109 | 2026-07-28 |
| 2026-09-12 21:29:15 | Dual-era | 200 | 1827 | 200 | 1827 | 2026-07-28 |
| 2026-09-12 19:27:29 | Dual-era | 200 | 125 | 200 | 123 | 2026-07-28 |
| 2026-09-12 17:24:09 | Dual-era | 200 | 1047 | 200 | 1044 | 2026-07-28 |
| 2026-09-12 15:21:42 | Dual-era | 200 | 2356 | 200 | 2356 | 2026-07-28 |
Each block is one measurement round. Green: working response. Amber: responded but the server was returning errors (5xx). Red: no response at all.
Each cell is one probe run. Faded cells are incomplete probes — one leg did not answer, so the era is inconclusive.
The two probe legs separately: modern server/discover and legacy initialize.
Comments
Sign in to write a comment
No comments yet. Be the first.