# Shopify email app developer leads scraper

**Use case:** 

Discover Shopify email marketing apps and export deduplicated developer leads with public support emails, pricing, ratings, and links.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://apps.shopify.com/klaviyo-email-marketing"
    },
    {
      "url": "https://apps.shopify.com/judgeme"
    }
  ],
  "searchTerms": [
    "email marketing"
  ],
  "maxApps": 25,
  "deduplicateByDeveloper": true,
  "enrichDeveloperWebsite": false
}
```

## Output

```json
{
  "developerName": {
    "label": "Developer",
    "format": "text"
  },
  "supportEmail": {
    "label": "Support email",
    "format": "text"
  },
  "companyUrl": {
    "label": "Company website",
    "format": "link"
  },
  "appCount": {
    "label": "Apps",
    "format": "number"
  },
  "appNames": {
    "label": "App names"
  },
  "appHandles": {
    "label": "App handles"
  },
  "developerUrl": {
    "label": "Shopify developer page",
    "format": "link"
  },
  "privacyPolicyUrl": {
    "label": "Privacy policy",
    "format": "link"
  },
  "documentationUrl": {
    "label": "Documentation",
    "format": "link"
  },
  "pricingUrl": {
    "label": "Pricing",
    "format": "link"
  },
  "websiteEmails": {
    "label": "Website emails"
  },
  "sourceUrls": {
    "label": "Source app URLs"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  },
  "apps": {
    "label": "App details"
  }
}
```

## About this Actor

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