E-commerce Store Leads avatar

E-commerce Store Leads

Pricing

from $1.50 / 1,000 results

Go to Apify Store
E-commerce Store Leads

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

MrDoe

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

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

  1. Fetches each store's homepage plus up to Max contact/about pages per site internal pages, scraping mailto:/tel: links and visible emails.
  2. Detects the store's platform from homepage markup, reads social links from the page, and (for Shopify stores) checks the public /products.json endpoint for an approximate product count (capped at 250).
  3. Looks up the domain for named contacts - the richest source of leads per store.
  4. If none are found for a domain, falls back to the emails scraped directly from the store.
  5. 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

  1. Sign up for a free Apify account.
  2. Open this Actor and enter one or more Store URLs.
  3. Set Max leads per store and Max total leads as needed.
  4. 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:

FieldDescription
companyName, companyUrl, domain, companyWebsite, descriptionStore identity, from the site itself
platformDetected e-commerce platform, or null if not recognized
productCountApproximate 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, seniorityNamed contact (null if only an on-site email was found)
email, emailType, emailConfidence, emailVerificationStatus, emailSourcesContact email data
phonePhone number scraped from the store
source, sourceUrl, profileUrl, scrapedAtProvenance 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.json endpoint is public); other platforms return null rather than an unreliable estimate.
  • Concurrency is kept conservative to stay reliable at scale.