Skip to main content
GET
Search Hashtag
Returns hashtag, media_type, cursor and posts in the same normalised shape as get_instagram_reels_search: shortcode, url, caption, like_count, comment_count, video_play_count, video_view_count, owner, location and taken_at. The leading # is optional. media_type=reels narrows to reels; all returns posts and reels together.
cursor here is the next Google results page number, not an Instagram cursor.
Measured at about 78 KB for ten posts. To search caption keywords rather than a hashtag, use get_instagram_reels_search.

Example

Authorizations

Authorization
string
header
required

AIsa API key. Get yours at https://aisa.one

Query Parameters

hashtag
string
required

The hashtag to search for. Include or omit the #.

date_posted
enum<string>

Only return Google-indexed posts found in this relative window.

Available options:
last-hour,
last-day,
last-week,
last-month,
last-year
media_type
enum<string>

Use all to search public posts and reels, or reels to only return reels. Defaults to all.

Available options:
all,
reels
cursor
string

The cursor returned by the previous response. In this version, it is the next Google results page number.

Response

200 - application/json

Successful response

success
boolean
credits_remaining
integer
hashtag
string
media_type
string
posts
object[]
cursor
string | null