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
keyword*
insta
The keyword to use as a base to generate relavant hashtags
Headers
X-RapidAPI-Host*
hashtag5.p.rapidapi.com
Should always be the host url
X-RapidAPI-Key*
YOUR_API_KEY
Your API key
Take a look at how you might call this method using our official libraries, or via curl
:
Get Trending Hashtags
Gets a list of trending hashtags
GET
https://hashtag5.p.rapidapi.com/api/v2.1/tag/trending
Headers
X-RapidAPI-Host*
hashtag5.p.rapidapi.com
Should always be the host url
X-RapidAPI-Key*
YOUR_API_KEY
Your API key
Take a look at how you might call this method using our official libraries, or via curl
:
Getting Top Hashtags
Gets Top Hashtags
GET
https://hashtag5.p.rapidapi.com/api/v2.1/tag/top
Headers
X-RapidAPI-Host*
hashtag5.p.rapidapi.com
Should always be the host url
X-RapidAPI-Key*
YOUR_API_KEY
Your API key
Take a look at how you might call this method using our official libraries, or via curl
:
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
tag*
insta
The hashtag whos count we need
Headers
X-RapidAPI-Host*
hashtag5.p.rapidapi.com
Should always be the host url
X-RapidAPI-Key*
YOUR_API_KEY
Your API key
Take a look at how you might call this method using our official libraries, or via curl
:
Last updated