# Instagram Influencer Lead Qualifier & Scraper

**Use case:** 

Stop wasting budget on fake influencers. Input Instagram profiles, get lead scores (0-100), engagement rates, and a bought-follower check that flags inflated re

## Input

```json
{
  "profiles": [
    "https://www.instagram.com/nasa/",
    "https://www.instagram.com/natgeotravel/",
    "https://www.instagram.com/bbcnews/",
    "https://www.instagram.com/galatasaray/",
    "https://www.instagram.com/fenerbahce/",
    "https://www.instagram.com/besiktas/",
    "https://www.instagram.com/nefisyemektarifleri/",
    "https://www.instagram.com/yemekcom/",
    "https://www.instagram.com/yemeksepeti/",
    "https://www.instagram.com/turkishairlines/",
    "https://www.instagram.com/defacto/",
    "https://www.instagram.com/trtspor/",
    "https://www.instagram.com/ntvspor/",
    "https://www.instagram.com/fanatikcomtr/",
    "https://www.instagram.com/anadoluajansi/",
    "https://www.instagram.com/haberturk/",
    "https://www.instagram.com/webtekno/",
    "https://www.instagram.com/oguzhanceyhan.official/",
    "https://www.instagram.com/dharmakarmaastroloji/",
    "https://www.instagram.com/kesfetdunya/"
  ],
  "sessionId": "***",
  "minFollowers": 1000,
  "minEngagementRate": 1.5,
  "requireBusinessEmail": false,
  "nicheKeywords": [],
  "maxProfilesPerRun": 20,
  "minViewToFollowerRatio": 0,
  "onlyOutputQualified": false,
  "maxConcurrency": 1,
  "maxRequestsPerMinute": 12,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  },
  "diagnosticMode": ""
}
```

## Output

```json
{
  "username": {
    "label": "Username",
    "format": "string"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "string"
  },
  "followers": {
    "label": "Followers",
    "format": "integer"
  },
  "engagementRatePct": {
    "label": "Engagement rate %",
    "format": "number"
  },
  "medianViewCount": {
    "label": "Median views",
    "format": "number"
  },
  "leadScore": {
    "label": "Lead score",
    "format": "number"
  },
  "recommendation": {
    "label": "Recommendation",
    "format": "string"
  },
  "qualified": {
    "label": "Qualified",
    "format": "boolean"
  },
  "skipReason": {
    "label": "Skip reason",
    "format": "string"
  },
  "businessEmail": {
    "label": "Business email",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Instagram Influencer Lead Qualifier & Scraper](https://apify.com/seralifatih/iglead) with a specific input configuration. Visit the [Actor detail page](https://apify.com/seralifatih/iglead) to learn more, explore other use cases, and run it yourself.


## 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.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/seralifatih/iglead.md

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).
