# Shopify App Store Leads Scraper - Emails, Websites & Ratings (`scrapersdelight/shopify-app-leads-scraper`) Actor

Turn the Shopify App Store into a publisher lead list — support email, developer website, address, ratings, reviews, pricing & categories for every app. Enumerate the full catalog, a category, or specific app URLs. No login.

- **URL**: https://apify.com/scrapersdelight/shopify-app-leads-scraper.md
- **Developed by:** [Scrapers Delight](https://apify.com/scrapersdelight) (community)
- **Categories:** Automation, Lead generation, E-commerce
- **Stats:** 2 total users, 1 monthly users, 100.0% runs succeeded, 0 bookmarks
- **User rating**: No ratings yet

## Pricing

$4.00 / 1,000 per app returneds

This Actor is paid per event. You are not charged for the Apify platform usage, but only a fixed price for specific events.

Learn more: https://docs.apify.com/platform/actors/running/actors-in-store#pay-per-event

## What's an Apify Actor?

Actors are a software tools running on the Apify platform, for all kinds of web data extraction and automation use cases.
In Batch mode, an Actor accepts a well-defined JSON input, performs an action which can take anything from a few seconds to a few hours,
and optionally produces a well-defined JSON output, datasets with results, or files in key-value store.
In Standby mode, an Actor provides a web server which can be used as a website, API, or an MCP server.
Actors are written with capital "A".

## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
The best way to integrate Actors is as follows.

In JavaScript/TypeScript projects, use official [JavaScript/TypeScript client](https://docs.apify.com/api/client/js.md):

```bash
npm install apify-client
```

In Python projects, use official [Python client library](https://docs.apify.com/api/client/python.md):

```bash
pip install apify-client
```

In shell scripts, use [Apify CLI](https://docs.apify.com/cli/docs.md):

````bash
# MacOS / Linux
curl -fsSL https://apify.com/install-cli.sh | bash
# Windows
irm https://apify.com/install-cli.ps1 | iex
```bash

In AI frameworks, you might use the [Apify MCP server](https://docs.apify.com/platform/integrations/mcp.md).

If your project is in a different language, use the [REST API](https://docs.apify.com/api/v2.md).

For usage examples, see the [API](#api) section below.

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).


# README

## 🛍️ Shopify App Store Leads Scraper — Emails, Websites & Ratings

**Turn the Shopify App Store into a publisher lead list.** For every app, get the publisher's **support email**, **developer website**, **address**, plus **rating, reviews, pricing and categories** — the full ~22,900-app catalog, a single category, or specific app URLs. Static HTML, no login, no API key.

> 🕒 Last updated: 2026-07-07 · 📊 14 fields per lead · 🗂️ Full catalog (~22,900 apps) · 🚫 No login · 📥 Export CSV / JSON / Excel / Sheets

---

### What you get

One clean row per app, with the fields that make it a **lead**:

- 🏷️ `appName`, `appHandle`, `appUrl`, `tagline`
- 👤 `developerName`
- 📧 **`supportEmail`** — the publisher's support/contact email
- 🌐 `developerWebsite` — the developer's own site
- 📍 `developerAddress` — listed physical address
- ⭐ `rating`, `reviewCount` — traction / demand signal
- 💵 `pricingSummary`, `hasFreePlan`, `builtForShopify`
- 🗂️ `categories[]`, ⏱️ `scrapedAt`

> **Honest note on contacts:** `supportEmail`, `developerWebsite`, and `developerAddress` are taken **directly from what each publisher lists on their own app page** — no email-guessing and no enrichment. They're populated for the large majority of apps and left blank where the publisher chose not to list them. We don't claim 100% email coverage.

### Who it's for

- 🧰 **Dev-tool SaaS vendors** selling to app makers (billing, analytics, support, localization, review-solicitation) — build an outbound prospect list of every publisher and their contact.
- 💼 **App-M&A brokers & micro-PE** rolling up Shopify apps — source deals with publisher contact + traction (rating × review count).
- 🎯 **Agencies** pitching white-label development.
- 📈 **Competitive research** — map the whole app landscape by category, pricing, and ratings.

### Input modes

Pick how to select apps:

- **Full catalog (sitemap)** — enumerate every English app listing (~22,900) from the app-store sitemap.
- **Specific categories** — pass category slugs from the store URL, e.g. `marketing-and-conversion-marketing-email-marketing`.
- **Specific app URLs** — pass exact `https://apps.shopify.com/<handle>` URLs.

```json
{
  "mode": "categories",
  "categories": ["marketing-and-conversion-marketing-email-marketing"],
  "maxApps": 200,
  "requireEmail": false,
  "proxyConfiguration": { "useApifyProxy": true }
}
````

Set **Only apps with a support email** to keep just the rows that carry a contact.

### How it works

1. **Enumerate** — for the full catalog, the actor reads `apps.shopify.com/sitemap.xml` → the English app sitemap (~22,900 app URLs). For a category, it reads the server-rendered app cards; for URLs, it uses yours directly.
2. **Parse each app page** — pulls name / rating / reviews / tagline from the page's JSON-LD, and the **support email, website and address** straight from the developer block's HTML attributes.
3. **Dedupe & export** — one row per app, ready for CSV, JSON, Excel, or Google Sheets, or via API.

#### Sample output

```json
{
  "appName": "Klaviyo: Email Marketing & SMS",
  "appHandle": "klaviyo-email-marketing",
  "appUrl": "https://apps.shopify.com/klaviyo-email-marketing",
  "tagline": "Power smarter digital relationships…",
  "developerName": "Klaviyo",
  "supportEmail": "support@klaviyo.com",
  "developerWebsite": "https://developers.klaviyo.com/en",
  "developerAddress": "125 Summer St, Floor 7, Boston, MA, 02111, US",
  "rating": 4.7,
  "reviewCount": 2964,
  "pricingSummary": "Free to install. Additional charges may apply.",
  "hasFreePlan": true,
  "builtForShopify": false,
  "categories": ["marketing-and-conversion-marketing-email-marketing", "marketing-and-conversion-marketing-sms-marketing"],
  "scrapedAt": "2026-07-07T00:00:00Z"
}
```

### Pricing

**Pay per result — $4 per 1,000 apps.** You only pay for the app-lead rows the actor actually returns. A targeted category run stays small and cheap; it's free to try.

### FAQ

**Do I need a login or API key?** No. It reads the public Shopify App Store — no account, no key.

**Will every row have an email?** No — the email is whatever the publisher lists on their app page. Most apps have one; some don't. Turn on *Only apps with a support email* to keep just the ones that do.

**Can I get the whole catalog?** Yes — set **Source = Full catalog**; it enumerates all ~22,900 English app listings (use **Max apps** to cap cost).

**Can I export to Excel or Google Sheets?** Yes — the dataset exports to JSON, CSV, Excel, or Google Sheets, or pull it via API.

### Notes & fair use

You are responsible for complying with Shopify's Terms of Service. This actor reads publicly available app-listing pages.

*Keywords: shopify app store scraper, shopify app leads, app developer email list, shopify partner leads.*

# Actor input Schema

## `mode` (type: `string`):

How to select apps to scrape.

## `categories` (type: `array`):

Used when Source = Specific categories. Slugs from the app-store category URL, e.g. marketing-and-conversion-marketing-email-marketing, finding-products.

## `appUrls` (type: `array`):

Used when Source = Specific app URLs. Full https://apps.shopify.com/<handle> URLs.

## `maxApps` (type: `integer`):

Cap total listings scraped (full\_catalog has ~22,900). Set 0 for no cap.

## `requireEmail` (type: `boolean`):

When on, skip apps whose publisher does not list a support email.

## `proxyConfiguration` (type: `object`):

Proxy settings. Datacenter is enough; the actor auto-retries on a fresh IP and falls back to residential on repeated blocks.

## Actor input object example

```json
{
  "mode": "categories",
  "categories": [
    "marketing-and-conversion-marketing-email-marketing"
  ],
  "appUrls": [
    "https://apps.shopify.com/klaviyo-email-marketing"
  ],
  "maxApps": 200,
  "requireEmail": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

# Actor output Schema

## `records` (type: `string`):

The dataset of scraped Shopify App Store publisher leads (one item per app).

# API

You can run this Actor programmatically using our API. Below are code examples in JavaScript, Python, and CLI, as well as the OpenAPI specification and MCP server setup.

## JavaScript example

```javascript
import { ApifyClient } from 'apify-client';

// Initialize the ApifyClient with your Apify API token
// Replace the '<YOUR_API_TOKEN>' with your token
const client = new ApifyClient({
    token: '<YOUR_API_TOKEN>',
});

// Prepare Actor input
const input = {
    "mode": "categories",
    "categories": [
        "marketing-and-conversion-marketing-email-marketing"
    ],
    "appUrls": [
        "https://apps.shopify.com/klaviyo-email-marketing"
    ],
    "maxApps": 200
};

// Run the Actor and wait for it to finish
const run = await client.actor("scrapersdelight/shopify-app-leads-scraper").call(input);

// Fetch and print Actor results from the run's dataset (if any)
console.log('Results from dataset');
console.log(`💾 Check your data here: https://console.apify.com/storage/datasets/${run.defaultDatasetId}`);
const { items } = await client.dataset(run.defaultDatasetId).listItems();
items.forEach((item) => {
    console.dir(item);
});

// 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/js/docs

```

## Python example

```python
from apify_client import ApifyClient

# Initialize the ApifyClient with your Apify API token
# Replace '<YOUR_API_TOKEN>' with your token.
client = ApifyClient("<YOUR_API_TOKEN>")

# Prepare the Actor input
run_input = {
    "mode": "categories",
    "categories": ["marketing-and-conversion-marketing-email-marketing"],
    "appUrls": ["https://apps.shopify.com/klaviyo-email-marketing"],
    "maxApps": 200,
}

# Run the Actor and wait for it to finish
run = client.actor("scrapersdelight/shopify-app-leads-scraper").call(run_input=run_input)

# Fetch and print Actor results from the run's dataset (if there are any)
print("💾 Check your data here: https://console.apify.com/storage/datasets/" + run["defaultDatasetId"])
for item in client.dataset(run["defaultDatasetId"]).iterate_items():
    print(item)

# 📚 Want to learn more 📖? Go to → https://docs.apify.com/api/client/python/docs/quick-start

```

## CLI example

```bash
echo '{
  "mode": "categories",
  "categories": [
    "marketing-and-conversion-marketing-email-marketing"
  ],
  "appUrls": [
    "https://apps.shopify.com/klaviyo-email-marketing"
  ],
  "maxApps": 200
}' |
apify call scrapersdelight/shopify-app-leads-scraper --silent --output-dataset

```

## MCP server setup

```json
{
    "mcpServers": {
        "apify": {
            "command": "npx",
            "args": [
                "mcp-remote",
                "https://mcp.apify.com/?tools=scrapersdelight/shopify-app-leads-scraper",
                "--header",
                "Authorization: Bearer <YOUR_API_TOKEN>"
            ]
        }
    }
}

```

## OpenAPI specification

```json
{
    "openapi": "3.0.1",
    "info": {
        "title": "Shopify App Store Leads Scraper - Emails, Websites & Ratings",
        "description": "Turn the Shopify App Store into a publisher lead list — support email, developer website, address, ratings, reviews, pricing & categories for every app. Enumerate the full catalog, a category, or specific app URLs. No login.",
        "version": "0.1",
        "x-build-id": "7GgWU4Px8k5S71RIo"
    },
    "servers": [
        {
            "url": "https://api.apify.com/v2"
        }
    ],
    "paths": {
        "/acts/scrapersdelight~shopify-app-leads-scraper/run-sync-get-dataset-items": {
            "post": {
                "operationId": "run-sync-get-dataset-items-scrapersdelight-shopify-app-leads-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for its completion, and returns Actor's dataset items in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        },
        "/acts/scrapersdelight~shopify-app-leads-scraper/runs": {
            "post": {
                "operationId": "runs-sync-scrapersdelight-shopify-app-leads-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor and returns information about the initiated run in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK",
                        "content": {
                            "application/json": {
                                "schema": {
                                    "$ref": "#/components/schemas/runsResponseSchema"
                                }
                            }
                        }
                    }
                }
            }
        },
        "/acts/scrapersdelight~shopify-app-leads-scraper/run-sync": {
            "post": {
                "operationId": "run-sync-scrapersdelight-shopify-app-leads-scraper",
                "x-openai-isConsequential": false,
                "summary": "Executes an Actor, waits for completion, and returns the OUTPUT from Key-value store in response.",
                "tags": [
                    "Run Actor"
                ],
                "requestBody": {
                    "required": true,
                    "content": {
                        "application/json": {
                            "schema": {
                                "$ref": "#/components/schemas/inputSchema"
                            }
                        }
                    }
                },
                "parameters": [
                    {
                        "name": "token",
                        "in": "query",
                        "required": true,
                        "schema": {
                            "type": "string"
                        },
                        "description": "Enter your Apify token here"
                    }
                ],
                "responses": {
                    "200": {
                        "description": "OK"
                    }
                }
            }
        }
    },
    "components": {
        "schemas": {
            "inputSchema": {
                "type": "object",
                "required": [
                    "mode"
                ],
                "properties": {
                    "mode": {
                        "title": "Source",
                        "enum": [
                            "full_catalog",
                            "categories",
                            "app_urls"
                        ],
                        "type": "string",
                        "description": "How to select apps to scrape.",
                        "default": "categories"
                    },
                    "categories": {
                        "title": "Category slugs",
                        "type": "array",
                        "description": "Used when Source = Specific categories. Slugs from the app-store category URL, e.g. marketing-and-conversion-marketing-email-marketing, finding-products.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "appUrls": {
                        "title": "App URLs",
                        "type": "array",
                        "description": "Used when Source = Specific app URLs. Full https://apps.shopify.com/<handle> URLs.",
                        "items": {
                            "type": "string"
                        }
                    },
                    "maxApps": {
                        "title": "Max apps",
                        "minimum": 0,
                        "type": "integer",
                        "description": "Cap total listings scraped (full_catalog has ~22,900). Set 0 for no cap.",
                        "default": 200
                    },
                    "requireEmail": {
                        "title": "Only apps with a support email",
                        "type": "boolean",
                        "description": "When on, skip apps whose publisher does not list a support email.",
                        "default": false
                    },
                    "proxyConfiguration": {
                        "title": "Proxy",
                        "type": "object",
                        "description": "Proxy settings. Datacenter is enough; the actor auto-retries on a fresh IP and falls back to residential on repeated blocks.",
                        "default": {
                            "useApifyProxy": true
                        }
                    }
                }
            },
            "runsResponseSchema": {
                "type": "object",
                "properties": {
                    "data": {
                        "type": "object",
                        "properties": {
                            "id": {
                                "type": "string"
                            },
                            "actId": {
                                "type": "string"
                            },
                            "userId": {
                                "type": "string"
                            },
                            "startedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "finishedAt": {
                                "type": "string",
                                "format": "date-time",
                                "example": "2025-01-08T00:00:00.000Z"
                            },
                            "status": {
                                "type": "string",
                                "example": "READY"
                            },
                            "meta": {
                                "type": "object",
                                "properties": {
                                    "origin": {
                                        "type": "string",
                                        "example": "API"
                                    },
                                    "userAgent": {
                                        "type": "string"
                                    }
                                }
                            },
                            "stats": {
                                "type": "object",
                                "properties": {
                                    "inputBodyLen": {
                                        "type": "integer",
                                        "example": 2000
                                    },
                                    "rebootCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "restartCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "resurrectCount": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "computeUnits": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "options": {
                                "type": "object",
                                "properties": {
                                    "build": {
                                        "type": "string",
                                        "example": "latest"
                                    },
                                    "timeoutSecs": {
                                        "type": "integer",
                                        "example": 300
                                    },
                                    "memoryMbytes": {
                                        "type": "integer",
                                        "example": 1024
                                    },
                                    "diskMbytes": {
                                        "type": "integer",
                                        "example": 2048
                                    }
                                }
                            },
                            "buildId": {
                                "type": "string"
                            },
                            "defaultKeyValueStoreId": {
                                "type": "string"
                            },
                            "defaultDatasetId": {
                                "type": "string"
                            },
                            "defaultRequestQueueId": {
                                "type": "string"
                            },
                            "buildNumber": {
                                "type": "string",
                                "example": "1.0.0"
                            },
                            "containerUrl": {
                                "type": "string"
                            },
                            "usage": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "integer",
                                        "example": 1
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            },
                            "usageTotalUsd": {
                                "type": "number",
                                "example": 0.00005
                            },
                            "usageUsd": {
                                "type": "object",
                                "properties": {
                                    "ACTOR_COMPUTE_UNITS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATASET_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "KEY_VALUE_STORE_WRITES": {
                                        "type": "number",
                                        "example": 0.00005
                                    },
                                    "KEY_VALUE_STORE_LISTS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_READS": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "REQUEST_QUEUE_WRITES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_INTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "DATA_TRANSFER_EXTERNAL_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_RESIDENTIAL_TRANSFER_GBYTES": {
                                        "type": "integer",
                                        "example": 0
                                    },
                                    "PROXY_SERPS": {
                                        "type": "integer",
                                        "example": 0
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}
```
