Skip to main content

Get Info

Retrieve hashtag information by hashtag name.

Params

NameTypeDefaultDescription
name (required)stringHashtag name

Usage

from rocketapi import InstagramAPI


instagram_api = InstagramAPI(token="your-api-key")
print(instagram_api.get_hashtag_info("catsofinstagram"))

Response example

Loading...