Magento E-Commerce Scraper

  • jupri/magento-scraper
  • Modified
  • Users 6
  • Runs 40
  • Created by Author's avatarcat

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

Free trial for 7 days

Then $30.00/month

No credit card required now

Magento E-Commerce Scraper

Free trial for 7 days

Then $30.00/month

Welcome to Magento Scraper

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

{ "created_at": "2023-05-12 02:05:42", "description": "<p>Ideal for the summer-season, this short-sleeve shirt features a seasonal 'Overlapping Check' print in muted tones. </p>\n", "id": 286995, "image": { "big": { "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" }, "small": { "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" }, "thumb": { "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" } }, "name": "Viscose 'Overlapping Check' Print Shirt", "overview": "This short-sleeve shirt features a seasonal 'Overlapping Check' print in muted tones. Order today with FREE shipping offers available.", "price": { "max": { "discount": { "amount": 0, "percent": 0 }, "final": { "currency": "GBP", "value": 325 }, "regular": { "currency": "GBP", "value": 325 } }, "min": { "discount": { "amount": 0, "percent": 0 }, "final": { "currency": "GBP", "value": 325 }, "regular": { "currency": "GBP", "value": 0 } } }, "sku": "M1R-905U-L02056-92", "status": "OUT_OF_STOCK", "type": "configurable", "updated_at": "2023-05-24 13:28:33", "url": "https://www.paulsmith.com/viscose-overlapping-check-print-shirt", "variants": [ { "attributes": [ { "code": "size", "label": "L", "value_index": 346 } ], "product": { "id": 286991, "name": "MENS S/S REGULAR FIT SHIRT", "sku": "M1R-905U-L02056-92-L" } }, { "attributes": [ { "code": "size", "label": "M", "value_index": 347 } ], "product": { "id": 286992, "name": "MENS S/S REGULAR FIT SHIRT", "sku": "M1R-905U-L02056-92-M" } }, { "attributes": [ { "code": "size", "label": "S", "value_index": 348 } ], "product": { "id": 286993, "name": "MENS S/S REGULAR FIT SHIRT", "sku": "M1R-905U-L02056-92-S" } }, { "attributes": [ { "code": "size", "label": "XL", "value_index": 349 } ], "product": { "id": 286994, "name": "MENS S/S REGULAR FIT SHIRT", "sku": "M1R-905U-L02056-92-XL" } } ] }