Instagram Hashtag Scraper - Filtered Post Search avatar

Instagram Hashtag Scraper - Filtered Post Search

Pricing

from $2.50 / 1,000 post discovereds

Go to Apify Store
Instagram Hashtag Scraper - Filtered Post Search

Instagram Hashtag Scraper - Filtered Post Search

Search Instagram hashtags and keywords without login, with filters that run inside the crawl: date range, minimum likes, comments and plays, media type and hashtag exclusions. Full post records with engagement, owner, location and coordinates. Monitor mode.

Pricing

from $2.50 / 1,000 post discovereds

Rating

0.0

(0)

Developer

Scrape Sage

Scrape Sage

Maintained by Community

Actor stats

0

Bookmarked

3

Total users

2

Monthly active users

3 days ago

Last modified

Share

Search Instagram hashtags and keywords without a login and get back only the posts you actually want - filtered by date range, minimum likes, minimum comments, minimum plays, media type and excluded hashtags.

Why this one

The popular hashtag scrapers take a four-field input (hashtags, result type, limit, keyword) and hand you a firehose you then filter yourself. That means your result limit gets eaten by posts you were going to throw away, and you pay for every one of them.

This actor filters inside the crawl loop. Set minPlays: 500000 and your 100-result budget returns 100 posts that actually cleared half a million plays. Cheap filters (plays, excluded hashtags) are applied to the discovery payload before any paid detail fetch, so posts you filtered out cost you nothing.

This actor
Date range filterpostedAfter / postedBefore
Engagement floorsminLikes, minComments, minPlays
Media-type filter✅ image / video / reel / carousel
Hashtag exclusions✅ drop #ad, #giveaway, …
Keyword search✅ multi-word phrases
Filters applied before billing
Location with coordinates✅ name, id, lat, lng
Login required❌ never

What you get per post

postUrl · shortCode · mediaId · mediaKind (image/video/reel/carousel) · isReel · caption · hashtags[] · mentions[] · likeCount · commentCount · playCount · engagementRate · countsHidden · postedAt · takenAtTimestamp · thumbnailUrl · videoUrl · width · height · hasAudio · accessibilityCaption · locationName · locationId · locationLat · locationLng · coauthors[] · taggedUsers[] · ownerUsername · ownerFullName · ownerId · ownerIsVerified · ownerProfilePicUrl · ownerProfileUrl · query · queryType · scrapedAt

Input

{
"hashtags": ["travel", "vanlife"],
"keywords": ["sourdough starter"],
"minPlays": 500000,
"postedAfter": "2026-06-01",
"excludeHashtags": ["ad", "sponsored"],
"mediaType": "reel",
"maxResults": 100,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}
FieldWhat it does
hashtagsTags to search, with or without #
keywordsMulti-word phrases (matched as Instagram tags)
mediaTypeall / image / video / reel / carousel
postedAfter / postedBeforeDate window (YYYY-MM-DD)
minLikes / minCommentsEngagement floors (need post details)
minPlaysVideo play floor - applied before any paid detail fetch
excludeHashtagsDrop posts carrying these tags
includePostDetailsAdds likes, comments, exact date, location, tagged users, owner. On by default
maxResultsTotal cap across all queries. 0 = no limit
onlyNewPostsMonitor mode for brand tracking on a schedule

Honest limits - read before you buy

Instagram gates some hashtags for logged-out visitors. This is the single most important thing to know, so here is the measurement rather than a promise. Across a 16-tag sample (2 attempts each, fresh residential IP per attempt) on 2026-07-30:

  • 12 of 16 tags returned data (22 of 32 attempts).
  • Reliable on every attempt: #travel, #nature, #vanlife, #yoga, #crossfit, #homedecor, #streetphotography, #sourdoughstarter, #marathontraining, #specialtycoffee.
  • Intermittent (recovered on retry): #dogsofinstagram, #skincareroutine.
  • Login-walled on every attempt: #sunset, #coffee, #food, #fitness.

The actor retries a walled tag up to 4 times on fresh IPs, and if Instagram still refuses it says so in the run status and bills you nothing for that tag. Specific tags behave better than ultra-generic one-word tags.

Other limits:

  • Instagram's logged-out discovery returns 12-18 posts per tag. Volume comes from breadth - pass many tags/keywords - not from deep pagination, which requires a rotating internal token this actor deliberately does not hardcode.
  • Keywords are matched as tags. "sourdough starter" is resolved to #sourdoughstarter. Instagram's logged-out keyword-search endpoint is a login wall on every request, so routing keywords through the tag lane is the only version of this feature that actually returns data.
  • playCount, videoUrl and hasAudio are video-only - null on image and carousel posts by definition.
  • No sponsorship flag. Instagram does not expose is_paid_partnership to logged-out callers (probed across 8 posts, zero sponsorship keys), so rather than ship a column that is always null, this actor omits it. Use excludeHashtags: ["ad","sponsored"] for a caption-level proxy.

Pricing (pay per event, no start fee)

EventPriceWhat it covers
post$0.0025One matching post: caption, hashtags, play count, thumbnail, owner handle
postDetail$0.008Adds likes, comments, exact date, dimensions, location + coordinates, tagged users, collaborators, full owner record

Posts are billed before they are written, and filtered-out posts are never billed at all.

Use with AI assistants (MCP)

This actor works as a tool for LLM agents through the Apify MCP server - ask for "travel Reels over 500k plays from June" and it can call this actor directly.

Agent-ready: autonomous payments (x402 & Skyfire)

This actor is agent-ready — AI agents can discover it, run it, and pay for it autonomously, with no Apify account and no human in the loop. It uses pay-per-event pricing and limited permissions, so it qualifies for Apify's agentic-payment standards:

  • x402 — an open, HTTP-native payment protocol. Agents pay per run in USDC on the Base network directly through the Apify MCP server — no account, no API key.
  • Skyfire — agent-to-service payments for fully autonomous AI-agent workflows.

Building an AI agent, MCP tool, or autonomous data pipeline? This scraper is ready to plug in and pay as it goes.

Integrations

Make, Zapier, Slack, Google Drive, Airbyte, GitHub, the Apify API, Schedules and Webhooks.

Monitor mode

Set onlyNewPosts: true and the actor remembers which posts it has already returned for that query set, emitting only new ones - a clean brand-monitoring feed when paired with Apify Schedules.

FAQ

Do I need a login or cookies? No.

Why did one of my tags return nothing? Instagram serves a login wall for some tags to logged-out visitors (see the measured list above). The run still succeeds, says so in the status, and bills nothing for that tag.

Why are likes null? You ran with includePostDetails: false. Likes, comments and the exact date live on the post page, not in the discovery payload.

Can I filter by language? Not reliably - Instagram does not expose a language field logged-out, and guessing from caption text would be a false promise.