Explore our Marketplace to buy and sell APIs, services, and social media solutions. Connect with a vibrant community of developers, businesses, and creators!
data.count
: 粉丝总数data.items
: 粉丝数组,每个粉丝包含:id
: 用户唯一标识符username
: 用户名full_name
: 全名profile_pic_url
: 头像URLis_verified
: 是否已认证is_private
: 是否为私密账户pagination_token
: 分页令牌data.count
: Total followers countdata.items
: Followers array, each follower contains:id
: User unique identifierusername
: Usernamefull_name
: Full nameprofile_pic_url
: Profile picture URLis_verified
: Whether verifiedis_private
: Whether private accountpagination_token
: Pagination tokenAuthorization: Bearer ********************
curl --location --request GET 'https://api.tikhub.io/api/v1/instagram/web_app/fetch_user_followers_by_username?username=instagram'
{
"code": 200,
"request_id": "string",
"router": "",
"params": {},
"data": null
}