Hashtag API (Independent Publisher) (Preview)
The Hashtag Generator service allows you to generate relevant hashtags for your content based on a given keyword or image.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor |
Website | https://mukeshsolanki.gitbook.io/hashtag-api/ |
Privacy policy | https://rapidapi.com/privacy/ |
Categories | Lifestyle and Entertainment |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Generate image hashtags |
Retrieve a list of hashtags for an image. |
Get a category |
Retrieve a specific category. |
Get categories |
Retrieve a list of categories. |
Get category tags |
Retrieve a list of tags from a specific category. |
Get countries |
Retrieve a list of countries currently supported. |
Get post count |
Retrieve the count of how many posts are present on Instagram. Please note this is not realtime. |
Get similar hashtags |
Retrieve a list of all similar hashtags. |
Get top hashtags |
Retrieve a list of top hashtags. |
Get trending hashtags |
Retrieve a list of trending hashtags. |
Get trending tags in a country |
Retrieve a list of trending tags in a country. |
Generate image hashtags
Retrieve a list of hashtags for an image.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Image
|
image | True | string |
The image as a base64 string. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Tags
|
tags | array of string |
The tags. |
Get a category
Retrieve a specific category.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ID
|
id | True | string |
The identifier. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Name
|
category.name | string |
The name. |
ID
|
category.id | integer |
The identifier. |
Get categories
Retrieve a list of categories.
Returns
Name | Path | Type | Description |
---|---|---|---|
Categories
|
categories | array of object | |
Name
|
categories.name | string |
The name. |
ID
|
categories.id | integer |
The identifier. |
Get category tags
Retrieve a list of tags from a specific category.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
ID
|
id | True | string |
The identifier. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Tags
|
tags | array of string |
The tags. |
Get countries
Retrieve a list of countries currently supported.
Returns
Name | Path | Type | Description |
---|---|---|---|
Countries
|
countries | array of string |
The countries. |
Get post count
Retrieve the count of how many posts are present on Instagram. Please note this is not realtime.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Tag
|
tag | True | string |
The tag. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Count
|
count | integer |
The cotton. |
Get similar hashtags
Retrieve a list of all similar hashtags.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Hashtag
|
keyword | True | string |
The hashtag. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Tags
|
tags | array of string |
The tags. |
Get top hashtags
Retrieve a list of top hashtags.
Returns
Name | Path | Type | Description |
---|---|---|---|
Tags
|
tags | array of string |
The tags. |
Get trending hashtags
Retrieve a list of trending hashtags.
Returns
Name | Path | Type | Description |
---|---|---|---|
Tags
|
tags | array of string |
The tags. |
Get trending tags in a country
Retrieve a list of trending tags in a country.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Country Name
|
countryName | True | string |
The country name. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Tags
|
tags | array of string |
The tags. |