Agent skill · Data & Analytics

apify-ecommerce

Extract product data, prices, reviews, and seller information from any e-commerce platform using Apify's E-commerce Scraping Tool.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill apify-ecommerce --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 3
SKILL.md size: 9 KB
Bundled scripts: yes
Path: skills/apify-ecommerce/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# E-commerce Data Extraction Extract product data, prices, reviews, and seller information from any e-commerce platform using Apify's E-commerce Scraping Tool. ## When to Use - You need product, pricing, review, stock, or seller data from e-commerce sites. - The task involves price monitoring, competitor product comparison, MAP enforcement, or review analysis. - You need a guided workflow for extracting marketplace data and summarizing findings. ## Prerequisites - `.env` file with `APIFY_TOKEN` (at `~/.claude/.env`) - Node.js 20.6+ (for native `--env-file` support) ## Workflow Selection | User Need | Workflow | Best For | |-----------|----------|----------| | Track prices, compare products | Workflow 1: Products & Pricing | Price monitoring, MAP compliance, competitor analysis. Add AI summary for insights. | | Analyze reviews (sentiment or quality) | Workflow 2: Reviews | Brand perception, customer sentiment, quality issues, defect patterns | | Find sellers across stores | Workflow 3: Sellers | Unauthorized resellers, vendor discovery via Google Shopping | ## Progress Tracking ``` Task Progress: - [ ] Step 1: Select workflow and determine data source - [ ] Step 2: Configure Actor i

What's inside
Steps it walks through
  1. When to Use
  2. Prerequisites
  3. Workflow Selection
  4. Progress Tracking
  5. Workflow 1: Products & Pricing
  6. Input Options
  7. Example - Product URLs
  8. Example - Keyword Search
  9. Optional: AI Summary
  10. Output Fields
  11. Workflow 2: Customer Reviews
  12. Example - Extract Reviews from Product
  13. Sort Options
  14. Quality Analysis Tips
Ships with 2 files
  • reference/scripts/package.json
  • reference/scripts/run_actor.js
Commands it runs
node --env-file=~/.claude/.env $SKILL_PATH/reference/scripts/run_actor.js \
More from agentic-awesome-skills
All skills →
About this skill
What does the apify-ecommerce skill do?

Extract product data, prices, reviews, and seller information from any e-commerce platform using Apify's E-commerce Scraping Tool.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill apify-ecommerce --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going