Skip to main content
GET
Batch get users by IDs

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

user_ids
string
required

Comma-separated list of numeric user IDs.

Example:

"44196397,50393960"

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.