VOOZH about

URL: https://apify.com/apify/e-commerce-scraping-tool/api

⇱ 🏷️ E-commerce Scraping Tool API Β· Apify


Pricing

Pay per event

Go to Apify Store

E-commerce Scraping Tool

Scrape data from e-commerce websites with E-commerce Scraping Tool. Scrape almost any retail site in minutes, extract e-commerce data and use it to monitor price details over time or compare different e-commerce sites’ offerings.

Pricing

Pay per event

Rating

4.5

(44)

Developer

πŸ‘ Apify

Apify

Maintained by Apify

Actor stats

226

Bookmarked

11K

Total users

469

Monthly active users

22 days

Issues response

4 days ago

Last modified

Categories

Share

You might also like

Ecommerce-Product-Scraper

digicovai/ecommerce-product-scraper

Scrape data from e-commerce websites with E-commerce Scraping Tool. Scrape almost any retail site in minutes, extract e-commerce data and use it to monitor price details over time or compare different e-commerce sites’ offerings.

Magento E-Commerce Scraper 🚧

jupri/magento-scraper

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

E-Commerce Scraper

iglu/e-commerce-scraper

E-Commerce Scraper API employs AI-powered technologies and eliminates the hassle of data collection. Quickly scrape Amazon, eBay, GameStop, Western Digital, and tons of other e-commerce.

E-commerce Store Data Enricher

trovevault/e-commerce-store-data-enricher

Takes a list of e-commerce store domains and extracts comprehensive public data from each store, including merchant info, contact details, social media profiles, platform detection, and more.

Ecommerce Scraper β€” Shopify, WooCommerce & Any Store

khadinakbar/ecommerce-store-scraper

MCP-ready ecommerce scraper. Extract products, prices, discounts, variants, stock & images from any Shopify, WooCommerce, or generic store $3.00/1K.

40

E-commerce Product Matching Tool

tri_angle/e-commerce-product-matching-tool

Match products across e-commerce datasets with E-Commerce Product Matching Tool. Use it with E-commerce Scraping Tool datasets to automatically find identical and similar products and power price monitoring or catalog comparison.

πŸ‘ User avatar

Tri⟁angle

3

Store Leads (14M E-Commerce Leads)

ecommerce_leads/store-leads-14m-e-commerce-leads

Store leads for Shopify,Woocommerce,Magento,Squarespace,Ecwid,BigCommerce,Opencart,Webflow,PrestaShop and Demandware with phones,emails,apps,location,social networks,categories and technologies

457

ecommerce-guardian-pro

allanjblythe/price-monitor

Professional price intelligence platform. Monitor competitor pricing across major e-commerce sites. Get instant alerts for price changes, stock status, and market movements. Uses Apify's advanced E-commerce Scraping Tool. Essential for e-commerce strategy and competitive analysis.

You can access the E-commerce Scraping Tool programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "additionalProperties": true,
< "additionalPropertiesSearchEngine": true,
< "scrapeReviewsDelivery": false,
< "additionalReviewProperties": true,
< "scrapeInfluencerProducts": false
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/apify~e-commerce-scraping-tool/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

🏷️ E-commerce Scraping Tool API

Below, you can find a list of relevant HTTP API endpoints for calling the E-commerce Scraping Tool Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/apify~e-commerce-scraping-tool/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/apify~e-commerce-scraping-tool/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/apify~e-commerce-scraping-tool?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the E-commerce Scraping Tool API programmatically via the Apify API.

You can choose from:

E-commerce Scraping Tool API in Python

E-commerce Scraping Tool API in JavaScript

E-commerce Scraping Tool API through CLI

E-commerce Scraping Tool OpenAPI definition

You can start E-commerce Scraping Tool with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The E-commerce Scraping Tool is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the E-commerce Scraping Tool run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.