Page cover image

Argos Query Command (/argos)

This section describes the /argos command

This command allows you to query Argos Stocks and locations using stock-keeping units (SKUs). The command provides you with an array of data in regard to the product and store details.

Usage

Firstly we need to build our command including parameters. Two parameters are easy enough they are your postcode for example SW1A 2AA and if we would like our results to be shared publicly or privately for this example I am choosing true for it to be public. The key part of our parameters is the product we would like information on to use the bot you will need to provide an SKU (Stock Keeping Unit).

To find an SKU is simple you either go to the URL and look for digits after "product/" which you can then copy into the SKU parameter.

Argos URL of our desired product
Argos URL of our desired product

You can also go to the listing in-store or on the site and near the name of the product will be a numeric value with a forward slash (/) in it in my example 112/8716. If we remove the forward slash we now have a complete SKU (1128716)

Argos Product Example
Argos Product Example

Once we have this product identifier (SKU) we can now structure our command properly as shown below. Please note you do not need to enter the forward slash into the SKU parameter.

Example /argos command with parameters SW1A 2AA, 1128716 and True
Example /argos command with parameters SW1A 2AA, 1128716 and True

When we enter this command the bot will start processing the search for the product in your area. If the bot fails to find any stock in your area or there is an issue with the search it will throw up a failed prompt with an error code and description.

Processing Search Example
Processing Search Example
Failed Search Example
Failed Search Example

Since the product we are originally searching for is no longer in stock we will search for another product that is also of interest to us. For this example, we will use an Amazon Echo. Please note we need to change the SKU to the new product.

Amazon Echo, SKU 1245785
Amazon Echo, SKU 1245785

We now establish our new command "/argos postcode: SW1A 2AA sku: 1245785 public: true" and run it. It'll go through the processing search and will then provide assuming the search has no faults a completed message with some details.

Search Completed Example

Shortly followed by another message saying how many stores have been listed and that there will be a CSV file you can download and import into a spreadsheet.

Example store listing
Example store listing
CSV example in Discord

Once you download the CSV it will come formatted as shown here:

Exported CSV

The three parameters of this command are below:

  • Postcode - This is the postcode of your area to gain accurate stock levels in surrounding stores.

  • SKU - This is the stock-keeping unit of the product you wish to search for at Argos.

  • Public - This defines whether your results will be posted for everyone to see, or just for yourself.

Last updated