Instagram User Tagged Posts API

Get public Instagram posts that a user is tagged in.

1 creditper request
GET
/v1/instagram/user/tagged-posts
curl "https://api.scrapecreators.com/v1/instagram/user/tagged-posts" \
  -H "x-api-key: "
{
  "success": true,
  "credits_remaining": 999,
  "credits_charged": 1,
  "posts": [
    {
      "pk": "3953402310668919030",
      "code": "DbdTnSdoSD2",
      "media_type": 1,
      "caption": {
        "pk": "18139631029604360",
        "text": "You get the best of both worlds ig"
      },
      "comment_count": 0,
      "like_count": 3,
      "view_count": null,
      "user": {
        "pk": "13320148665",
        "id": "13320148665",
        "username": "oceanecosplay"
      },
      "url": "https://www.instagram.com/p/DbdTnSdoSD2/"
    }
  ],
  "cursor": "3953374600788032611",
  "has_more": true
}

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

user_id
string
required

Numeric Instagram user ID.

Example:
325734299
cursor
string

Cursor returned by the previous response.

Example:
3953374600788032611