# Judge.me Shopify Store List — Free 10-Store Sample

**Use case:** 

Free sample of the Judge.me verified store directory. Returns 10 e-commerce stores with shop name, website, platform, country, average rating, review and product counts, physical address and social profiles. Email and phone extraction is off, so this task runs on a free plan and bills no contact events. Use it to check the data before scaling up to a full lead list.

## Input

```json
{
  "maxItems": 10,
  "maxPages": 1,
  "concurrency": 4,
  "extractSiteContacts": false,
  "resume": false,
  "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`).
