Instagram Hashtags
GET /tools/instagramhashtags
Example Request
curl -X GET "https://vebapi.com/api/tools/instagramhashtags?keyword=nature" \
-H "X-API-KEY: YOUR_API_KEY" \
-H "Content-Type: application/json"
Response
[
{
"keyword": "#NatureAndFriends",
"post_last_hr": 70
},
{
"keyword": "#NatureAndNurture",
"post_last_hr": 70
},
{
"keyword": "#NatureBoy853",
"post_last_hr": 54
},
{
"keyword": "#NatureLigthing",
"post_last_hr": 65
},
{
"keyword": "#NaturePBS",
"post_last_hr": 41
},
{
"keyword": "#NatureStoriesStudio",
"post_last_hr": 85
},
{
"keyword": "#Natureclick",
"post_last_hr": 53
}
]
|
๐ธ Instagram Hashtags API
Generate high-quality Instagram hashtag ideas for any keyword, with recent posting velocity.
๐งฉ Query Parameters
๐งช Example Request
Use your API key in the X-API-KEY header.
โ
Success Response (200)
Returns an array of hashtag suggestions. post_last_hr shows recent posting count in the last hour (velocity indicator).
๐ Response Fields
โ ๏ธ Errors
Tip: If you're building an IG caption tool, combine this endpoint with your keyword research API to generate hashtags + content ideas together.
|