Instagram Hashtag Username Scraper avatar

Instagram Hashtag Username Scraper

Pricing

from $4.99 / 1,000 results

Go to Apify Store
Instagram Hashtag Username Scraper

Instagram Hashtag Username Scraper

πŸ“Έ Instagram Hashtag Username Scraper pulls active usernames from targeted #hashtags fast β€” with filters for recency, likes & followers. πŸ”Ž Export to CSV/JSON for influencer outreach, market research & competitor analysis. πŸš€ Perfect for growth marketers, agencies & SaaS teams.

Pricing

from $4.99 / 1,000 results

Rating

0.0

(0)

Developer

Scraper Engine

Scraper Engine

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

9 days ago

Last modified

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 sessionid cookie (or env INSTAGRAM_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-Scraper
apify run

Notes

Data from public SERP only. You are responsible for compliance with Instagram’s terms and applicable law.