Discover/argos.co.uk API
live

argos.co.uk APIargos.co.uk

Search, browse, and retrieve product details from Argos UK. Access prices, reviews, promotions, category navigation, and store stock via 5 endpoints.

Endpoints
5
Updated
10d ago
Try it
Page number for pagination.
Sort order. Accepted values: Relevance, PriceAsc, PriceDesc, TopRated.
Search keyword (e.g. 'laptop', 'gaming chair')
api.parse.bot/scraper/01541198-68b1-4b54-9e28-1fe4fec44226/<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/01541198-68b1-4b54-9e28-1fe4fec44226/search_products?page=1&sort=Relevance&query=laptop' \
  -H 'X-API-Key: $PARSE_API_KEY'
All endpoints · 5 totalclick to expand

Search for products by keyword with optional pagination and sorting. Returns up to 60 products per page.

Input
ParamTypeDescription
pageintegerPage number for pagination.
sortstringSort order. Accepted values: Relevance, PriceAsc, PriceDesc, TopRated.
queryrequiredstringSearch keyword (e.g. 'laptop', 'gaming chair')
Response
{
  "type": "object",
  "fields": {
    "version": "string, data format version",
    "products": "array of product objects with id, title, and other attributes",
    "totalPages": "integer, total number of pages available",
    "currentPage": "integer, current page number",
    "totalNumberOfAllProducts": "integer, total matching products count"
  },
  "sample": {
    "data": {
      "version": "1.0",
      "products": [
        {
          "id": "7728660",
          "title": "HP 14s-dq3001na 14in Intel Celeron 4GB 64GB Laptop - Black"
        },
        {
          "id": "7931426",
          "title": "HP 14-em0018na 14 Inch AMD Athlon 4GB 128GB Laptop - Black"
        }
      ],
      "totalPages": 6,
      "currentPage": 1,
      "totalNumberOfAllProducts": 353
    },
    "status": "success"
  }
}

About the argos.co.uk API

The Argos UK API gives developers access to 5 endpoints covering product search, category browsing, product details, category navigation, and store stock availability. The search_products endpoint returns up to 60 products per page with sorting by relevance, price, or rating, while get_product_details returns structured attributes including brand, pricing, delivery and collection flags, review statistics, and active promotions.

Product Search and Browsing

The search_products endpoint accepts a query string and optional page and sort parameters. Accepted sort values are Relevance, PriceAsc, PriceDesc, and TopRated. The response includes a products array alongside totalPages, currentPage, and totalNumberOfAllProducts — enough to build full paginated result sets. The browse_category endpoint takes a category_slug and category_id pair (discoverable via get_categories) and behaves differently depending on category type: leaf categories return a products array with filters and breadcrumbs, while hub categories return a subcategories array and an empty products array.

Product Details and Related Data

get_product_details takes a single product_id and returns a data object containing the product's name, brand, description, deliverable and collectable booleans, and price information, plus a relationships block. The included array contains related resources: prices, review statistics, and any active promotions attached to the product. This makes it straightforward to surface availability modes and promotional state alongside core listing data.

Category Navigation and Store Stock

get_categories requires no inputs and returns the full top-level and nested category structure from the Argos homepage, with each entry carrying a name and url field usable directly as category_slug input. check_stock_by_postcode accepts a UK postcode and product_id and returns a stores array indicating nearby store availability. Note that this endpoint is documented as intermittently blocked by site protection, so applications relying on it should handle failure cases.

Common use cases
  • Build a UK retail price tracker that monitors Argos product prices over time using get_product_details
  • Aggregate Argos promotions and active deals by polling included promotion resources from product detail responses
  • Create a product comparison tool using brand, price, and review statistics from get_product_details
  • Map the full Argos category hierarchy for site navigation or taxonomy analysis using get_categories and browse_category
  • Check in-store stock availability at nearby Argos locations for a given product using check_stock_by_postcode
  • Build a search results page or shopping feed filtered and sorted by price or rating via search_products
  • Identify top-rated products within a specific Argos leaf category using browse_category with the TopRated sort
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 Argos have an official public developer API?+
Argos does not publish a public developer API for product data, categories, or stock availability. There is no documented API key program or official developer portal for third-party access.
What does browse_category return for hub categories versus leaf categories?+
For hub (CLP) pages — top-level or mid-level categories — the response returns a subcategories array and an empty products array. For leaf (PLP) pages — the deepest navigable categories — it returns a populated products array along with filters, breadcrumbs, categoryName, and totalProducts. Use get_categories to find valid category_slug and category_id pairs before calling this endpoint.
Does check_stock_by_postcode always return reliable results?+
Not always. The endpoint is documented as intermittently blocked by site protection, meaning requests may fail without a consistent error pattern. Applications should treat this endpoint as best-effort and implement retry or fallback logic rather than assuming a response on every call.
Does the API expose Argos seller marketplace data or third-party seller listings?+
Not currently. The API covers first-party Argos product listings, prices, promotions, and store stock. Argos does operate a marketplace with third-party sellers, but that data is not exposed by these endpoints. You can fork this API on Parse and revise it to add an endpoint targeting marketplace seller data.
Can I retrieve individual customer review text through these endpoints?+
Not currently. The get_product_details endpoint returns review statistics (aggregate rating data) via the included array, but individual review text and reviewer details are not returned. You can fork this API on Parse and revise it to add a dedicated reviews endpoint that returns per-review content.
Page content last updated . Spec covers 5 endpoints from argos.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.
Argos UK API – Products, Categories & Stock · Parse