Skip to main content

Search Hashtags

Search for a specific hashtag (max 20 results)

Params

NameTypeDefaultDescription
query (required)stringThe search query

Usage

from rocketapi import InstagramAPI


instagram_api = InstagramAPI(token="your-api-key")
print(instagram_api.search_hashtags(query="cats"))

Response example

Loading...