# Shopify ecommerce outbound lead workflow

**Use case:** 

Build an outbound Shopify prospect list with merchant domains, storefront metadata, contacts, phones, and social links.

## Input

```json
{
  "startPage": 1,
  "maxPages": 2,
  "maxItems": 100,
  "startUrls": [],
  "enrichStorefronts": true,
  "maxEnrichmentPagesPerStore": 5,
  "requestTimeoutSecs": 25
}
```

## Output

```json
{
  "domain": {
    "label": "Domain",
    "format": "text"
  },
  "url": {
    "label": "Website",
    "format": "link"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "socialLinks": {
    "label": "Social links",
    "format": "object"
  },
  "title": {
    "label": "Title",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "ipAddress": {
    "label": "IP address",
    "format": "text"
  },
  "hostingOwner": {
    "label": "Hosting owner",
    "format": "text"
  },
  "hostingCountry": {
    "label": "Hosting country",
    "format": "text"
  },
  "hostingCity": {
    "label": "Hosting city",
    "format": "text"
  },
  "worldSiteRank": {
    "label": "World rank",
    "format": "number"
  },
  "estimatedVisitorsPerDay": {
    "label": "Visitors/day",
    "format": "number"
  },
  "recordUpdatedAt": {
    "label": "MyIP.ms updated",
    "format": "text"
  },
  "shopifyDetected": {
    "label": "Shopify detected",
    "format": "boolean"
  },
  "enrichmentStatus": {
    "label": "Enrichment",
    "format": "text"
  },
  "contactPageUrl": {
    "label": "Contact page",
    "format": "link"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "sourceRank": {
    "label": "Source rank",
    "format": "number"
  },
  "error": {
    "label": "Error",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Shopify Store Leads Scraper](https://apify.com/automation-lab/shopify-store-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/shopify-store-leads-scraper) to learn more, explore other use cases, and run it yourself.