Instagram Account Maximum Number of posts API
Find Instagram profiles by maximum Number of posts from 97.2M searchable profiles
Is there an API to find Instagram creators by number of posts?
Yes. The Influencers.club Discovery API filters Instagram creator profiles by how much the creator has published — total post count. Set a minimum, a maximum or both — say a 100 minimum — and get back full profiles with follower counts, engagement rates and verified contact data.
Make the call
Both samples below are complete. Paste one in, swap the key, get a 200.
https://api-dashboard.influencers.club/public/v1/discovery/
Authorization: Bearer <API_KEY>
Content type application/json
Rate 0.01 credits per creator returned
Full reference →
What comes back
A 200 with the page of creators and your remaining credit balance. Creator values below are elided — field names and types are exactly as published in the API schema.
The spec
| Parameter | Type | Accepted values | Behaviour |
|---|---|---|---|
| filters.number_of_posts.max | number | Numbers, as { "min": n }, { "max": n } or both | Min and max combine into a band; creators outside it are excluded. |
| platform | string | instagram · youtube · tiktok · twitch · twitter · onlyfans | Required. Selects the platform-specific filter set. |
| paging.limit / paging.page | integer | Any positive integer | Required. Page numbering starts at 0. |
| sort.sort_by / sort.sort_order | string | relevancy · asc / desc | Optional. Defaults to descending. |
| return_filter_values | boolean | true · false | Adds the matched filter values to each creator. Bills 0.03 credits instead of 0.01. |
Billing. 0.01 credits per creator returned. If no creators are returned, no credits are deducted.
Maximum Number of posts is rarely the only filter
Three combinations that people actually send. Every filter below exists today.
Established publishers, not new accounts
A post history means a content track record.
filters: {
"number_of_posts": { "min": 100 },
"engagement_percent": { "min": 2 } }
Prolific creators with a contact route
Volume proves commitment; the bio link proves reachability.
filters: {
"number_of_posts": { "min": 100 },
"has_link_in_bio": true }
Consistent publishers in the outreach band
Enough posts to judge, few enough followers to reply.
filters: {
"number_of_posts": { "min": 100 },
"number_of_followers": { "min": 10000, "max": 100000 } }
Other Instagram data you can access
Instagram API endpoints
Six platforms with full data, 40+ more in the social graph
Instagramdiscovery · full data
TikTokdiscovery · full data
YouTubediscovery · full data
X / Twitterdiscovery · full data
Twitchdiscovery · full data
OnlyFansdiscovery · full dataPlus Facebook, Pinterest, Reddit, LinkedIn, Discord, Snapchat,
Linktree and 40+ more via connected socials.
Frequently asked questions
Can I set both a minimum and a maximum?+
Yes. Pass { "min": n }, { "max": n } or both — together they define a band and creators outside it are excluded.
Where can I find my API key?+
Create a free account. You will find your API key through the API side menu.
How do I find accounts by maximum number of posts using your API?+
Simply sign up for free, copy your API key, then POST to the Discovery endpoint with filters.number_of_posts.max set. You’ll get Instagram profiles ready to be ingested for your use case.
What are your pricing plans and what do they include?+
Paid plans start at $249/month and use a flexible credit-based model.
Each API call consumes a specific number of credits depending on the endpoint and data depth. You can compare all tiers, credit amounts, and per-endpoint costs in the Pricing section of our API docs.
How can I get in touch with your team?+
Book a time on our calendar to talk to someone from our team and learn about the full capabilities of our API.