Instagram User Search Scraper — Keyword to Profiles avatar

Instagram User Search Scraper — Keyword to Profiles

Pricing

from $0.85 / 1,000 results

Go to Apify Store
Instagram User Search Scraper — Keyword to Profiles

Instagram User Search Scraper — Keyword to Profiles

Search Instagram for users by keyword, optionally fetching each result's full public profile.

Pricing

from $0.85 / 1,000 results

Rating

0.0

(0)

Developer

ToolzerHub

ToolzerHub

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

7 hours ago

Last modified

Share

Search Instagram for accounts by keyword and get back the matching profiles, in the order Instagram ranks them. No login, no cookie, no session.

This is where a workflow starts when you don't yet know whose accounts you want.

Input

FieldTypeDefaultWhat it does
keywordstringRequired. Name, brand, topic, or handle fragment.
addonProfilebooleanfalseSwaps each result for its full public profile.
{
"keyword": "street photography",
"addonProfile": false
}

One keyword per run, and one request — this is a lookup, not a paginated crawl.

Output

One row per account.

FieldWhat it holds
usernameAccount username
full_nameDisplay name
is_verifiedWhether it's verified
is_privateWhether it's private
positionWhere Instagram ranked it, starting at the top
enrichedWhether the full profile was fetched
{
"username": "streetphotographyinternational",
"full_name": "Street Photography International",
"is_verified": true,
"is_private": false,
"position": 1,
"enriched": false
}

position is Instagram's own ranking, preserved. It's a relevance signal in its own right — the top few results for a brand term are usually the accounts that actually own it, and everything after is imitation and fan accounts.

Questions

How many accounts come back? Whatever Instagram returns for that keyword in a single response — a ranked shortlist, typically a few dozen at most, not an exhaustive index. There's no pagination and no limit field, because there's nothing to page through.

Why is position worth keeping? Because relevance ordering is information you can't reconstruct afterwards. Sorting by follower count gives you a different and usually worse answer — the biggest account matching "nike" isn't necessarily Nike.

Does it search names, or only usernames? Both. Instagram matches the keyword against usernames and display names, so a search for a person's real name finds them even when their handle looks nothing like it.

What does addonProfile cost? One extra request and one billable event per result. Result sets here are small, so unlike the bulk Actors this addon is usually worth leaving on — enriching thirty accounts is cheap and saves a second run.

Can I search several keywords in one run? No — one keyword per run. Run it once per term, or use Instagram Hashtag & Keyword Search if what you actually want is posts about a subject rather than accounts.

Do private accounts appear? Yes, if they match. They're marked with is_private, and their content isn't reachable — but knowing the account exists is often the point.

Do I need an Instagram login? No. Nothing logs in and no session is passed.

Other Instagram Actors

ActorUse when
Instagram Profile ContentYou've found accounts and want their posts
Instagram Followers & FollowingYou want their audience
Instagram Hashtag & Keyword SearchYou want posts about a subject, not accounts
Instagram Media EngagementYou want comments and likers on a post

Support

Questions, bugs, or feature requests: contact@toolzerhub.com

Browse the rest: apify.com/toolzerhub