# Find Shopify app developer leads & websites

**Use case:** 

Turn Shopify app developers into leads: developer name, website, public emails, phones and social profiles, plus app title and a lead score.

## Input

```json
{
  "searchQueries": [
    "subscriptions",
    "loyalty"
  ],
  "includeReviews": false,
  "maxReviewsPerApp": 50,
  "reviewsSort": "newest",
  "emitReviewRecords": false,
  "enrichDeveloperContacts": true,
  "maxApps": 100,
  "monitoringMode": false,
  "maxConcurrency": 5,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "developerName": {
    "label": "Developer",
    "format": "text"
  },
  "developerWebsite": {
    "label": "Website",
    "format": "link"
  },
  "developerEmails": {
    "label": "Emails",
    "format": "array"
  },
  "developerPhones": {
    "label": "Phones",
    "format": "array"
  },
  "developerSocials": {
    "label": "Socials",
    "format": "object"
  },
  "title": {
    "label": "App",
    "format": "text"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "url": {
    "label": "App URL",
    "format": "link"
  }
}
```

## About this Actor

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