Instagram & TikTok Micro-Influencer Lead Finder avatar

Instagram & TikTok Micro-Influencer Lead Finder

Under maintenance

Pricing

Pay per usage

Go to Apify Store
Instagram & TikTok Micro-Influencer Lead Finder

Instagram & TikTok Micro-Influencer Lead Finder

Under maintenance

Find high-engagement micro-influencers and creators across Instagram and TikTok with verified business emails, follower stats, and engagement metrics.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Ege Usta

Ege Usta

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 hours ago

Last modified

Share

Instagram & TikTok Micro-Influencer Finder

Find public creator profiles for product seeding, affiliate campaigns and UGC outreach. Give it profile or hashtag URLs (or bare hashtags), set a follower band such as 5,000–50,000, and it returns public bio contact signals, niche hashtags, profile metrics and recent-post engagement when the platform exposes them.

{
"hashtags": ["moda", "kozmetik"],
"platform": "instagram",
"minFollowers": 5000,
"maxFollowers": 50000,
"includeWithoutEmail": false,
"useApifyProxy": true,
"proxyGroups": ["RESIDENTIAL"],
"useBrowserFallback": true
}
{
"platform": "instagram",
"profileUrl": "https://www.instagram.com/example.creator",
"username": "example.creator",
"displayName": "Example Creator",
"bio": "moda & lifestyle · iş birliği: hello@example.com",
"followers": 18400,
"following": 812,
"postCount": 640,
"emails": ["hello@example.com"],
"phones": [],
"externalLinks": ["https://linktr.ee/example.creator"],
"hashtags": ["#moda", "#ootd"],
"recentLikes": 540,
"recentComments": 26,
"engagementRate": 2.93,
"microInfluencerFit": true,
"status": "ok",
"checkedAt": "2026-08-28T09:00:00.000Z",
"error": null
}

What this does that a generic scraper does not

It filters to the micro tier as it goes. Profiles outside the minFollowersmaxFollowers band are dropped, and — unless includeWithoutEmail is on — so are ok profiles with no public business email. You pay for the leads you asked for.

Contact signals come from public bio text only. Emails and phone numbers are extracted from the visible bio and page text; there is no login, no private data.

Three fetch tiers, escalated only when needed. Direct request first; then Apify Proxy with rotation if the response is empty or challenged; then a headless Chromium render if useBrowserFallback is on. The browser is shared across the run and closed on exit.

Blocked is reported, not hidden. Platform challenge pages, private profiles and missing metrics come back as status: "blocked" / not-found with an error, never as fabricated numbers.

Input

FieldWhat it does
startUrlsPublic profile, hashtag or search URLs
hashtagsBare hashtags used to build discovery URLs
platformauto, instagram or tiktok
maxProfilesMax unique profiles emitted (1–1000)
minFollowers / maxFollowersFollower band; maxFollowers: 0 means no upper limit
lookbackDaysRequested window for recent-engagement signals
includeWithoutEmailKeep profiles with no public email
requestTimeoutSecsPer-request timeout (5–120)
useApifyProxy / proxyGroupsProxy fallback and optional groups (e.g. RESIDENTIAL)
useBrowserFallbackAllow a Chromium render when direct + proxy are challenged (more memory / compute)

Output

One row per profile: identity, bio, followers / following / postCount, emails[] / phones[] / externalLinks[], hashtags[], recent-post recentLikes / recentComments, a derived engagementRate, microInfluencerFit, and status / checkedAt / error. The run summary is written to the key-value store record SUMMARY.

Limits, stated plainly

  • Instagram and TikTok serve limited data to logged-out clients. Follower counts and engagement are best-effort and often come from og: / JSON-LD metadata; expect gaps.
  • Discovery only sees links on the page given (profile or hashtag page); it does not scroll an infinite feed.
  • engagementRate is recentLikes / followers from whatever the page exposed — a rough indicator, not an audited metric.
  • Use public pages lawfully, respect each platform's terms and rate limits, and contact creators only in line with applicable privacy and anti-spam rules.

Built alongside Scopras, an audit tool for e-commerce data quality.