Ecwid Store E-Commerce Scraper avatar

Ecwid Store E-Commerce Scraper

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Ecwid Store E-Commerce Scraper

Ecwid Store E-Commerce Scraper

Ecwid Store Scraper. Products, prices, inventory status, variants & categories from any Ecwid online store. Perfect for competitor monitoring, price intelligence, market research & e-com data collection. Automatic Store Detection, provide the URL, we'll find the store ID. Multiple Scraping Methods

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

The Howlers

The Howlers

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Share

Ecwid Store Scraper

Scrape products, prices, inventory, and categories from any Ecwid-powered online store. Supports automatic store ID detection.


Quick Start

Test with Demo Mode (free, no API key needed)

{
"demoMode": true,
"storeUrl": "https://juliaroseluxury.com/",
"maxProducts": 10
}

Run with real data

{
"demoMode": false,
"storeUrl": "https://juliaroseluxury.com/",
"maxProducts": 10,
"includeVariants": true,
"includeCategories": true
}

Input Parameters

ParameterTypeDefaultRequiredDescription
storeUrlstring-NoURL of the Ecwid-powered store to scrape. The scraper will automatically detect the store ID.
storeIdstring-NoEcwid store ID. If provided, skips automatic detection. Find it in your Ecwid admin or by running Ecwid.getOwnerId() in browser console.
maxProductsinteger1000NoMaximum number of products to scrape
includeVariantsbooleantrueNoInclude product variants (sizes, colors, etc.) in the output
includeCategoriesbooleantrueNoFetch and include category information
demoModebooleantrueNo⚠️ IMPORTANT: This is ON by default for testing. You MUST set this to FALSE to scrape real Ecwid stores. When enabled, returns fake sample products (e.g. 'Premium Wireless Headphones (DEMO)') — NOT real store data.

Troubleshooting

"API error 429" or "Rate limit"

Too many requests. Wait a minute and try again, or reduce the number of items per run.

No results or empty dataset

Check the run log for error messages. Common causes:

  • Invalid input format (check the examples above)
  • The target data doesn't exist or is too small to track

How do I test without an API key?

Enable Demo Mode in the input. This returns realistic sample data so you can verify the output format works for your workflow.


Built by John Rippy | Actor Arsenal