Search
GET {{baseUrl}}/v1/raw/ig/search?keyword=<string>
Search for users and hashtags.
Body
PARAM
Key | Datatype | Required | Description |
keyword
|
string | (Required) |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"list": [
{
"position": "<number>",
"user": {
"pk": "<string>",
"profile_pic_url": "<string>",
"username": "<string>",
"full_name": "<string>",
"is_private": false,
"is_verified": false
},
"hashtag": {
"name": "<string>",
"id": "<number>",
"media_count": "<number>",
"search_result_subtitle": "<string>"
}
},
{
"position": "<number>",
"user": {
"pk": "<string>",
"profile_pic_url": "<string>",
"username": "<string>",
"full_name": "<string>",
"is_private": false,
"is_verified": false
},
"hashtag": {
"name": "<string>",
"id": "<number>",
"media_count": "<number>",
"search_result_subtitle": "<string>"
}
}
]
} |
ENDPOINTS