Instagram (IG) Hashtag
Updated: Aug 12, 2026
Copy for LLM
Represents an Instagram hashtag.
Limitations
- Only available for Facebook Login for Business
Creating
This operation is not supported.
Reading
GET /<IG_HASHTAG_ID>Limitations
You can query a maximum of 30 unique hashtags within a 7 day period.
Requirements
| Type | Description |
|---|---|
Instagram Public Content Access | |
instagram_basicIf the token is from a User whose Page role was granted via the Business Manager, one of the following permissions is also required: ads_management, business_management, or pages_read_engagement. | |
Tokens | The app user’s User access token. |
Request Syntax
GET https://graph.facebook.com/<IG_HASHTAG_ID>
?fields={fields}
&access_token={access-token}
Query String Parameters
Include the following query string parameters to augment the request.
| Key | Value |
|---|---|
access_tokenRequired String | The app user’s Instagram User Access Token. |
fieldsComma-separated list |
Fields
You can use the
fields query string parameter to request the following Fields on an IG Hashtag.| Field Name | Description |
|---|---|
id | The hashtag’s ID (included by default). IDs are static and global. |
name | The hashtag’s name, without the leading hash symbol. |
Edges
You can request the following edges as path parameters or by using the
fields query string parameter.The
media_url field is omitted for video media that contains copyrighted or licensed audio, including audio added from the Instagram audio library, or that has been flagged for a copyright violation. This applies to all video media, including media the app user owns. It is also omitted for reels whose owner has turned off reel downloads, on requests that read another user’s media: business discovery, tags, mentions, hashtag search, and collaborative media. That condition is evaluated against the reel’s owner, so it can apply to a reel the app user co-authored. All other fields are returned as normal. See IG Media for details.| Edge | Description |
|---|---|
Get a list of the most recently published photo and video IG Media objects published with a specific hashtag. | |
Returns the most popular photo and video IG Media objects that have been tagged with the hashtag. |
Response
A JSON-formatted object containing default and requested Fields.
{ "<FIELD_NAME>":"<FIELD_VALUE", ... }
Sample Request
GET https://graph.facebook.com/17841593698074073
?fields=id,name
&access_token=EAADd...
Sample Response
{
"id": "17841593698074073",
"name": "coke"
}
Updating
This operation is not supported.
Deleting
This operation is not supported.