E-commerce Store Leads
Pricing
from $1.50 / 1,000 results
E-commerce Store Leads
Scrapes e-commerce store websites for platform, product count, social links, and contact info, and enriches leads with named contacts.
Pricing
from $1.50 / 1,000 results
Rating
0.0
(0)
Developer
MrDoe
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a day ago
Last modified
Categories
Share
E-commerce Store Leads + Verified Emails - Store Contacts, Platform & Product Data
Turn a list of e-commerce store URLs into structured sales leads - platform, approximate catalog size, social links, and named contacts, backed up by emails and phone numbers scraped directly from each store.
What does this Actor do?
Give it one or more store URLs and it returns one structured record per contact found, including:
- Store details - name, website, domain, description, detected platform (Shopify, WooCommerce, BigCommerce, Magento, Wix, Squarespace), approximate product count, and social links (Instagram, Facebook, Twitter/X, TikTok)
- Contact email - named contacts with job title, department, confidence score, falling back to emails scraped directly from the store if none are found
- Phone number - scraped from the store's contact/about pages
- Optional email verification and optional firmographics (industry)
Nothing is guessed or invented - fields with no available data are returned as null.
How it works
- Fetches each store's homepage plus up to Max contact/about pages per site internal pages, scraping
mailto:/tel:links and visible emails. - Detects the store's platform from homepage markup, reads social links from the page, and (for Shopify stores) checks the public
/products.jsonendpoint for an approximate product count (capped at 250). - Looks up the domain for named contacts - the richest source of leads per store.
- If none are found for a domain, falls back to the emails scraped directly from the store.
- Optionally verifies each email's deliverability and enriches company firmographics, if enabled.
This Actor is HTTP-only (no headless browser), so it's fast and lightweight even across many stores.
How to use
- Sign up for a free Apify account.
- Open this Actor and enter one or more Store URLs.
- Set Max leads per store and Max total leads as needed.
- Click Start and export results as JSON, CSV, Excel, or via API.
Output
Each dataset item follows a standard lead shape shared across this Actor family, plus store-specific fields:
| Field | Description |
|---|---|
companyName, companyUrl, domain, companyWebsite, description | Store identity, from the site itself |
platform | Detected e-commerce platform, or null if not recognized |
productCount | Approximate product count for Shopify stores (capped at 250), else null |
socialLinks | { instagram, facebook, twitter, tiktok }, each null if not found |
contactName, firstName, lastName, jobTitle, department, seniority | Named contact (null if only an on-site email was found) |
email, emailType, emailConfidence, emailVerificationStatus, emailSources | Contact email data |
phone | Phone number scraped from the store |
source, sourceUrl, profileUrl, scrapedAt | Provenance metadata |
Fields with no available data are returned as null rather than omitted or guessed.
Cost & performance notes
- Enrichment is deduplicated per unique domain; email verification and firmographic enrichment are opt-in extras, off by default.
- Product count is only fetched for Shopify stores (its
/products.jsonendpoint is public); other platforms returnnullrather than an unreliable estimate. - Concurrency is kept conservative to stay reliable at scale.