---
title: "GET /users/search"
method: GET
path: "/users/search"
tags: ["Users"]
---

# GET /users/search

`GET /users/search`

Search for a user by name.

## Query parameters

- `q` string, required
- `count` string

## Response `200`

OK

- object
  - `data` MiniProfile[]
    - `user_name` string
    - `full_name` string
    - `id` integer
    - `profile_picture` string

---

[API](https://skmtc.dev/datacol-io/apis/instagram-api.md) · [All operations](https://skmtc.dev/datacol-io/apis/instagram-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/datacol-io/instagram-api/revisions/35709f156a45/schema)
