Skip to main content
GET
Batch get users by usernames

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

usernames
string
required

Comma-separated list of usernames (without the @ symbol).

Example:

"elonmusk,jack"

Response

Successfully retrieved users.

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.