get_gql_topsearch
Search top Instagram accounts and media by keyword. Returns interleaved stream of top results, distinguish by type. Use flat=true to flatten into a single items list.
Instructions
[GET /gql/topsearch] Topsearch
Search top content by keyword.
Returns top accounts AND top media interleaved in one stream —
discriminate by __typename (XDTUserDict / XDTMediaDict).
flat=true returns flat items[] instead of stream_rows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| end_cursor | No | ||
| flat | No | Flatten stream_rows into a single items[] list |