Hashtag API
Support
  • Welcome!
  • Authentication
  • Reference
    • API Reference
      • Hashtags
      • Image Prediction
      • Categories
      • Countries
Powered by GitBook
On this page
  • Get Similar Hashtags
  • Gets relevant hashtags based on the keyword provided as input
  • Get Trending Hashtags
  • Gets a list of trending hashtags
  • Getting Top Hashtags
  • Gets Top Hashtags
  • Getting Post Count
  • Gets a count of how many post are present on Instagram (Not realtime)

Was this helpful?

  1. Reference
  2. API Reference

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

Name
Type
Description

keyword*

insta

The keyword to use as a base to generate relavant hashtags

Headers

Name
Type
Description

X-RapidAPI-Host*

hashtag5.p.rapidapi.com

Should always be the host url

X-RapidAPI-Key*

YOUR_API_KEY

Your API key

{
    "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 Trending Hashtags

Gets a list of trending hashtags

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

Headers

Name
Type
Description

X-RapidAPI-Host*

hashtag5.p.rapidapi.com

Should always be the host url

X-RapidAPI-Key*

YOUR_API_KEY

Your API key

{
    "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

Name
Type
Description

X-RapidAPI-Host*

hashtag5.p.rapidapi.com

Should always be the host url

X-RapidAPI-Key*

YOUR_API_KEY

Your API key

{
    "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

Name
Type
Description

tag*

insta

The hashtag whos count we need

Headers

Name
Type
Description

X-RapidAPI-Host*

hashtag5.p.rapidapi.com

Should always be the host url

X-RapidAPI-Key*

YOUR_API_KEY

Your API key

{
    "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'
PreviousAPI ReferenceNextImage Prediction

Last updated 1 year ago

Was this helpful?