Instagram Mentions Scraper With Metadata avatar

Instagram Mentions Scraper With Metadata

Pricing

$24.99/month + usage

Go to Apify Store
Instagram Mentions Scraper With Metadata

Instagram Mentions Scraper With Metadata

Scrape Instagram posts mentioning specific users with the Instagram Mentions Scraper. Extract captions, media, usernames, likes, comments, and timestamps. Ideal for brand monitoring, engagement analysis, and influencer research. Fast, reliable, and scalable for bulk scraping.

Pricing

$24.99/month + usage

Rating

0.0

(0)

Developer

Scrapier

Scrapier

Maintained by Community

Actor stats

0

Bookmarked

50

Total users

2

Monthly active users

4 days ago

Last modified

Share

Instagram Mentions Scraper → UGC & Creator-Discovery Lead Engine

Turn Instagram mentions into ranked, contactable creator leads. This Instagram mentions scraper finds the people who tag or mention a brand in their posts, deduplicates them into unique creators, and enriches each one with follower count, biography, contact details and a real engagement rate. It is built for UGC discovery, influencer marketing, brand monitoring, social listening and competitor mention tracking.

Unlike a plain Instagram scraper that dumps a brand's own feed, this actor reads the tagged-media feed — the posts where the target account is tagged — so every row is an external creator promoting the brand, not the brand itself.

What it does

  1. Resolves each brand username to its Instagram user id.
  2. Pages the tagged-media feed (usertags) — posts where the brand is tagged. The author of each post is the creator who tagged the brand = the lead.
  3. Deduplicates authors into creator leads (tag count, first/last seen, total likes & comments).
  4. Optionally enriches each unique creator with follower count, biography, external URL, business/public email, category and parsed bio contacts (emails, phones, Linktree-style links).
  5. Computes a real engagement rate per creator ((likes + comments) ÷ follower count).
  6. Adds videoUrl + videoDuration for Reels.
  7. Optionally runs AI sentiment / topic / brand-safety tagging over real captions and preview comments.
  8. Emits a competitive share-of-voice summary across multiple brands.

Keywords

instagram mentions scraper, instagram tagged posts scraper, instagram UGC scraper, instagram creator discovery, influencer marketing tool, instagram brand monitoring, social listening instagram, instagram lead generation, instagram engagement rate, instagram tagged media, creator lead engine, competitor mention tracking, instagram hashtag scraper, instagram bio email scraper, instagram reels scraper.

Input

FieldTypeDescription
usernamearrayBrand handles or profile URLs to track (required). Multiple brands enable share-of-voice.
resultsLimitintegerTagged (mention) posts per brand. 0 = all available. Counts top-level posts only.
onlyPostsNewerThandatepickerAbsolute date or relative value (e.g. 3 months). Drops older tagged posts.
includeAuthorDetailsbooleanEnrich unique creators with followers, bio, contacts + engagement rate. Default true.
includeHashtagScanbooleanBest-effort caption-mention supplement via recent-hashtag feed. Not exhaustive. Default false.
hashtagsarrayHashtags to scan (defaults to the brand handles).
aiEnhancementbooleanAI sentiment / topics / brand-safety over real caption + comments. Default false.
aiModelenumAI model/provider (Anthropic, OpenAI, Google, xAI, DeepSeek, Perplexity, Mistral).
aiApiKeysecretAPI key for the selected AI provider (or provider env var).
sessionIdsecretOptional Instagram sessionId cookie, used only as a fallback if anonymous web tokens are blocked.
proxyConfigurationproxyResidential Apify Proxy recommended; auto-rotates on 403/429.

Example input

{
"username": ["gopro", "gymshark"],
"resultsLimit": 50,
"onlyPostsNewerThan": "6 months",
"includeAuthorDetails": true,
"aiEnhancement": false,
"proxyConfiguration": { "useApifyProxy": true, "apifyProxyGroups": ["RESIDENTIAL"] }
}

Output

Three row types share one dataset, distinguished by the type column:

  • mention_post — one tagged post (creator, caption, likes, comments, media, videoUrl/videoDuration, engagement rate, optional AI fields).
  • creator_lead — one aggregated unique creator (tag count, totals, follower count, bio, contacts, average engagement rate). Also mirrored to a per-run creator-leads-<runId> dataset.
  • brand_summary — one per brand (tagged post count, unique creators, share-of-voice %).
  • caption_mention — best-effort caption @-mentions (only when the hashtag supplement is on; clearly labeled non-exhaustive).

Example output (creator_lead row)

{
"type": "creator_lead",
"isLead": true,
"brandUsername": "gopro",
"ownerUsername": "some_creator",
"ownerId": "123456789",
"tagCount": 3,
"totalLikes": 5120,
"totalComments": 88,
"firstSeen": "2026-02-11T09:12:00Z",
"lastSeen": "2026-06-20T14:03:00Z",
"followerCount": 48210,
"biography": "Adventure filmmaker hello@example.com",
"externalUrl": "https://linktr.ee/somecreator",
"businessEmail": "hello@example.com",
"bioEmails": ["hello@example.com"],
"avgEngagementRate": 10.8,
"postShortCodes": ["Cabc123", "Cdef456", "Cghi789"],
"scrapedAt": "2026-07-02T17:40:00Z"
}

Coverage & honesty notes

  • Tagged-media only. The core feed covers posts where the brand is tagged in media. Caption @-mentions have no exhaustive Instagram search endpoint — the optional hashtag scan is best-effort, not complete.
  • Comment coverage is limited to the 2–3 preview_comments the feed exposes; this actor does not claim full comment-thread mention detection.
  • No fabricated metrics. Reach, impressions, audience demographics and ad-value estimates are not available from public data and are never synthesized. Follower count is the only real reach proxy. Genuinely unavailable values are emitted as null, never faked.
  • Engagement rate is derived only from real like/comment counts and the enriched follower count.

Compliance

Only publicly available data is collected. Respect Instagram's terms and applicable data-protection law (GDPR/CCPA) for any downstream use of scraped contact fields.