Skip to content

Automate monitoring prices on the most popular solution for building online stores and selling products online. Crawl arbitrary Shopify-powered online stores and extract a list of all products in a structured form, including product title, price, description, etc

Notifications You must be signed in to change notification settings

QuickLifeSolutions/actor-shopify-scraper

 
 

Repository files navigation

# Shopify Scraper

## Overview

Our Shopify Scraper is tailored for automating the extraction of detailed product data from Shopify-powered online stores. With this tool, you can monitor prices, descriptions, and other essential product details across various Shopify sites.

## Features

- **Comprehensive Data Extraction**: Automatically gather information like product titles, prices, and descriptions.
- **Proxy Support**: Utilize proxy settings to ensure privacy and bypass site restrictions during scraping sessions.
- **Dynamic Content Handling**: The scraper waits for specific elements to load on the page, ensuring that all relevant data is captured, even from dynamically generated content.

## Getting Started

Configure the scraper by setting the URLs of the Shopify stores you want to monitor. Here's a basic example of how to set up your input configuration:

```json
{
    "urls": ["https://example-shopify.com"],
    "waitForSelector": ".product-grid-item",
    "useProxy": true
}

Connect With Us:

Support:

About

Automate monitoring prices on the most popular solution for building online stores and selling products online. Crawl arbitrary Shopify-powered online stores and extract a list of all products in a structured form, including product title, price, description, etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.4%
  • Dockerfile 1.6%