Discover/amazon.com.br API
live

amazon.com.br APIamazon.com.br

Search products, fetch details, retrieve bestsellers, deals, and price analytics from Amazon Brazil (amazon.com.br) via a structured REST API.

Endpoints
6
Updated
3mo ago
Try it
Page number for pagination.
Sort order. Accepted values: relevanceblender, price-asc-rank, price-desc-rank, review-ran
Search keyword (e.g. 'notebook', 'fone bluetooth').
Category node ID to filter results (e.g. '16209062011' for electronics).
api.parse.bot/scraper/1e3016b1-c517-4412-a8fb-e27f98358908/<endpoint>
Ready to send
Fill in the parameters and hit sign in to send to see live response data here.
Use it in your codegrab a free API key at signup
curl -X GET 'https://api.parse.bot/scraper/1e3016b1-c517-4412-a8fb-e27f98358908/search_products?page=1&sort=relevanceblender&query=notebook' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 6 totalclick to expand

Search for products on Amazon Brazil by keyword. Returns a paginated list of products with name, price, original price, rating, review count, and Prime eligibility.

Input
ParamTypeDescription
pageintegerPage number for pagination.
sortstringSort order. Accepted values: relevanceblender, price-asc-rank, price-desc-rank, review-rank.
queryrequiredstringSearch keyword (e.g. 'notebook', 'fone bluetooth').
node_idstringCategory node ID to filter results (e.g. '16209062011' for electronics).
Response
{
  "type": "object",
  "fields": {
    "items": "array of product objects with asin, name, url, price, original_price, rating, review_count, prime"
  },
  "sample": {
    "data": {
      "items": [
        {
          "url": "https://www.amazon.com.br/Notebook-Intel-Celeron-Laptop-1920x1080/dp/B0FPL3ZXTV/ref=sr_1_1",
          "asin": "B0FPL3ZXTV",
          "name": "Notebook Intel Celeron 8gb Ram 256 Gb Ssd Laptop 1920x1080 FHD 14in",
          "price": 1747.05,
          "prime": false,
          "rating": 4,
          "review_count": 164,
          "original_price": 1839
        }
      ]
    },
    "status": "success"
  }
}

About the amazon.com.br API

This API exposes 6 endpoints for querying Amazon Brazil (amazon.com.br), returning product data including prices in BRL, Prime eligibility, ratings, and review counts. The search_products endpoint accepts keyword queries with optional category node filtering and four sort modes. Complementary endpoints cover product details by ASIN, bestseller rankings by category, live deals with discount percentages, and aggregate price statistics across a search result page.

Product Search and Details

The search_products endpoint accepts a required query string (e.g. 'notebook' or 'fone bluetooth') and optional parameters including page for pagination, sort for ordering (relevanceblender, price-asc-rank, price-desc-rank, review-rank), and node_id to filter by a specific Amazon Brazil category tree. Each item in the response carries asin, name, url, price, original_price, rating, review_count, and a prime boolean. The get_product_details endpoint targets a single asin and returns the same field set with prices denominated in BRL.

Bestsellers, Deals, and Price Analytics

The get_bestsellers endpoint accepts a category string (e.g. electronics, books, games, or their Portuguese equivalents) and returns a ranked list where each item includes a rank field alongside the standard product fields. The get_deals endpoint requires no inputs and returns current promotions from Amazon Brazil; where both price and original_price are present, the response also includes a discount_percent field. The calculate_category_average_price endpoint takes a query string and analyzes the first page of matching results, returning average_price, min_price, max_price, and total_products — all prices in BRL.

Review Data

The get_product_reviews endpoint accepts an asin and returns rating, review_count, and product_name. Individual review text, reviewer names, and per-review metadata are not available — the reviews array in the response is always empty. This endpoint is useful for tracking aggregate sentiment signals (star rating and volume) without needing individual review content.

Common use cases
  • Monitor BRL price fluctuations on specific ASINs for currency-adjusted international pricing research
  • Build a bestseller tracker across Amazon Brazil categories using get_bestsellers rank fields
  • Aggregate daily deal data with discount_percent for a deals newsletter or price alert service
  • Compare average category prices across multiple queries using calculate_category_average_price for market positioning
  • Filter Prime-eligible products within a keyword search to surface fast-shipping inventory for Brazilian customers
  • Track rating and review count trends over time for a product ASIN using get_product_reviews
  • Scope a product catalog for a specific Amazon Brazil category node using the node_id parameter in search_products
Pricing & limitsSee full pricing →
TierPriceCredits/monthRate limit
Free$0/mo1005 req/min
Hobby$30/mo1,00020 req/min
Developer$100/mo5,000250 req/min

One credit = one API call regardless of which marketplace API you call. Exceeding the rate limit returns a 429 response. Authenticate with the X-API-Key header.

Frequently asked questions
Does Amazon Brazil have an official developer API?+
Amazon offers the Amazon Product Advertising API (PA API 5.0) globally, including for amazon.com.br, at https://webservices.amazon.com/paapi5/documentation/. It requires an Associates account and approval. This Parse API provides product search and price data without requiring an Associates relationship.
What does `get_product_reviews` actually return?+
It returns aggregate signals only: rating (average stars out of 5), review_count (total number of reviews), and product_name. The reviews array is always empty — individual review text, reviewer identities, and per-review ratings are not included in the response.
Are seller information or third-party listings available?+
Not currently. The API returns product-level data (price, name, ASIN, Prime status) but does not expose seller names, marketplace seller IDs, fulfillment type breakdown, or multiple offer listings for a single ASIN. You can fork this API on Parse and revise it to add a seller-offers endpoint if that data is needed.
How fresh is the deals data returned by `get_deals`?+
The get_deals endpoint reflects current promotions at the time of the API call. Amazon Brazil's deals inventory changes throughout the day (Lightning Deals have fixed windows), so repeated calls at different times may return different items and discount percentages. There is no historical deals archive in this API.
Can I retrieve product images or full product descriptions?+
Not currently. The API returns textual fields — name, price, rating, review count, URL, and Prime status — but does not include image URLs, bullet-point feature lists, or long-form product descriptions. You can fork this API on Parse and revise it to add those fields as an additional endpoint.
Page content last updated . Spec covers 6 endpoints from amazon.com.br.
Related APIs in EcommerceSee all →
mouser.com API
mouser.com API
bigbasket.com API
Browse and search BigBasket's online grocery catalog. Retrieve product details, pricing, stock availability, category trees, search suggestions, homepage promotions, and delivery coverage — all in one API.
woocommerce.com API
Browse and search thousands of WooCommerce extensions, themes, and business services from the official marketplace while accessing detailed product information, user reviews, and ratings. Integrate marketplace data, blog content, and documentation directly into your applications to help users discover and learn about WooCommerce solutions.
bilbasen.dk API
Search Denmark's largest car marketplace to find vehicles by make and model, then access detailed pricing and technical specifications including emissions, weight, MSRP, battery size, and equipment details. Get comprehensive car listings and full specs to compare vehicles on Bilbasen.dk.
leroymerlin.fr API
Search and browse Leroy Merlin France's complete product catalog to find items by category, view pricing, product details, and compare offerings from Leroy Merlin and their online partners. Access real-time product information including names, IDs, URLs, and seller details to help you discover and evaluate home improvement and DIY products.
lowes.com API
Search and browse products from Lowe's, including product listings by category, detailed product information, and pricing. Retrieve comprehensive details on specific items to compare options and make informed purchasing decisions.
vivino.com API
Search and discover wines across thousands of options while accessing detailed information like user reviews, pricing, winery profiles, and food pairing recommendations. Explore grape varieties, compare wines side-by-side, and find the perfect bottle based on ratings and availability.
lazada.co.th API
Search for products and browse categories on Lazada Thailand to find detailed information like prices, descriptions, and availability. Discover items by keyword or category to compare specifications and make informed purchasing decisions.