Argos Query Command (/argos)
This section describes the /argos command
Last updated
This section describes the /argos command
Last updated
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.
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.
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)
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.
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.
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.
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.
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.
Once you download the CSV it will come formatted as shown here:
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.