Mixed

Search for mixed content on Instagram

Mixed Content (Usernames, Hashtags, Locations)

POST https://api.nextpost.tech/search

This endpoint allows you search for usernames, hashtags and locations

Headers

NameTypeDescription

Authorization

string

The Bearer token got in /auth should be passed

Request Body

NameTypeDescription

keyword

string

Keyword for search

session

string

Session name (Instagram Username)

{
  "list": [
    {
      "position": 0,
      "user": {
        "pk": 18020462,
        "username": "kaykyramos",
        "full_name": "Kayky Ramos",
        "is_private": false,
        "profile_pic_url": "https://instagram.ffec4-1.fna.fbcdn.net/v/t51.2885-19/s150x150/10268971_403461026510347_1717576596_a.jpg?_nc_ht=instagram.ffec4-1.fna.fbcdn.net&_nc_ohc=iy0TXECvsgYAX8VyOVV&oh=0329a231da30da21ee19de79fa511b1a&oe=5F09349E",
        "is_verified": false,
        "has_anonymous_profile_picture": false,
        "mutual_followers_count": 1,
        "friendship_status": {
          "following": false,
          "is_private": false,
          "incoming_request": false,
          "outgoing_request": false,
          "is_bestie": false,
          "is_restricted": false
        },
        "latest_reel_media": 0
      }
    }
  ]
}

Last updated