Search for a user by name.
GET
/users/search
users
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.instagram.com/v1/users/search?q='
Response Response Example
{
"data": [
{
"full_name": "string",
"id": "string",
"profile_picture": "string",
"username": "string"
}
],
"meta": {
"code": 0
}
}
Request
Query Params
q
string
required
count
integer
optional
Responses
Modified at 2023-08-15 03:55:31