# Instagram Shopify E-commerce Leads for Anime Brands

**Use case:** 

Obtain a list of active Instagram brands in the anime niche with Shopify stores. Get their contact info, engagement stats, and lead scores.

## Input

```json
{
  "searchTerms": [
    "Anime"
  ],
  "usernames": [
    "Fundom"
  ],
  "maxResults": 15,
  "leadType": "shopify-instagram",
  "onlyActiveProfiles": false,
  "requireEmail": false,
  "skipPreviousLeads": false,
  "resetLeadsHistory": false,
  "discoveryMode": "auto",
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "text"
  },
  "fullName": {
    "label": "Business",
    "format": "text"
  },
  "leadScore": {
    "label": "Score",
    "format": "number"
  },
  "leadTier": {
    "label": "Tier",
    "format": "text"
  },
  "isShopify": {
    "label": "Shopify",
    "format": "boolean"
  },
  "websitePlatform": {
    "label": "Platform",
    "format": "text"
  },
  "resolvedStoreUrl": {
    "label": "Store URL",
    "format": "link"
  },
  "publicEmail": {
    "label": "Email",
    "format": "text"
  },
  "publicPhone": {
    "label": "Phone",
    "format": "text"
  },
  "followersCount": {
    "label": "Followers",
    "format": "number"
  },
  "averageEngagementRate": {
    "label": "Engagement %",
    "format": "number"
  },
  "latestPostDate": {
    "label": "Last post",
    "format": "date"
  },
  "isActive": {
    "label": "Active",
    "format": "boolean"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "instagramUrl": {
    "label": "Instagram",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram E-commerce Brands with Shopify Stores Leads Scraper](https://apify.com/leafy-dev-jr/instagram-shopify-leads-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/leafy-dev-jr/instagram-shopify-leads-scraper) to learn more, explore other use cases, and run it yourself.