获取用户关注列表/Get user following list
Instagramapi
About
获取用户关注列表/Get user following list
Documentation
获取用户关注列表/Get user following list
[中文]
用途:
- 获取Instagram用户的关注列表
- 返回用户关注的所有账号信息
- 支持分页获取
参数:
- username: Instagram用户名(必填)
- count: 每次获取数量(默认12,最大100)
- max_id: 分页游标,首次请求不传,从上一次响应的
data.next_max_id获取
返回:
data.users: 关注用户列表pk: 用户IDusername: 用户名full_name: 全名is_private: 是否私密账号is_verified: 是否认证profile_pic_url: 头像URL
data.next_max_id: 下一页分页游标(传给下次请求的max_id参数)data.big_list: 是否有更多数据data.page_size: 每页数量data.status: 状态
分页使用方法:
- 首次请求:只传
username和count参数 - 获取响应中的
data.next_max_id - 下次请求:传入
username、count和max_id(使用上次的next_max_id) - 重复步骤 2-3 直到响应中没有
next_max_id字段
价格:
- 0.008 USD/请求
[English]
Purpose:
- Get Instagram user's following list
- Returns all accounts the user follows
- Support pagination
Parameters:
- username: Instagram username (required)
- count: Number of users to fetch per request (default 12, max 100)
- max_id: Pagination cursor, omit for first request, get from previous response
data.next_max_id
Return:
data.users: Following user listpk: User IDusername: Usernamefull_name: Full nameis_private: Whether private accountis_verified: Whether verifiedprofile_pic_url: Profile picture URL
data.next_max_id: Next page cursor (use as max_id in next request)data.big_list: Whether has more datadata.page_size: Page sizedata.status: Status
Pagination usage:
- First request: Only pass
usernameandcountparameters - Get
data.next_max_idfrom response - Next request: Pass
username,count, andmax_id(use next_max_id from previous) - Repeat steps 2-3 until response has no
next_max_idfield
Price:
- 0.008 USD/request
示例/Example
username = "instagram" count = 12
Imported from a validated TikHub OpenAPI document. Pricing must be reviewed before enabling.
Try 获取用户关注列表/Get user following list
Test this model in the Sandbase Playground with your own prompts.
Open in PlaygroundRelated Models
批量翻译评论/Bulk translate commentsInstagramapi获取评论的子评论/回复/Get comment repliesInstagramapi获取探索页推荐帖子/Get explore feedInstagramapi从URL提取短码/Extract shortcode from URLInstagramapi综合搜索(支持分页)/General search (with pagination)Instagramapi获取话题标签帖子列表/Get hashtag postsInstagramapi获取Highlight精选详情/Get highlight storiesInstagramapi获取地点详情/Get location infoInstagramapi