VOOZH about

URL: https://apify.com/apify/instagram-tagged-scraper/api

⇱ πŸ”– Instagram Mentions and Tagged Posts Scraper API Β· Apify


Pricing

from $1.50 / 1,000 posts

Go to Apify Store

Instagram Mentions Scraper

Extract data from tagged posts and mentions on Instagram. Just add one or more Instagram usernames and get post text, hashtags, mentions, comments, images, likes, locations, and metadata. Export scraped data, run the scraper via API, schedule and monitor runs, or integrate with other tools.

Pricing

from $1.50 / 1,000 posts

Rating

5.0

(9)

Developer

πŸ‘ Apify

Apify

Maintained by Apify

Actor stats

88

Bookmarked

8.3K

Total users

446

Monthly active users

2.9 hours

Issues response

4 hours ago

Last modified

Categories

Share

You might also like

Instagram Scraper

apify/instagram-scraper

Scrape and download Instagram posts, profiles, places, hashtags, photos, and comments. Get data from Instagram using one or more Instagram URLs or search queries. Export scraped data, run the scraper via API, schedule and monitor runs or integrate with other tools.

Instagram Post Scraper

apify/instagram-post-scraper

Scrape Instagram posts. Just add one or more Instagram usernames and get your data in seconds including caption, metrics, images, mentions, coauthors, recent comments, sponsored status, video duration, views. Export scraped data, schedule scraper via API, integrate with other tools or AI workflows.

Instagram Mentions Scraper

scraper-engine/instagram-mentions-scraper

Extract all Instagram mentions from public profiles with the Instagram Mentions Scraper. This Apify actor collects tagged mentions, usernames, captions, and post URLsβ€”perfect for tracking brand visibility, influencer activity, or audience engagement on Instagram efficiently.

πŸ‘ User avatar

Scraper Engine

33

5.0

Instagram Hashtag Scraper

apify/instagram-hashtag-scraper

Scrape Instagram posts and reels by hashtags. Just add one or more hashtags and extract captions, locations, likes, plays, shares, comments count, images, timestamps, audio, and other hashtags. Export scraped hashtags, run the scraper via API, schedule and monitor runs or integrate with other tools.

Instagram Profile Scraper

apify/instagram-profile-scraper

Scrape all Instagram profile info. Just add Instagram usernames, IDs or URLs and extract name, join date, number of followers, location, bio, website, related profiles, video&post count, latest posts. Export scraped data, schedule scraper via API, and integrate with other tools or AI workflows.

Instagram Search Scraper

apify/instagram-search-scraper

Scrape Instagram search results: places, businesses, locations, users, and hashtags. Add a keyword and extract search results like contact details, categories, metrics, recent posts, hashtag popularity. Export scraped data, schedule scraper via API, and integrate with other tools or AI workflows.

Instagram Tagged and Mentions Posts Scraper

scraper-engine/instagram-tagged-and-mentions-posts-scraper

πŸ“Έ Instagram Tagged and Mentions Posts Scraper lets you extract posts where users are tagged or mentioned. πŸš€ Get captions, likes, comments, video URLs, and partnership info. Perfect for brand monitoring, influencer research, and engagement analysis. Export data in JSON, CSV, or Excel!

πŸ‘ User avatar

Scraper Engine

124

4.1

Instagram Tagged & Mentions Posts Scraper

powerful_bachelor/Instagram-Tagged-Mentions-Posts-Scraper

Instagram Tagged & Mentions Posts Scraper πŸ“Έ allows you to extract posts where specific users are tagged or mentioned. Download data in various formats for market research, sentiment analysis, or audience engagement. Identify paid partnerships, affiliates, ads, and sponsor users easily. πŸŽ‰

πŸ‘ User avatar

Powerful Bachelor

579

Instagram Followers Count Scraper

kawsar/instagram-followers-count-scraper

Instagram follower count scraper that pulls follower counts, engagement rates, and post stats for any handle, so you can track accounts without logging in or opening a browser.

Instagram Reel Scraper

apify/instagram-reel-scraper

Scrape or download Instagram reels. Just add Instagram profile or reel URL, and get caption, timestamp, transcript, hashtags, mentions, tagged users, comments, likes, shares, views, duration, and downloaded video. Export scraped data, schedule via API, and integrate with other tools or AI workflows.

You can access the Instagram Mentions Scraper programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

πŸ‘ Python

Python

πŸ‘ JavaScript

JavaScript

CLI

πŸ‘ OpenAPI

OpenAPI

HTTP

MCP

# Set API token
$API_TOKEN=<YOUR_API_TOKEN>
# Prepare Actor input
$cat> input.json <<'EOF'
<{
< "username": [
< "natgeo"
< ],
< "resultsLimit": 20
<}
<EOF
# Run the Actor using an HTTP API
# See the full API reference at https://docs.apify.com/api/v2
$curl"https://api.apify.com/v2/acts/apify~instagram-tagged-scraper/runs?token=$API_TOKEN"\
<-X POST \
<-d @input.json \
<-H'Content-Type: application/json'

πŸ”– Instagram Mentions and Tagged Posts Scraper API

Below, you can find a list of relevant HTTP API endpoints for calling the Instagram Mentions Scraper Actor. For this, you’ll need an Apify account. Replace <YOUR_API_TOKEN> in the URLs with your Apify API token, which you can find under Integrations in Apify Console. For details, see the API reference.

Run Actor

POST
https://api.apify.com/v2/acts/apify~instagram-tagged-scraper/runs?token=<YOUR_API_TOKEN>

Note: By adding the method=POST query parameter, this API endpoint can be called using a GET request and thus used in third-party webhooks. Please refer to our Run Actor API documentation.

Run Actor synchronously and get dataset items

POST
https://api.apify.com/v2/acts/apify~instagram-tagged-scraper/run-sync-get-dataset-items?token=<YOUR_API_TOKEN>

Note: This endpoint supports both POST and GET request methods. However, only the POST method allows you to pass input data. For more information, please refer to our Run Actor synchronously and get dataset items API documentation.

Get Actor

GET
https://api.apify.com/v2/acts/apify~instagram-tagged-scraper?token=<YOUR_API_TOKEN>

For more information, please refer to our Get Actor API documentation.

Actors can be used to scrape web pages, extract data, or automate browser tasks. Use the Instagram Mentions Scraper API programmatically via the Apify API.

You can choose from:

Instagram Mentions Scraper API in Python

Instagram Mentions Scraper API in JavaScript

Instagram Mentions Scraper API through CLI

Instagram Mentions Scraper OpenAPI definition

You can start Instagram Mentions Scraper with the Apify API by sending an HTTP POST request to the Run Actorendpoint. An Actor’s input and its content type can be passed as a payload of the POST request, and additional options can be specified using URL query parameters. The Instagram Mentions Scraper is identified within the API by its ID, which is the creator’s username and the name of the Actor.

When the Instagram Mentions Scraper run finishes you can list the data from its default dataset(storage) via the API or you can preview the data directly on Apify Console.