Skip to main content
GET
Search Profiles
Returns profiles with username, full_name, biography, follower_count, following_count, media_count, is_verified, is_private, category_name, external_url, bio_links, url and the numeric id. matched_from records whether the hit came from a profile page or from a post, and google_title / google_description carry the underlying search result. Measured at about 18 KB and 13 seconds. The numeric id feeds get_instagram_basic_profile directly, which is the cheap way to enrich a list of accounts. To search posts rather than people, use get_instagram_search_hashtag or get_instagram_reels_search.

Example

Authorizations

Authorization
string
header
required

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

Query Parameters

query
string
required

Bio or caption keyword/phrase to search for.

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
query
string
profiles
object[]
cursor
string | null