Skip to main content

Search Locations

Search for a specific location (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_locations(query="seoul"))

Response example

Loading...