Shopify Store Lead Scraper - Emails, Phones & Ratings
Pricing
from $2.79 / 1,000 stores
Shopify Store Lead Scraper - Emails, Phones & Ratings
Find Shopify stores by product keyword and extract contact details. Get emails, phone numbers, addresses, social media links, ratings, and sample products for each store. Search any niche across thousands of shops. Built for B2B lead generation, supplier discovery, and competitor research.
Pricing
from $2.79 / 1,000 stores
Rating
0.0
(0)
Developer

ClearPath
Actor stats
0
Bookmarked
8
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Find Shopify stores by product keyword. Enter a search term and get structured store data including emails, phone numbers, physical addresses, social media links, ratings, and sample products. No store URL needed.
|
100 stores in under 30 seconds 12 fields per store · Emails, phones, addresses, ratings · B2B ready |
| Shopify Scrapers ➤ | Product Search Scraper |
|---|
Quick start
Minimal input — just a search term:
{"query": "organic coffee"}
With filters:
{"query": "yoga mat","maxItems": 200,"priceMin": 20,"priceMax": 80,"inStock": true,"category": "gid://shopify/ProductCategory/69"}
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
query | string | (required) | Product keyword to search for stores |
category | string | — | Product category filter (15 categories available) |
maxItems | integer | 50 | Maximum stores to return (1–10,000) |
priceMin | integer | — | Only stores selling products above this price |
priceMax | integer | — | Only stores selling products below this price |
onSale | boolean | false | Only stores with products on sale |
inStock | boolean | false | Only stores with products in stock |
shipsFrom | boolean | false | Only local sellers |
shipsTo | string | — | Only stores shipping to a specific country (57 countries) |
Categories: Women, Men, Accessories, Beauty, Home, Electronics, Luggage & bags, Toys & games, Pet supplies, Fitness & nutrition, Baby & toddler, Food & drinks, Sporting goods, Arts & crafts.
Output example
Each store in the dataset looks like this:
{"id": "14671","name": "gorjana","websiteUrl": "https://www.gorjana.com?utm_source=shop_app","myshopifyDomain": "gorjana.myshopify.com","shareUrl": "https://shop.app/m/gorjana?utm_source=shop_app","address": {"address1": "3275 Laguna Canyon Rd Ste R1","address2": null,"city": "Laguna Beach","zone": "California","zoneCode": "CA","country": "United States","postalCode": "92651","company": "gorjana","phone": "866-829-0030","formatted": ["3275 Laguna Canyon Rd Ste R1","Laguna Beach California 92651","United States"]},"contacts": [{ "method": "web", "target": "https://www.gorjana.com" },{ "method": "email", "target": "customercare@gorjana.com" },{ "method": "phone", "target": "866-829-0030" },{ "method": "facebook", "target": "https://www.facebook.com/gorjanabrand/" },{ "method": "instagram", "target": "https://www.instagram.com/gorjana/" },{ "method": "pinterest", "target": "https://www.pinterest.com/gorjanabrand/" },{ "method": "youtube", "target": "https://www.youtube.com/@gorjanabrand" }],"rating": 4.8028,"totalProductRatings": 15081,"totalProductReviews": 3995,"sampleProducts": [{"title": "Floating Diamond Necklace","price": 535.0,"currency": "USD","url": "https://www.gorjana.com/products/floating-diamond-necklace","imageUrl": "https://cdn.shopify.com/s/files/1/0015/3849/0427/products/204-117-185-G_1.jpg"},{"title": "Parker Bead Bracelet","price": 38.0,"currency": "USD","url": "https://www.gorjana.com/products/parker-bead-bracelet","imageUrl": "https://cdn.shopify.com/s/files/1/0015/3849/0427/products/180-216-246-G.jpg"}],"scrapedAt": "2026-03-04T07:15:32.491822+00:00"}
Pricing
Pay per result, no monthly fees. Cost scales with your Apify subscription tier:
| Tier | Per 1,000 stores | Per store |
|---|---|---|
| Free | $3.99 | $0.00399 |
| Starter | $3.49 | $0.00349 |
| Scale | $2.99 | $0.00299 |
| Business | $2.79 | $0.00279 |
Cost examples (Free tier):
| Stores | Cost |
|---|---|
| 50 | $0.20 |
| 500 | $2.00 |
| 5,000 | $19.95 |
How to find Shopify stores
- Enter a product keyword — type what the stores sell (e.g. "organic coffee", "yoga mats")
- Run the scraper — optionally add price filters, category, or shipping filters
- Download your data — export as JSON, CSV, Excel, or connect via API
Python integration
from apify_client import ApifyClientclient = ApifyClient("YOUR_API_TOKEN")run = client.actor("clearpath/shopify-store-leads").call(run_input={"query": "organic coffee", "maxItems": 100})for store in client.dataset(run["defaultDatasetId"]).iterate_items():print(f"{store['name']} — {store.get('websiteUrl')}")for contact in store.get("contacts") or []:if contact["method"] == "email":print(f" Email: {contact['target']}")
JavaScript integration
import { ApifyClient } from "apify-client";const client = new ApifyClient({ token: "YOUR_API_TOKEN" });const run = await client.actor("clearpath/shopify-store-leads").call({ query: "organic coffee", maxItems: 100 });const { items } = await client.dataset(run.defaultDatasetId).listItems();items.forEach((store) => {console.log(`${store.name} — ${store.websiteUrl}`);store.contacts?.forEach((c) => {if (c.method === "email") console.log(` Email: ${c.target}`);});});
Use cases
B2B lead generation — Build targeted prospect lists of Shopify store owners by niche. Get direct contact details (email, phone) for outreach campaigns.
Supplier discovery — Find stores selling specific products across the Shopify ecosystem. Compare pricing, ratings, and product ranges.
Competitor research — Map the competitive landscape for any product category. Analyze store ratings, review volumes, and geographic distribution.
Market intelligence — Identify trending niches by searching different product keywords. Track how many stores operate in each category and where they're located.
FAQ
How many stores can I find?
Up to 10,000 per run. A single keyword typically yields 50–200 unique stores. The scraper automatically expands your search to find more when needed.
What contact data is included?
Each store includes all available contact channels: website URL, email, phone number, physical address, plus social media profiles (Facebook, Instagram, Pinterest, YouTube, TikTok, Twitter).
Do I need a store URL?
No. This scraper discovers stores by product keyword. Just describe what you're looking for.
Can I filter by location?
Use shipsTo to find stores that ship to a specific country. The output includes each store's physical address when available, so you can filter by location after scraping.
Can I get the store's products too?
Each store includes 2–3 sample products (title, price, URL, image). For full product data, use the Product Search Scraper.
Can I export the data?
Yes. Download as JSON, CSV, Excel, XML, or HTML from Apify Console. Access results via the Apify API or integrate with Google Sheets, Zapier, Make, or Airbyte.
Support
- Bug reports and feature requests: Open an issue on the actor's Issues tab
- Questions: Message the developer through Apify Console
Legal
This actor accesses publicly available data from the Shop by Shopify marketplace. Use responsibly and in accordance with applicable laws and Shopify's terms of service. The developer is not responsible for how scraped data is used.