Instagram User Tagged Posts API

User Tagged Posts
for Instagram, in one call.

The User Tagged Posts endpoint from ScrapeCreators gives developers reliable access to Instagram data without the hassle of building and maintaining scrapers. Our endpoint makes it easy to retrieve user tagged posts data in real-time for your applications. Get public Instagram posts that a user is tagged in.

instagram-user-tagged-posts.js
GET
// Example: User Tagged Posts from the Instagram API
const response = await fetch(`https://api.scrapecreators.com/v1/instagram/user/tagged-posts`, {
  headers: {
    'x-api-key': 'YOUR_API_KEY'
  }
});

const data = await response.json();
console.log(data);

Endpoint spec

What the User Tagged Posts endpoint returns

GET /v1/instagram/user/tagged-posts

Parameters

user_id string required

Numeric Instagram user ID.

cursor string

Cursor returned by the previous response.

Quick start

User Tagged Posts quick start

Sign up, grab your API key, paste this in. First response in under a minute.

instagram-user-tagged-posts.js
// Example: User Tagged Posts from the Instagram API
const response = await fetch(`https://api.scrapecreators.com/v1/instagram/user/tagged-posts`, {
  headers: {
    'x-api-key': 'YOUR_API_KEY'
  }
});

const data = await response.json();
console.log(data);
Read the full documentation

Why us

Why use this User Tagged Posts endpoint

Real-time data access

Get the most up-to-date User Tagged Posts data without dealing with rate limits or IP blocks.

Simple integration

Clear documentation and a straightforward REST endpoint make it easy to get started in any language.

High reliability

Our infrastructure ensures high uptime and consistent performance for your applications, even at scale.

Comprehensive data

Access comprehensive User Tagged Posts data through our carefully designed endpoint.

Use cases

User Tagged Posts endpoint use cases

01

Data analysis

Analyze User Tagged Posts data to gain insights and make data-driven decisions.

02

Content monitoring

Monitor User Tagged Posts content to track changes and updates in real-time.

03

Integration

Integrate User Tagged Posts data into your applications and services.

04

Automation

Automate processes using User Tagged Posts data to improve efficiency.

05

Reporting

Generate reports and analytics using User Tagged Posts data.

06

Custom solutions

Build custom solutions leveraging User Tagged Posts data for your specific needs.

More Instagram endpoints

Keep exploring the Instagram API

Use this endpoint with related Instagram endpoints when you need profiles, posts, search, comments, and engagement data in one workflow.

Reels

GET /v1/instagram/user/reels

Get all public reels from a profile. Can provide a user_id or handle, but for faster response times, use user_id. This won't include pinned reels right now. And I'm not sure why, but it looks like IG doesn't return the description of the reel on this endpoint :( You'll have to use the post detail endpoint to get that. *Play counts can sometimes be inaccurate* Play counts are Instagram-only. When a Reel is also cross-posted to Facebook, Instagram (behind login) shows you the combined IG + FB views. But this API will only return the Instagram views. [Read about it on Reddit](https://www.reddit.com/r/InstagramMarketing/comments/1cu2dge/whats_the_point_of_having_facebook_views_on/)

Post/Reel Info

GET /v1/instagram/post

Retrieve public post/reel details. *Play counts can sometimes be inaccurate* Play counts are Instagram-only. When a Reel is also cross-posted to Facebook, Instagram (behind login) shows you the combined IG + FB views. But this API will only return the Instagram views. [Read about it on Reddit](https://www.reddit.com/r/InstagramMarketing/comments/1cu2dge/whats_the_point_of_having_facebook_views_on/)

Transcript

GET /v2/instagram/media/transcript

Get the transcript of an Instagram post or reel. This is a little slow since I run it through an AI. You can only get a transcript if the video is under 2 minutes. You should get results in 10-30 seconds. If no one is spreaking it should return null. Since some posts are carousel, it will return a transcript for each item in the carousel.

Search Instagram

GET /v1/instagram/search

Find users, hashtags, and places with Instagram's native search. Use this for account or entity lookup; it returns one page and does not return posts.

Popular Search

GET /v1/instagram/search/popular

Explore an Instagram topic and its curated posts. Use this when you want the Popular page's generated description, sources, suggested terms, media count, and paginated posts.

Search Hashtag Posts

GET /v1/instagram/search/hashtag

Find Google-indexed public Instagram posts for an exact hashtag. Use this when you know the hashtag and want date filters or pagination.

FAQ

Questions we hear
about this endpoint.

Is the User Tagged Posts endpoint official?

No, ScrapeCreators provides an unofficial User Tagged Posts endpoint that lets you access Instagram data through our platform. We handle the complexities of data collection so you can focus on building your application.

How current is the User Tagged Posts data?

We provide real-time User Tagged Posts data from Instagram. When you make a request, we fetch the latest information available, so you always get fresh data.

Can I use the User Tagged Posts endpoint in production?

Absolutely. Many businesses rely on ScrapeCreators endpoints for their production applications. Our infrastructure is designed for reliability and performance at scale.

Do I need a credit card to try the User Tagged Posts endpoint?

No credit card required. Sign up for free and you get 100 credits on the house to test the User Tagged Posts endpoint before deciding on a plan. Credits never expire.

What format does the User Tagged Posts endpoint return?

The User Tagged Posts endpoint returns a clean JSON response over HTTPS. Call `GET https://api.scrapecreators.com/v1/instagram/user/tagged-posts` with your API key and parse the response like any other REST API.

Get started

Start using User Tagged Posts

100 credits on the house. No credit card. Start pulling user tagged posts data in under sixty seconds.

Also searched

Common terms for User Tagged Posts endpoint access

User Tagged Posts Instagram API integration User Tagged Posts data API Access User Tagged Posts data programmatically User Tagged Posts API for developers User Tagged Posts API endpoint User Tagged Posts API documentation How to use User Tagged Posts API User Tagged Posts API wrapper User Tagged Posts API solutions