# Shopify Store Email & Phone Lead List — 500 Judge.me Stores

**Use case:** 

B2B lead generation from the Judge.me verified store directory. Returns 500 e-commerce stores complete with business email addresses, phone numbers, physical addresses, contact pages and social profiles — ready for cold outreach, CRM import and prospecting. Resume is enabled, so repeat runs continue where the last one stopped instead of re-collecting stores you already have.

## Input

```json
{
  "maxItems": 500,
  "maxPages": 0,
  "concurrency": 8,
  "extractSiteContacts": true,
  "resume": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "shopName": {
    "label": "Shop name",
    "format": "string"
  },
  "websiteUrl": {
    "label": "Website",
    "format": "string"
  },
  "shopDomain": {
    "label": "Domain",
    "format": "string"
  },
  "platform": {
    "label": "Platform",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "averageRating": {
    "label": "Rating",
    "format": "number"
  },
  "numberOfReviews": {
    "label": "Reviews",
    "format": "integer"
  },
  "productsCount": {
    "label": "Products",
    "format": "integer"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "contactPageUrl": {
    "label": "Contact page",
    "format": "string"
  },
  "address": {
    "label": "Address",
    "format": "string"
  },
  "socialInstagram": {
    "label": "Instagram",
    "format": "string"
  },
  "socialFacebook": {
    "label": "Facebook",
    "format": "string"
  },
  "socialTwitter": {
    "label": "Twitter / X",
    "format": "string"
  },
  "socialTiktok": {
    "label": "TikTok",
    "format": "string"
  },
  "socialPinterest": {
    "label": "Pinterest",
    "format": "string"
  },
  "socialYoutube": {
    "label": "YouTube",
    "format": "string"
  },
  "socialLinkedin": {
    "label": "LinkedIn",
    "format": "string"
  },
  "medals": {
    "label": "Medals",
    "format": "array"
  },
  "judgemeProfileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "description": {
    "label": "Description",
    "format": "string"
  },
  "contactNote": {
    "label": "Contact note",
    "format": "string"
  },
  "encodedShopId": {
    "label": "Shop ID",
    "format": "string"
  },
  "reviewSiteSlug": {
    "label": "Slug",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Judge.me Store & Contact Scraper](https://apify.com/scraping_crew/judgeme-store-contact-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scraping_crew/judgeme-store-contact-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/scraping_crew/judgeme-store-contact-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
