Find every Instagram creator in
your niche.
Bulk lists of Instagram creators by hashtag, niche, or location — with follower counts, engagement rate, and contact emails when in bio. Built for UGC programs, DTC brands prospecting partners, and creator-led marketing teams.
› kind="hashtag"
› q="veganrecipes"
› followers=5k–250k
From hashtag to outreach-ready list in three steps.
Pick your niche
Search by hashtag (#veganrecipes), by location (Austin, TX), or fan out from a competitor's followers. Set follower-range filters (5k–250k for mid-tier UGC) and decide whether you want deep enrichment.
We run the discovery
Job lands in a queue. We pull matching profiles, resolve emails from bios and business contacts, and compute engagement-rate across the last twelve posts. Progress is live; close the tab — we'll notify you when it's done.
Export anywhere
Download as CSV or JSON, fire a webhook into your CRM or warehouse, or hit the REST / MCP / x402 API. The dataset is yours — no DRM, no usage cap on what you've already paid for.
Fourteen fields per creator. Clean. Normalized. Outreach-ready.
Every row is the same shape no matter what you searched. Follower counts are integers, not “128k” strings. Engagement rate is the last-12-posts mean of (likes + comments) ÷ followers, computed server-side so two tools never disagree. Emails are deduped per profile. Top hashtags come back as a clean array, not a free-text caption a regex won’t survive.
From “I need 200 creators by Friday” to “this is our weekly partner pipeline.”
One discovery engine, six workflows, one queryable dataset. Most teams start with UGC sourcing and end up running four of these at once.
UGC programs
Pull 500 mid-tier creators in your niche with a contact email on file. Skip the agency markup — outreach the same week, brief the next, and ship a content batch by month-end. Filter by engagement rate to weed out follower-padded accounts.
DTC influencer sourcing
Brands buying from creator agencies are paying a 3-5× markup for what is a public-data exercise. Build the prospect list yourself — your CX team will thank you when partners come pre-segmented by audience size and category.
Niche research
Mapping the landscape of a new vertical? Pull every account using a hashtag, then segment by follower band, business-account status, and engagement rate. Find the macro-creators, micro-creators, and the long tail in one query.
Competitor follower mining
Pull a competitor's follower list, filter to public accounts with 5k+ followers themselves, and you've got a warm-leaning prospect roster. Combine with engagement signals to prioritize who'll actually convert.
Local creator ops
Brick-and-mortar brand opening a new city? Pull creators tagged at popular local locations and within a follower band that matches your campaign budget. Make the first outreach a tagged-in-the-wild post, not a cold DM.
Roster monitoring
Schedule weekly re-scrapes of your active creator roster to watch follower growth, engagement drift, and category changes. Webhook the diff into your data warehouse and your CRM team sees the same numbers you do.
REST, MCP, webhook, or pay-per-call x402.
Subscribers get a REST API with bearer-token auth and a native MCP server that drops into Cursor, Claude, ChatGPT, or the AI SDK — your assistant can search creators, poll jobs, and export rows without writing any glue. One-off scripts can hit our x402 endpoint and pay per request in USDC. Same data, same schema.
// One request. Streaming results.
const res = await fetch("https://instagram-creators.0p.studio/api/scrape", {
method: "POST",
headers: {
"Authorization": "Bearer ${API_KEY}",
"Content-Type": "application/json",
},
body: JSON.stringify({
search_kind: "hashtag",
query: "veganrecipes",
max_creators: 1000,
min_followers: 5000,
max_followers: 250000,
enrichment: true,
}),
});
const { job_id } = await res.json();
// → poll /api/jobs/${job_id} or wait on the webhookPay for creators discovered. Not seats, not setup, not surprises.
Every plan includes the same discovery engine, the same schema, the same exports. The only difference is your monthly profile budget and a couple of API conveniences.
Starter
Test a niche, ship one campaign, see if creators are your channel.
- 3,000 creator profiles / month
- Search by hashtag, niche, or location
- Followers, following, posts, bio, profile URL
- Bio email when present
- CSV export
- 1 concurrent search
Growth
UGC programs and DTC brands prospecting partners every week.
- 12,000 creator profiles / month
- Everything in Starter
- Engagement rate (last-12-posts average)
- Deep enrichment — emails, links, brand mentions
- JSON export + webhooks
- Saved searches · 3 concurrent searches
Scale
Creator agencies and platforms running discovery at production scale.
- 50,000 creator profiles / month
- Everything in Growth
- REST + native MCP + x402 API access
- Bulk job submission · 10 concurrent searches
- Priority support + uptime SLA
Unused creator-credits don't roll over. Cancel any time, keep every row you've pulled. Also available: x402 pay-per-call for AI agents.