Skip to main content
GET
Search users

Authorizations

x-api-key
string
header
required

Your ScrapeBadger API key. You can find this in your dashboard at https://scrapebadger.com/dashboard/api-keys.

Query Parameters

query
string
required

Search query to match against usernames, display names, and bios.

Example:

"machine learning"

cursor
string

Pagination cursor for fetching the next page of results.

Response

Successfully retrieved search results.

Paginated list of users.

data
object[] | null

Array of user objects.

next_cursor
string | null

Cursor for fetching the next page. Null if no more results.