
Shopfy Contact Crawler
Under maintenance
Pricing
Pay per usage

Shopfy Contact Crawler
Under maintenance
Gets contacts from shopify stores. Store Name Owner Name Email Phone Social Medias Store URL
0.0 (0)
Pricing
Pay per usage
0
Total users
12
Monthly users
12
Runs succeeded
61%
Last modified
17 hours ago
Shopify Contact Crawler
This Actor finds Shopify stores in a given niche and extracts their store name, owner name, email, phone number, or social‐media handles.
How It Works
-
SERP Fetch
Uses the officialapify/google-search-scraper
Actor to search Google forsite:myshopify.com "<niche>"
, waits for the run to finish, and retrieves up tomaxStores
unique store URLs. -
Contact Scrape
For each store URL, visits common contact pages (/
,/contact
,/about
,/pages/contact
,/pages/about
) via HTTP:- Grabs the store name from
<title>
. - Extracts the first non‐generic email (
support
/info
as fallback). - Pulls any phone number ≥7 digits.
- Reads an owner name from
h1
,h2
,.owner
, or.author
. - Falls back to social handles on Instagram, TikTok, Facebook, and Twitter.
- Records which page each piece of info was found on.
- Grabs the store name from
-
Output
Pushes one JSON record per store (only if any contact info was found) to the default dataset:{"name": "Store Name","url": "https://examplestore.myshopify.com","owner": "Jane Doe","email": "jane@example.com","phone": "+1-234-567-8901","socials": [{ "platform": "instagram", "handle": "examplestore" }],"found_on": ["https://examplestore.myshopify.com/contact"]}