E-commerce Migration Lead Generator avatar
E-commerce Migration Lead Generator

Pricing

from $0.01 / result

Go to Apify Store
E-commerce Migration Lead Generator

E-commerce Migration Lead Generator

Find e-commerce sites ready to migrate to Shopify. Detects WooCommerce, Magento, BigCommerce, and OpenCart stores, analyzes their performance issues, and scores their migration readiness.

Pricing

from $0.01 / result

Rating

0.0

(0)

Developer

Magnova

Magnova

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

5 days ago

Last modified

Share

Shopify Migration Leads Detector

An Apify Actor that identifies e-commerce websites ready for Shopify migration by analyzing their platform, performance, and pain points.

What It Does

  1. Detects e-commerce platforms - WooCommerce, Magento, BigCommerce, OpenCart, PrestaShop
  2. Excludes Shopify sites - Only finds sites NOT already on Shopify
  3. Analyzes performance - Uses Google PageSpeed Insights API (mobile-first)
  4. Identifies pain points - Slow loading, poor mobile experience, outdated versions
  5. Scores migration readiness - 0-100 score with Hot/Warm/Cold classification
  6. Extracts contact info - Publicly visible emails, phones, and social links

Lead Qualification Levels

ScoreLevelWhat It MeansRecommended Action
70-100πŸ”₯ HotMultiple pain points, high intentReach out immediately
50-69🟑 WarmGood candidate, some issuesNurture with case studies
30-49πŸ”΅ ColdPotential fit, fewer issuesAdd to long-term campaign
0-29βšͺ Low PrioritySite performing wellLow migration urgency

Input

{
"urls": [
"https://example-woocommerce-store.com",
"https://another-magento-store.com"
],
"minPerformanceScore": 70,
"minMobileScore": 70,
"extractContactInfo": true,
"includeShopify": false,
"maxConcurrency": 5
}
FieldTypeDefaultDescription
urlsarrayrequiredE-commerce URLs to analyze
minPerformanceScorenumber70Only include sites scoring BELOW this
minMobileScorenumber70Only include sites with mobile BELOW this
extractContactInfobooleantrueExtract public contact info
includeShopifybooleanfalseInclude Shopify sites in results
maxConcurrencynumber5Max parallel requests

Output

{
"migrationReadinessScore": 54,
"qualificationLevel": "Warm",
"recommendation": "Good candidate. Nurture with case studies and ROI content.",
"painPoints": [
"Needs improvement on mobile (score 50-70)",
"Slow page load (LCP > 4s)",
"WordPress-based (potential security/maintenance concerns)"
],
"url": "https://example-store.com",
"platform": "WooCommerce",
"platformConfidence": 100,
"performanceScore": 83,
"mobileScore": 57,
"coreWebVitals": {
"lcp": 7085,
"cls": 0.015,
"tbt": 451
},
"contact": {
"emails": ["info@example.com"],
"phones": [],
"social": {
"facebook": "https://facebook.com/example",
"instagram": "https://instagram.com/example"
}
}
}

How Scoring Works

The migration readiness score is calculated from three factors:

FactorWeightWhat It Measures
Performance45%Mobile performance (70% of this), desktop (30%)
Pain Points30%Number of identified issues (20 pts each)
Platform25%Migration complexity (Magento > WooCommerce > BigCommerce)

Key insight: Poor performance = higher score. Sites with slow mobile speeds are better migration leads!

Platforms Detected

PlatformBase ScoreWhy They Migrate
Magento95Complex, expensive to maintain
OpenCart90Limited features, poor support
PrestaShop85Seeking simpler solutions
WooCommerce80Outgrow WordPress, security concerns
BigCommerce55Less common, already SaaS

This actor only collects publicly available information:

  • βœ… HTML/CSS/JS signatures visible to any visitor
  • βœ… Google PageSpeed API data (public API)
  • βœ… Contact info displayed on public pages
  • ❌ Does NOT access data behind logins
  • ❌ Does NOT collect personal user data

Use Cases

  • Shopify agencies finding migration prospects
  • E-commerce consultants qualifying leads
  • Sales teams building targeted outreach lists
  • Market research on platform distribution

Support

For issues or feature requests, open a GitHub issue.