App Logo
instagram.com

Get Instagram followers

List an Instagram user's followers by their username. count=0 fetches every page. Instagram serves the full list only to the owner or accounts you follow; for other accounts it returns a capped preview, then has_more flips false. Returns count, has_more, and followers (pk, username, full_name, is_private, is_verified, profile_pic_url).

Input

username required

Handle without the @.

count optional

Max followers to fetch; 0 = every page Instagram will serve.

Default: 50

Output

count required
has_more required

True if Instagram still had pages when we stopped (count reached).

username required
followers required

Start building not clicking