VOOZH about

URL: https://apify.com/leadsbrary/instagram-hashtag-stats

⇱ Instagram Hashtag Stats Β· Apify


Pricing

from $1.00 / 1,000 instagram hashtag stats & top posts

Go to Apify Store

Instagram Hashtag Stats

Get total post count and top posts for any Instagram hashtag β€” no login required. Powered by real browser rendering for reliable results even on the most popular hashtags. Perfect for content strategy, trend monitoring and influencer research.

Pricing

from $1.00 / 1,000 instagram hashtag stats & top posts

Rating

5.0

(1)

Developer

πŸ‘ Alexandre Manguis

Alexandre Manguis

Maintained by Community

Actor stats

2

Bookmarked

60

Total users

10

Monthly active users

3 months ago

Last modified

Share

Instagram Hashtag Stats & Top Posts

Get the total post count and top posts for any Instagram hashtag β€” no login, no session cookies, no Instagram account required.

Powered by real browser rendering with stealth mode, this actor reliably handles both everyday hashtags and ultra-popular ones with billions of posts (e.g. #travel, #anime, #photography).


✨ What you get

For each hashtag, the actor returns:

FieldTypeExample
hashtagstringtravel
hashtagUrlstringhttps://www.instagram.com/explore/tags/travel/
hashtagIdstring | null17841563392441660
mediaCountinteger | null3917852048
formattedMediaCountstring | null3.9B
topPostsarraysee below

Each top post includes:

FieldExampleNotes
shortcodeDR5JCDuEvc2Unique post identifier
urlhttps://www.instagram.com/reel/DR5JCDuEvc2/Direct link
typeVideoVideo, Image or Carousel
ownerUsernamenatgeoAuthor's handle
ownerId25025320Author's numeric ID
likesCount48392Like count
commentsCount312Comment count
videoViewCount1200000View count (Reels only)
imageUrlhttps://…Thumbnail / display image URL
caption"Exploring the peaks…"Post caption text
timestamp2026-03-01T14:23:00.000ZISO 8601 post date

Note: ownerUsername, ownerId, likesCount, commentsCount, videoViewCount, imageUrl, caption and timestamp are populated when Instagram includes them in the page's network responses (rich data). When the DOM fallback is used, only shortcode, url and type are guaranteed.


πŸš€ Usage

Input

{
"hashtags":["travel","anime","msi"],
"includeTopPosts":true,
"maxTopPosts":9,
"concurrency":3
}
ParameterTypeDefaultDescription
hashtagsstring[]requiredHashtag names to scrape (without #)
includeTopPostsbooleantrueAlso extract top posts using browser rendering
maxTopPostsinteger9Max posts per hashtag (1–10)
concurrencyinteger3Hashtags processed in parallel (1–5)

Output (one item per hashtag)

[
{
"hashtag":"travel",
"hashtagUrl":"https://www.instagram.com/explore/tags/travel/",
"hashtagId":"17841563392441660",
"mediaCount":3917852048,
"formattedMediaCount":"3.9B",
"topPosts":[
{
"hashtag":"travel",
"shortcode":"DR5JCDuEvc2",
"url":"https://www.instagram.com/reel/DR5JCDuEvc2/",
"type":"Video",
"ownerUsername":"natgeo",
"ownerId":"25025320",
"likesCount":48392,
"commentsCount":312,
"videoViewCount":1200000,
"imageUrl":"https://instagram.com/...jpg",
"caption":"Exploring the peaks of Patagonia πŸ”οΈ #travel #nature",
"timestamp":"2026-03-01T14:23:00.000Z"
},
{
"hashtag":"travel",
"shortcode":"DTQ9VKEEv2x",
"url":"https://www.instagram.com/reel/DTQ9VKEEv2x/",
"type":"Video",
"ownerUsername":null,
"ownerId":null,
"likesCount":null,
"commentsCount":null,
"videoViewCount":null,
"imageUrl":null,
"caption":null,
"timestamp":null
}
]
},
{
"hashtag":"anime",
"hashtagUrl":"https://www.instagram.com/explore/tags/anime/",
"hashtagId":null,
"mediaCount":1000000000,
"formattedMediaCount":"1B",
"topPosts":[
{
"hashtag":"anime",
"shortcode":"DU8kXoQpZr1",
"url":"https://www.instagram.com/reel/DU8kXoQpZr1/",
"type":"Video",
"ownerUsername":null,
"ownerId":null,
"likesCount":null,
"commentsCount":null,
"videoViewCount":null,
"imageUrl":null,
"caption":null,
"timestamp":null
}
]
}
]

Note on hashtagId: Instagram only exposes the numeric ID publicly for hashtags below ~500M posts. For mega-popular hashtags (#anime, #photography, etc.) this field will be null.

Note on rich post fields: ownerUsername, likesCount, commentsCount, videoViewCount, imageUrl, caption and timestamp are populated when Instagram's page responses include them (JSON intercept). When only the DOM is available (fallback), these fields are null.


🎯 Use cases

1. Hashtag research before publishing

Find out how competitive a hashtag is before adding it to your post. A hashtag with 3.9B posts is extremely saturated; one with 500K posts gives you a real chance to appear in the top results.

{"hashtags":["fitnessmotivation","fitlife","gymlife","workout"],"maxTopPosts":5}

2. Competitor & niche analysis

See exactly which posts are currently trending for your niche. Analyse the content format (Reel vs Image), posting style and engagement of top-performing posts.

3. Trend monitoring

Schedule regular runs to track which hashtags are growing. Compare mediaCount over time to spot emerging trends before they peak.

4. Influencer campaign validation

Before paying for a sponsored post, verify that the target hashtag actually has real engagement by checking its top posts.

5. Content strategy & SEO

Build a database of hashtag volumes to optimise your posting strategy β€” combine high-volume hashtags (reach) with medium ones (discoverability) and niche ones (engagement).


βš™οΈ Technical details

  • No login required β€” the actor uses only public Instagram pages
  • Stealth browser β€” Playwright with puppeteer-extra-plugin-stealth to avoid detection
  • Parallel processing β€” multiple hashtags are scraped simultaneously (configurable concurrency)
  • Dual extraction strategy β€” tries the fast public API first; falls back to real browser rendering for hashtags that are excluded from API results
  • Progressive scroll retry β€” if the DOM is empty on first load, the actor scrolls the page in stages to trigger React's lazy rendering
  • Automatic retry β€” each hashtag gets up to 2 attempts before giving up

πŸ’‘ Tips

  • Set concurrency to 2 if you are scraping many hashtags at once to avoid rate-limiting
  • Use includeTopPosts: false if you only need the post count β€” it's much faster (no browser needed)
  • Process up to 50 hashtags per run for best reliability
  • Results can be exported as JSON, CSV or Excel from the Apify dataset

⚠️ Limitations

  • Top posts are limited to 10 per hashtag (Instagram's grid shows ~12 naturally)
  • hashtagId is unavailable for mega-popular hashtags (Instagram does not expose it publicly without a session)
  • Instagram may rate-limit requests from datacenter IPs β€” if you experience consistent failures on a specific hashtag, try running again later
  • Results reflect what Instagram shows at the time of the run; top posts change frequently

πŸ“¦ Integrations

The output dataset can be used directly with:

  • Apify API β€” poll results in JSON or NDJSON format
  • Webhooks β€” trigger downstream workflows on run completion
  • Make (Integromat) / Zapier β€” connect to CRMs, Sheets, Notion, Airtable, etc.
  • Google Sheets β€” use the Apify Google Sheets integration to sync results automatically

You might also like

Instagram Hashtag Analytics Scraper

parseforge/instagram-hashtag-analytics-scraper

Analyze Instagram hashtags at scale. Get total post counts, average likes, comments, views, top-performing posts with engagement data, related keywords, and top creators for any hashtag. Compare multiple hashtags side by side for content strategy and trend research. No login required.

Instagram Hashtag Scraper Pro βœ… No cookies βœ…

scraping_solutions/instagram-hashtag-scraper-pro-no-cookies

Instagram Hashtag Scraper API: Automatically extract public Instagram posts by hashtag. Perfect for trend analysis, campaign monitoring, and real-time content collection.

πŸ‘ User avatar

Scraping Solutions

824

5.0

Instagram Hashtag Posts - Most Recent by Hashtag 2026

instaprism/instagram-hashtag-posts

No login required. Scrape the most recent posts from any Instagram hashtag in real-time. Get post URLs, captions, engagement metrics, author IDs. Always returns chronologically newest posts first. Export JSON/CSV.

Instagram Hashtag Finder Β· No Login

data-slayer/instagram-hashtags-scraper-no-login-required

Type any keyword, get every related Instagram hashtag Instagram suggests β€” with post counts, hashtag IDs, and followable status. Bulk input: research 50 topics in one run instead of searching manually. Build your hashtag strategy with real post-count data. No login. JSON/CSV/Excel.

Instagram Hashtag Analytics Scraper

apify/instagram-hashtag-analytics-scraper

Extract detailed Instagram hashtag metrics fast. Get total post count, posts per day, top and latest posts, related hashtags (literal and semantic), and their usage frequency. Export scraped stats, run the scraper via API, schedule and monitor runs or integrate with other tools.

Instagram Hashtag Scraper

scrapesmith/instagram-hashtag-scraper

⚑ Instagram Hashtag Scraper – Extract posts & reels from any public hashtag. Get captions, likes, views, comments, timestamps & media URLs. Bulk hashtag support, no login needed. Export to JSON, CSV or Excel. $0.50/1,000 results.

671

3.7

Instagram Hashtag Scraper

scraper-engine/instagram-hashtag-scraper

Scrape Instagram posts by hashtag quickly and at scale. Extract captions, images, reels, likes, comments, and metadata. Perfect for trend analysis, influencer research, marketing insights, and dataset creation. Fast, reliable, and ideal for automated Instagram hashtag monitoring.

πŸ‘ User avatar

Scraper Engine

136

5.0

Instagram Hashtag Scraper

easyapi/instagram-hashtag-scraper

Effortlessly scrape Instagram hashtag data, including top posts and engagement metrics. Perfect for marketers, researchers, and data analysts looking to gain insights from Instagram trends and content performance. πŸ“Š

1.5K

1.0

Instagram Hashtags Posts Scraper

instagram-scraper/instagram-hashtags-scraper

This Actor scrapes public Instagram hashtag popular pages. It runs in no‑login mode, which makes it fast to start and easy to use for analytics, research, and content monitoring workflows.

πŸ‘ User avatar

Instagram Scraper

136

Instagram Hashtag Scraper

apidojo/instagram-hashtag-scraper

Best posts & reels hashtag scraper! $0.016 / hashtag gets you 60 items FREE, then $0.0004 / additional item. No authentication, no proxy needed. Perfect for content research and social media intelligence! ⚑

1.8K

4.0