# Full Judge.me E-commerce Store Contact Database

**Use case:** 

Complete sweep of the Judge.me verified store directory, building a B2B contact database of every Shopify, WooCommerce and BigCommerce store it lists — emails, phone numbers, addresses, contact pages, ratings and social profiles. Uncapped and long-running: resume is enabled so the sweep can be split across scheduled runs, and a per-run spend cap keeps costs predictable.

## Input

```json
{
  "maxItems": 0,
  "maxPages": 0,
  "concurrency": 12,
  "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`).
