Kwai Profile API

Get public Kwai profile info from a handle or profile URL.

1 creditper request
GET
/v1/kwai/profile
curl "https://api.scrapecreators.com/v1/kwai/profile" \
  -H "x-api-key: "
{
  "success": true,
  "credits_remaining": 100,
  "data": {
    "id": 558843093,
    "eid": "3xyutri4afq3qks",
    "handle": "KwaiBrasilOficial",
    "username": "Kwai Brasil Oficial",
    "bio": "Aqui, Geral Brilha ✨",
    "url": "https://www.kwai.com/@KwaiBrasilOficial",
    "avatar_url": "https://ak-br-pic.kwai.net/bs2/overseaHead/20260430040305_BNTU4ODQzMDkz_s.jpg",
    "verified": true,
    "verified_description": "Conta Oficial",
    "verified_number": null,
    "gender": null,
    "follower_count": 1,
    "following_count": 1,
    "like_count": 17467236,
    "public_post_count": 3261,
    "private_post_count": 0,
    "is_private": false
  }
}

Headers

x-api-key
string
required

Your Scrape Creators API key

Query Parameters

handle
string

Kwai profile handle. Use this or url.

Example:
KwaiBrasilOficial
url
string

Kwai profile URL. Use this or handle.

Example:
https://www.kwai.com/@KwaiBrasilOficial