Shopfy Contact Crawler avatar
Shopfy Contact Crawler

Under maintenance

Pricing

Pay per usage

Go to Store
Shopfy Contact Crawler

Shopfy Contact Crawler

Under maintenance

Developed by

Cohen Ousley

Cohen Ousley

Maintained by Community

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

  1. SERP Fetch
    Uses the official apify/google-search-scraper Actor to search Google for site:myshopify.com "<niche>", waits for the run to finish, and retrieves up to maxStores unique store URLs.

  2. 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.
  3. 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"
    ]
    }

On this page

Share Actor: