E-commerce Product AI Enricher
Pricing
from $0.01 / 1,000 results
Go to Apify Store
E-commerce Product AI Enricher
Scrape any public product page and enrich with AI-generated SEO copy, specs, and competitive positioning.
Pricing
from $0.01 / 1,000 results
Rating
0.0
(0)
Developer
Mozi Mohidien
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
0
Monthly active users
2 days ago
Last modified
Categories
Share
Scrape any public product page and enrich it with AI-generated SEO copy, specs, target audience analysis, and competitive positioning — powered by Claude Haiku.
Built for e-commerce managers, content teams, and SEO agencies who need structured product data at scale without manual tagging.
What it does
- Fetches each product page URL you provide
- Extracts name, price, brand, description, rating, and review count
- Sends the data to Claude Haiku for AI analysis
- Returns structured output per product including SEO titles, key benefits, price tier, and competitive angle
Input
| Field | Type | Required | Description |
|---|---|---|---|
productUrls | string[] | Yes | Product page URLs to process |
anthropicApiKey | string | Yes | Your Anthropic API key |
maxProducts | integer | No | Max products to process (default 10, max 100) |
proxyConfig | object | No | Proxy configuration |
Example input
{"productUrls": ["https://books.toscrape.com/catalogue/a-light-in-the-attic_1000/index.html"],"anthropicApiKey": "sk-ant-...","maxProducts": 10}
Output fields
| Field | Description |
|---|---|
url | Product page URL |
productName | Extracted product name |
brand | Brand or manufacturer |
price | Price string as found on page |
currency | Detected currency code |
rating | Numeric rating (if present) |
reviewCount | Review count integer (if present) |
descriptionSnippet | First 600 chars of product description |
scraped | Boolean — whether scrape succeeded |
scrapeError | Null or error string |
enrichment.productCategory | Product category |
enrichment.targetAudience | Who this product is for (1 sentence) |
enrichment.keyBenefits | Array of 3-5 main benefits |
enrichment.technicalSpecs | Key specs extracted (size, weight, material, etc.) |
enrichment.seoTitle | SEO-optimized product title (under 60 chars) |
enrichment.seoDescription | Meta description (under 155 chars) |
enrichment.competitorAngle | What differentiates this vs competitors |
enrichment.priceTier | Budget / Mid-range / Premium / Luxury |
enrichment.confidenceScore | 1-10 data completeness score |
Notes
- Works on any public product page (Shopify, WooCommerce, brand sites). Login-required pages will fail gracefully with
scraped: false. - Amazon blocks headless requests reliably — use direct brand or Shopify pages for best results.
- You need an Anthropic API key with access to claude-haiku-4-5.