Argos Scraper avatar

Argos Scraper

Pricing

from $0.20 / 1,000 products

Go to Apify Store
Argos Scraper

Argos Scraper

Scrape Argos.co.uk products from departments, categories, search results or product links. Get prices, was-prices, offers, brands, ratings and links, plus optional full product details (EAN, stock, images, variants) and customer reviews. Scan the whole catalogue in one run.

Pricing

from $0.20 / 1,000 products

Rating

0.0

(0)

Developer

Coder

Coder

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Scrape Argos.co.uk products from whole departments, category pages, search results or individual product links. Get the name, price, was-price, discount, offer text, brand, rating, review count, delivery cost and link for every product — and add full product details or customer reviews with one switch.

Scan a single category in seconds or the entire Argos catalogue in one run. Results appear in your dataset while the run is still going.

What can this Argos scraper do?

  • 🏬 Scrape whole departments or the entire catalogue — pick Technology, Home and furniture, Toys and more, or choose All departments. Every sub-category is collected automatically.
  • 🔗 Scrape any category link — paste links straight from your browser, from big departments down to narrow categories like Laptops or Air fryers.
  • 🔍 Scrape Argos search results — type keywords exactly as you would in the Argos search bar.
  • 📦 Scrape individual products — by link or 7-digit catalogue number.
  • 📝 Full product details — description, EAN barcode, stock and delivery flags, click & collect, dimensions, images, breadcrumbs and colour/size variants.
  • Customer reviews — rating, title, text, author, date and helpful votes, newest first.
  • 💷 Price and sale filters — keep only products in a price range or on sale. Filtered-out products are not charged.
  • Fast and reliable at scale — scan hundreds of categories in one run, with results streaming in as they are found.

What data can you extract from Argos?

FieldExample
Product nameNinja Pro AF140UK 4.7L Air Fryer - Black
Catalogue number4014016
Price / was-price£79.99 / £89.99
Discount11.11%
Offer textSave £10.00
BrandNinja
Rating / reviews4.89 / 804
Delivery cost£4.95 (or free delivery)
Category / search termAir fryers / "air fryer"
Link and imageargos.co.uk/product/4014016
With full details:description, EAN, in stock, deliverable, click & collect, dimensions, all images, breadcrumbs, variants
With reviews:rating, title, text, author, date, recommended, helpful votes

How to scrape Argos

  1. Click Try for free.
  2. Pick one or more Departments, or paste Category links, Search terms or Product links — you can combine them.
  3. Set Maximum products per category or search (0 = everything).
  4. Optionally turn on Include full product details and/or Include customer reviews, and set filters.
  5. Click Start and watch results arrive in the Output tab. Download as JSON, CSV, Excel or HTML, or use the API.

Input example

{
"categoryUrls": [
"https://www.argos.co.uk/browse/technology/laptops-and-pcs/laptops/c:30049/"
],
"searchTerms": ["air fryer"],
"productUrls": ["https://www.argos.co.uk/product/9418064"],
"maxProductsPerSource": 100,
"includeDetails": false,
"includeReviews": false,
"onlyOnSale": false
}

To scan the whole catalogue:

{
"departments": ["all"],
"maxProductsPerSource": 0
}

Output example

{
"productId": "4014016",
"name": "Ninja Pro AF140UK 4.7L Air Fryer - Black",
"url": "https://www.argos.co.uk/product/4014016",
"imageUrl": "https://media.4rgos.it/i/Argos/4014016_R_Z001A",
"price": 79.99,
"wasPrice": 89.99,
"discountPercent": 11.11,
"specialOffer": "Save £10.00",
"clearance": false,
"brand": "Ninja",
"rating": 4.89,
"reviewCount": 804,
"deliveryCost": 4.95,
"freeDelivery": false,
"category": "Air fryers and fryers",
"searchTerm": "air fryer",
"position": 2,
"scrapedAt": "2026-09-19T18:34:11.835Z"
}

With full product details on, each product also gets description, ean, inStock, deliverable, collectable, maxQuantity, images, breadcrumbs, variants, dimensions and energy. With reviews on, it gets a reviews list:

{
"reviewId": "1230003376",
"rating": 5,
"title": "Good all rounder",
"text": "Have been using for a few weeks now and so far it's proving to be very useful...",
"author": "Cook65",
"submittedAt": "2026-09-17T11:10:59.000+00:00",
"recommended": true,
"helpfulYes": 0,
"helpfulNo": 0
}

The Overview tab in Output shows the main columns; All fields shows everything, including details and reviews.

How much does it cost to scrape Argos?

This Actor uses pay-per-result pricing — see the Pricing tab for current prices. You pay for products (plus full details and reviews only when you turn them on), and never for retries, duplicates or products removed by your filters.

You can set a maximum cost per run in the run options; the scraper stops cleanly when it is reached and keeps everything collected so far.

Tips

  • Price monitoring: schedule the Actor daily on your categories and export to your sheet or database. wasPrice, discountPercent, specialOffer and clearance make deals easy to spot.
  • Big departments: leave Include sub-categories on and set the maximum to 0 to get every product.
  • Duplicates: a product that appears in several categories or searches is saved (and charged) only once per run.
  • Reviews are shared across colour and size variants on Argos, so a product's reviews may include ones written about a sibling variant (see reviewedProductName).

Free plan

On Apify's free plan, runs are limited to a small sample: a few sources, a few products from each and a few reviews per product. The run log lists exactly what was limited. Upgrade to any paid Apify plan to remove these limits.

FAQ

Is it legal to scrape Argos? This scraper only collects publicly available product information that anyone can see on argos.co.uk. It does not access personal data beyond public review nicknames. Always make sure your use complies with applicable laws and Argos' terms.

Does it work for other countries? Argos only operates in the UK (argos.co.uk), which is the site this scraper supports.

Can I get stock for a specific store? Not yet — inStock, deliverable and collectable describe national availability. Let us know in the Issues tab if you need store-level stock.

Something is not working? Open an issue in the Issues tab with your run link and we'll look into it quickly.