Action Scraper avatar
Action Scraper

Pricing

$5.00 / 1,000 results

Go to Apify Store
Action Scraper

Action Scraper

Developed by

09 try

09 try

Maintained by Community

Scrapes product data from Action.com including title, description, price, price description, category, URL, and image. Supports multiple languages, categories, sorting, pagination, and Apify proxy. Exports structured results to dataset (JSON, CSV).

0.0 (0)

Pricing

$5.00 / 1,000 results

0

3

3

Last modified

14 days ago

Action.com Product Scraper

A Playwright-based scraper built with Crawlee for extracting product data from Action.com across multiple languages and categories.
It supports pagination, structured output, and configurable sorting.

In case of errors, bugs or feature requests please contact me: 0994try@gmail.com


Features

  • Extracts key product information:
    • Title
    • Description
    • Price
    • Price description (e.g., per unit, per kg)
    • Product URL
    • Product image (clean URL)
    • Category
  • Works with Action.com across multiple country versions: sk, nl, fr, de, pl, cs, it, es.
  • Allows filtering by categories and sorting (e.g., price ascending, descending).
  • Handles pagination automatically.
  • Outputs data into the Apify Dataset (JSON, CSV, Excel, etc.).

Extracted Data Example

{
"title": "Svetelná reťaz",
"description": "20 LED svetiel | 1 m",
"price": "0.64",
"priceDescription": "0.64 €/ks",
"url": "https://www.action.com/sk-sk/p/2535965/svetelna-retaz/",
"imageUrl": "https://asset.action.com/image/upload/t_digital_product_image/w_1920/17828940.webp",
"category": "week deals"
}