Hashtags

API Endpoints that deal with Hashtags

Get Similar Hashtags

Gets relevant hashtags based on the keyword provided as input

GET https://hashtag5.p.rapidapi.com/api/v2.1/tag/predict

Query Parameters

Headers

{
    "tags": [
        "insta",
        "instagram",
        "instagood",
        "love",
        "instadaily",
        "follow",
        "like",
        "instalike",
        "photography",
        "photo",
        "likeforlikes",
        "photooftheday",
        "nature",
        "happy",
        "style",
        "likes",
        "life",
        "picoftheday",
        "art",
        "followforfollowback",
        "instamood",
        "model",
        "fashion",
        "india",
        "music",
        "beauty",
        "instapic",
        "cute",
        "viral",
        "selfie"
    ]
}

Take a look at how you might call this method using our official libraries, or via curl:

curl --request GET \
--url 'https://hashtag5.p.rapidapi.com/api/v2.1/tag/predict?keyword=insta' \
--header 'X-RapidAPI-Host: hashtag5.p.rapidapi.com' \
--header 'X-RapidAPI-Key: YOUR_API_KEY'

GET https://hashtag5.p.rapidapi.com/api/v2.1/tag/trending

Headers

{
    "tags": [
        "love",
        "followback",
        "instagramers",
        "envywear",
        "PleaseForgiveMe",
        "tweegram",
        "photooftheday",
        "20likes",
        "amazing",
        "smile",
        "follow4follow",
        "like4like",
        "look",
        "instalike",
        "igers",
        "picoftheday",
        "food",
        "instadaily",
        "instafollow",
        "followme",
        "girl",
        "instagood",
        "bestoftheday",
        "instacool",
        "envywearco",
        "follow",
        "colorful",
        "style",
        "swag",
        "fun",
        "model",
        "pretty",
        "nature",
        "lol",
        "dog",
        "hair",
        "sunset",
        "throwbackthursday",
        "beach",
        "friends",
        "hot",
        "funny",
        "blue",
        "life",
        "art",
        "photo",
        "cool",
        "clouds",
        "fitness",
        "all_shots",
        "textgram",
        "family",
        "instago",
        "igaddict",
        "awesome",
        "girls",
        "my",
        "bored",
        "baby",
        "music",
        "red",
        "green",
        "water",
        "black",
        "party",
        "white",
        "yum",
        "flower",
        "night",
        "instalove"
    ]
}

Take a look at how you might call this method using our official libraries, or via curl:

curl --request GET \
--url https://hashtag5.p.rapidapi.com/api/v2.1/tag/trending \
--header 'X-RapidAPI-Host: hashtag5.p.rapidapi.com' \
--header 'X-RapidAPI-Key: YOUR_API_KEY'

Getting Top Hashtags

Gets Top Hashtags

GET https://hashtag5.p.rapidapi.com/api/v2.1/tag/top

Headers

{
    "tags": [
        "love",
        "instagood",
        "photooftheday",
        "fashion",
        "beautiful",
        "happy",
        "cute",
        "tbt",
        "like4like",
        "followme",
        "picoftheday",
        "follow",
        "me",
        "selfie",
        "summer",
        "art",
        "instadaily",
        "friends",
        "repost",
        "nature",
        "girl",
        "fun",
        "style",
        "smile",
        "food",
        "instalike",
        "family",
        "travel",
        "likeforlike",
        "fitness",
        "follow4follow",
        "igers",
        "tagsforlikes",
        "nofilter",
        "life",
        "beauty",
        "amazing",
        "instagram",
        "photography",
        "photo",
        "vscocam",
        "sun",
        "music",
        "followforfollow",
        "beach",
        "ootd",
        "bestoftheday",
        "sunset",
        "dog",
        "sky",
        "vsco",
        "l4l",
        "makeup",
        "foodporn",
        "f4f",
        "hair",
        "pretty",
        "cat",
        "model",
        "swag",
        "motivation",
        "girls",
        "party",
        "baby",
        "cool",
        "gym",
        "lol",
        "design",
        "instapic",
        "funny",
        "healthy",
        "christmas",
        "night",
        "lifestyle",
        "yummy",
        "flowers",
        "tflers",
        "hot",
        "handmade",
        "instafood",
        "wedding",
        "fit",
        "black",
        "일상",
        "pink",
        "blue",
        "workout",
        "work",
        "blackandwhite",
        "drawing",
        "inspiration",
        "holiday",
        "home",
        "london",
        "nyc",
        "sea",
        "instacool",
        "winter",
        "goodmorning",
        "blessed"
    ]
}

Take a look at how you might call this method using our official libraries, or via curl:

curl --request GET \
--url https://hashtag5.p.rapidapi.com/api/v2.1/tag/top \
--header 'X-RapidAPI-Host: hashtag5.p.rapidapi.com' \
--header 'X-RapidAPI-Key: YOUR_API_KEY'

Getting Post Count

Gets a count of how many post are present on Instagram (Not realtime)

GET https://hashtag5.p.rapidapi.com/api/v2.1/tag/count

Query Parameters

Headers

{
    "count": 149866852
}

Take a look at how you might call this method using our official libraries, or via curl:

curl --request GET \
--url 'https://hashtag5.p.rapidapi.com/api/v2.1/tag/top/count?tag=insta' \
--header 'X-RapidAPI-Host: hashtag5.p.rapidapi.com' \
--header 'X-RapidAPI-Key: YOUR_API_KEY'

Last updated