//接口 · Instagram
Instagram 资料数据, 一个账号一次调用
Graph API 只能读已经连到你应用上的账号。这个接口收任意公开用户名,把核心资料以 JSON 返回:简介、粉丝数、认证状态、类目、外链。每份资料 1 credit,不用登录,也不用过应用审核。
免费开始7 天免费试用
你会拿到的字段
username
full_name
biography
followers
following
posts_count
profile_pic_url
external_url
is_verified
is_private
category
id
返回什么
GET /api/instagram/user
{
"username": "finlo.style",
"full_name": "Finlo",
"biography": "Everyday carry, considered.",
"followers": 48210,
"following": 312,
"posts_count": 264,
"external_url": "https://finlo.example",
"is_verified": false,
"is_private": false,
"category": "Shopping & Retail"
}常见问题
不需要。接口用 Anysite API key 鉴权,不用登录 Instagram,不用 Facebook Business 认证,也不用过 Graph API 应用审核。传个用户名,资料就回来了。