Instagram Hashtag Username Scraper
Pricing
from $3.99 / 1,000 results
Instagram Hashtag Username Scraper
๐ธ Instagram Hashtag Username Scraper finds and extracts usernames from targeted IG hashtags fast. ๐ Ideal for influencer discovery, audience research, and outreach. โ๏ธ Export to CSV/JSON or API pipelines. ๐ Boost growth and campaignsโuse ethically, respect Instagram TOS.
Pricing
from $3.99 / 1,000 results
Rating
0.0
(0)
Developer
Scrapio
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
7 days ago
Last modified
Categories
Share
Apify Actor that collects hashtag posts and outputs rows: search_keyword, user_pk, username, id, code, caption.
Uses the same HTTP strategy as the local script: requests.Session, cookies.update({"sessionid": โฆ}), GET https://www.instagram.com/, then GET โฆ/fbsearch/web/top_serp/ (not httpx, so behavior matches a typical main.py + extract_posts.py setup).
Input
- urls โ Tag URLs (
/explore/tags/name/) or plain hashtags (required). - sessionId โ Required. Your Instagram
sessionidcookie (or envINSTAGRAM_SESSION_ID). Paste it when you start a run. Without it, Instagram typically returns no results. - proxyConfiguration โ Recommended on Apify cloud: Instagram often returns no posts from raw datacenter IPs even with a valid session; the actor will switch routes automatically when the first response is empty (if proxy is enabled).
- maxItemsPerQuery โ Cap per hashtag (default 100).
Run locally
cd Instagram-Hashtag-Username-Scraperapify run
Notes
Data from public SERP only. You are responsible for compliance with Instagramโs terms and applicable law.