Argos UK Product Search & Catalog (Unofficial) avatar

Argos UK Product Search & Catalog (Unofficial)

Pricing

from $0.04 / 1,000 results

Go to Apify Store
Argos UK Product Search & Catalog (Unofficial)

Argos UK Product Search & Catalog (Unofficial)

Search Argos UK products and fetch normalized category, search, filter, and item data for retail catalog workflows.

Pricing

from $0.04 / 1,000 results

Rating

0.0

(0)

Developer

Dmitriy Gyrbu

Dmitriy Gyrbu

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Search Argos UK products and fetch category, filter, search, and item data in normalized output.

This is an unofficial actor and is not affiliated with Argos.

Proxy behavior

This actor uses the shared Apify proxy contract used across the workspace. argos_uk is expected to work in direct mode first, with proxy fallback if the site starts blocking cloud runs.

Supported operations

  • categories
  • search_filters
  • search
  • category
  • item

Operation guide

The Apify Console form shows the union of all supported fields, so the visible inputs do not change when you switch operation. Use the guide below to know which fields are required.

  • categories Required: none Optional: includeRaw
  • search_filters Required: none Optional: query, categoryId, categorySlug, categoryUrl, includeRaw
  • search Required: query Optional: page, limit, sort, includeRaw
  • category Required: categoryId or categorySlug or categoryUrl Optional: page, limit, sort, includeRaw
  • item Required: itemId or productId or itemSlug or url Optional: includeRaw

Example inputs

These starter examples were validated locally against the live site.

{
"operation": "categories",
"includeRaw": false
}
{
"operation": "search",
"query": "drill",
"page": 1,
"limit": 12,
"sort": "relevance_desc",
"includeRaw": false
}
{
"operation": "category",
"categoryId": "29807",
"categorySlug": "browse/home-and-furniture/lighting/lamp-shades/c:29807",
"categoryUrl": "https://www.argos.co.uk/browse/home-and-furniture/lighting/lamp-shades/c:29807/",
"page": 1,
"limit": 12,
"sort": "relevance_desc",
"includeRaw": false
}
{
"operation": "item",
"itemId": "4461133",
"productId": "4461133",
"itemSlug": "product/4461133",
"url": "https://www.argos.co.uk/product/4461133",
"includeRaw": false
}
{
"operation": "search_filters",
"query": "drill",
"categoryId": "29807",
"categorySlug": "browse/home-and-furniture/lighting/lamp-shades/c:29807",
"categoryUrl": "https://www.argos.co.uk/browse/home-and-furniture/lighting/lamp-shades/c:29807/",
"includeRaw": false
}

Output

  • Dataset: normalized products or structured category/filter rows
  • Key-value store OUTPUT: run summary with source, operation, success, total, errors, proxy, and monetization