Search Instagram profiles
instagram
Search Instagram profiles
Use this operation to search instagram profiles. Authenticate with Authorization: Bearer <AGENTBODY_API_KEY>. Pagination: omit cursor on the first request. When has_more is true, pass next_cursor unchanged as cursor. Cursors are opaque; do not construct, modify, or reuse them outside this pagination flow. Correct a 400 invalid-input error; do not retry unchanged. Retry only declared 502, 503, or 504 responses with backoff.
GET
Search Instagram profiles
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Search phrase supplied by the user. Do not include provider-specific query syntax unless documented by the operation.
Required string length:
1 - 500Opaque cursor returned by the preceding response. Omit it on the first request. Do not construct, modify, or reuse it outside this pagination flow.
Maximum string length:
1000