Magento E-Commerce Scraper 🚧

Magento E-Commerce Scraper 🚧

Scrape data about product price, description and other information from Magento E-Commerce websites.

ECOMMERCEApify

Welcome to Magento Scraper

dont be sad readme is here

About Magento

Magento is an open-source e-commerce platform written in PHP. It uses multiple other PHP frameworks such as Laminas (formerly known as Zend Framework) and Symfony. Magento source code is distributed under Open Software License (OSL) v3.0. Magento was acquired by Adobe Inc in May 2018 for $1.68 billion.[2]

About This Actor

Use this actor to extract product price, description, variants and other info from a Magento E-Commerce website. Example of websites can be found here.

Disclaimer

This Actor is using generic logic to scrape a Magento website. It may not work for all website. Please contact support to submit an issue.

Tutorial

Example #1: Basic Usage

{ "url": "www.rebook.id" }

Output Samples

1{
2    "created_at": "2023-05-12 02:05:42",
3    "description": "<p>Ideal for the summer-season, this short-sleeve shirt features a seasonal 'Overlapping Check' print in muted tones. </p>\n",
4    "id": 286995,
5    "image": {
6        "big": {
7            "url": "https://media.paulsmith.com/dam/products/w_auto,c_scale/q_80/STILL/M1R/M1R-905U-L02056-92/M1R-905U-L02056-92_10.jpg"
8        },
9        "small": {
10            "url": "https://media.paulsmith.com/dam/products/w_auto,c_scale/q_80/STILL/M1R/M1R-905U-L02056-92/M1R-905U-L02056-92_10.jpg"
11        },
12        "thumb": {
13            "url": "https://media.paulsmith.com/dam/products/w_auto,c_scale/q_80/STILL/M1R/M1R-905U-L02056-92/M1R-905U-L02056-92_10.jpg"
14        }
15    },
16    "name": "Viscose 'Overlapping Check' Print Shirt",
17    "overview": "This short-sleeve shirt features a seasonal 'Overlapping Check' print in muted tones. Order today with FREE shipping offers available.",
18    "price": {
19        "max": {
20            "discount": { "amount": 0,  "percent": 0 },
21            "final": { "currency": "GBP", "value": 325 },
22            "regular": { "currency": "GBP", "value": 325 }
23        },
24        "min": {
25            "discount": { "amount": 0, "percent": 0 },
26            "final": { "currency": "GBP", "value": 325 },
27            "regular": { "currency": "GBP", "value": 0 }
28        }
29    },
30    "sku": "M1R-905U-L02056-92",
31    "status": "OUT_OF_STOCK",
32    "type": "configurable",
33    "updated_at": "2023-05-24 13:28:33",
34    "url": "https://www.paulsmith.com/viscose-overlapping-check-print-shirt",
35    "variants": [
36        {
37            "attributes": [
38                { "code": "size", "label": "L", "value_index": 346 }
39            ],
40            "product": {
41                "id": 286991,
42                "name": "MENS S/S REGULAR FIT SHIRT",
43                "sku": "M1R-905U-L02056-92-L"
44            }
45        },
46        {
47            "attributes": [
48                { "code": "size", "label": "M", "value_index": 347 }
49            ],
50            "product": {
51                "id": 286992,
52                "name": "MENS S/S REGULAR FIT SHIRT",
53                "sku": "M1R-905U-L02056-92-M"
54            }
55        },
56        {
57            "attributes": [
58                { "code": "size", "label": "S", "value_index": 348 }
59            ],
60            "product": {
61                "id": 286993,
62                "name": "MENS S/S REGULAR FIT SHIRT",
63                "sku": "M1R-905U-L02056-92-S"
64            }
65        },
66        {
67            "attributes": [
68                { "code": "size", "label": "XL", "value_index": 349 }
69            ],
70            "product": {
71                "id": 286994,
72                "name": "MENS S/S REGULAR FIT SHIRT",
73                "sku": "M1R-905U-L02056-92-XL"
74            }
75        }
76    ]
77}

Frequently Asked Questions

Is it legal to scrape job listings or public data?

Yes, if you're scraping publicly available data for personal or internal use. Always review Websute's Terms of Service before large-scale use or redistribution.

Do I need to code to use this scraper?

No. This is a no-code tool — just enter a job title, location, and run the scraper directly from your dashboard or Apify actor page.

What data does it extract?

It extracts job titles, companies, salaries (if available), descriptions, locations, and post dates. You can export all of it to Excel or JSON.

Can I scrape multiple pages or filter by location?

Yes, you can scrape multiple pages and refine by job title, location, keyword, or more depending on the input settings you use.

How do I get started?

You can use the Try Now button on this page to go to the scraper. You’ll be guided to input a search term and get structured results. No setup needed!