v3

OpenAPI 3.1.2Apache 2.02026-07-31231237972.0 KB
Users

Get public user data

Returns public information about a specific user account, similar to what can be seen on public profile pages (e.g. https://apify.com/apify).

This operation requires no authentication token.

get/v2/users/{userId}

Path parameters

userIdstring required
Example:HGzIk8z78YcAPEB

User ID or username.

Response

Example response

{
  "data": {
    "username": "d7b9MDYsbtX5L7XAj",
    "profile": {
      "bio": "I started web scraping in 1985 using Altair BASIC.",
      "name": "Jane Doe",
      "pictureUrl": "https://apify.com/img/anonymous_user_picture.png",
      "githubUsername": "torvalds.",
      "websiteUrl": "http://www.example.com",
      "twitterUsername": "@BillGates"
    }
  }
}