Discover/amazon.co.uk API
live

amazon.co.uk APIamazon.co.uk

Search Amazon.co.uk products, fetch ASIN details, best sellers, and autocomplete suggestions via a single REST API. Returns prices, ratings, images, and more.

Endpoints
4
Updated
10d ago
Try it
Page number to fetch
Search keyword (e.g. 'wireless headphones', 'iPhone 16')
Sort criteria. Accepted values: 'price-asc-rank', 'price-desc-rank', 'review-rank', 'date-
Amazon search alias for category filtering (e.g. 'aps' for all departments, 'electronics',
api.parse.bot/scraper/030c9703-8c63-4893-a80c-3f0e0fbf3b71/<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/030c9703-8c63-4893-a80c-3f0e0fbf3b71/search_products?query=laptop' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 4 totalclick to expand

Search for products on Amazon.co.uk by keyword. Returns a paginated list of product cards with ASIN, title, price, rating, and other metadata. Note: prices may display in USD when the site detects international traffic.

Input
ParamTypeDescription
pageintegerPage number to fetch
queryrequiredstringSearch keyword (e.g. 'wireless headphones', 'iPhone 16')
sort_bystringSort criteria. Accepted values: 'price-asc-rank', 'price-desc-rank', 'review-rank', 'date-desc-rank', 'relevanceblender'
categorystringAmazon search alias for category filtering (e.g. 'aps' for all departments, 'electronics', 'books')
Response
{
  "type": "object",
  "fields": {
    "products": "array of product objects with asin, title, url, image_url, price, rating, reviews_count, is_prime",
    "total_results": "integer total number of results found"
  },
  "sample": {
    "data": {
      "products": [
        {
          "url": "https://www.amazon.co.uk/dp/B0BTJD6LCL",
          "asin": "B0BTJD6LCL",
          "price": "USD 35.11",
          "title": "Sony WH-CH520 Wireless Bluetooth On-Ear Headphones",
          "rating": "4.6",
          "is_prime": false,
          "image_url": "https://m.media-amazon.com/images/I/61rFE093esL._AC_UY218_.jpg",
          "reviews_count": null
        }
      ],
      "total_results": 22
    },
    "status": "success"
  }
}

About the amazon.co.uk API

This API covers 4 endpoints for Amazon.co.uk, letting you query the product catalogue by keyword, pull full product detail by ASIN, retrieve ranked best seller lists by category, and fetch autocomplete suggestions. The get_product_details endpoint alone returns over 10 fields including feature bullets, high-resolution images, availability status, and review count for any 10-character ASIN.

Search and Product Detail

The search_products endpoint accepts a query string and returns an array of product objects, each containing asin, title, price, rating, reviews_count, is_prime, and image_url, alongside a total_results count. You can filter by category using Amazon search aliases (e.g. electronics, books, aps for all departments) and sort results using sort_by values such as price-asc-rank, review-rank, or date-desc-rank. Pagination is supported via the page integer parameter.

The get_product_details endpoint takes a single asin and returns a full product record: title, brand, price, rating, review_count, availability, bullets (key feature bullet points as a string array), and an images array of high-resolution URLs. This is the right endpoint when you need the authoritative listing data rather than the condensed card returned by search.

Best Sellers and Autocomplete

get_best_sellers returns up to 30 ranked products for a given category slug. Each entry includes rank, asin, title, price, rating, and image_url. Omitting the category parameter fetches the overall best sellers list. The get_search_suggestions endpoint accepts a keyword prefix and returns an array of suggestion objects, each with a value (the suggestion text) and a type field, mirroring what a user sees in the Amazon search bar dropdown. The response also echoes back the alias and prefix used.

Known Behaviour

Prices in search_products results may display in USD when Amazon's infrastructure detects non-UK traffic patterns rather than GBP. Sellers with restricted or region-locked listings may show incomplete data. Product pages that require account sign-in to view are not accessible through these endpoints.

Common use cases
  • Track price changes on specific ASINs using get_product_details and storing the price field over time
  • Build a category-level best seller monitor by polling get_best_sellers daily across multiple category slugs
  • Power a UK e-commerce search widget with search_products filtered by category and sorted by review-rank
  • Populate a product comparison tool by fetching bullets, images, and rating for multiple ASINs in sequence
  • Analyse keyword trends using get_search_suggestions to see how Amazon autocompletes a given prefix
  • Seed a price intelligence database by combining search_products pagination with per-ASIN get_product_details calls
  • Identify top-ranked products in niche categories for affiliate or market research using get_best_sellers with specific category slugs
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.co.uk have an official developer API?+
Yes. Amazon offers the Product Advertising API 5.0 (PA-API), available at https://webservices.amazon.co.uk/paapi5/documentation/. It requires an approved Amazon Associates account and has its own access and usage terms. The Parse API here does not require an Associates account and exposes the same product data fields without the affiliate programme dependency.
What does `get_product_details` return beyond what `search_products` provides?+
search_products returns a condensed card per product: asin, title, price, rating, reviews_count, is_prime, and image_url. get_product_details adds brand, availability, bullets (an array of feature bullet points), and a full images array with multiple high-resolution URLs. It operates on a single ASIN, so it is suited for detail pages rather than list views.
Do prices always display in GBP?+
Not always. The search_products endpoint notes that prices may display in USD when Amazon detects international traffic. get_product_details returns a formatted price string as Amazon presents it, which can also vary. If consistent GBP pricing is critical, cross-verify against the url field returned with each product.
Does the API return customer reviews or Q&A content?+
Not currently. The API covers ratings (rating, review_count, reviews_count) and product metadata, but individual review text, review titles, reviewer names, and Q&A threads are not returned by any endpoint. You can fork this API on Parse and revise it to add a reviews endpoint targeting a specific ASIN.
Can I retrieve seller information or third-party offers for a product?+
Not currently. The endpoints return the primary listing data: price, availability, brand, and product attributes. Marketplace seller lists, third-party offer prices, and fulfilled-by-merchant details are not exposed. You can fork this API on Parse and revise it to add a sellers or offers endpoint for a given ASIN.
Page content last updated . Spec covers 4 endpoints from amazon.co.uk.
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.