Instagram data Selectors

Want to extract Instagram data straight into your spreadsheet?

Below are the selectors to use within your =IMPORTFROMWEB( ) function;  just pick them up directly in our Instagram profile scraper template, Instagram post scraper template or use them by yourself in your own spreadsheet.

I. Instagram profiles selectors

=IMPORTFROMWEB("Instagram profile url", "selectors")
SelectorDescription
nameCollects the name of the profile
profile_imageCollects the profile image of the account
biographyCollects the biography of the profile
following_countCollects the number of account followed by the profile
followers_countCollects the followers number of the profile
idCollects the id of the profile
is_verifiedReturns whether the profile is verified or not
biography_urlExtract the biography url of the profile
posts_dateDate of the lastest 12 posts published by the profile
posts_imageImages of the lastest 12 posts published by the profile
posts_descriptionDescription of the lastest 12 posts published by the profile
posts_shortcodeExtract the post ids of the 12 lasts posts published by the profile
posts_likes_countExtract the likes of the lastest 12 posts published by the profile
posts_comments_countCollects the number of comments of the lastest 12 posts published by the profile
posts_tagged_accountsCollects the tagged accounts of the lastest 12 posts published by the profile
posts_is_videoReturns (for each of the 12 last posts of the profile) whether the post are videos or not

II. Instagram post selectors

=IMPORTFROMWEB("Instagram post url", "selectors")
SelectorDescription
dateCollects the date of the post
post_imageCollects the image of the post
descriptionExtract the description of the post
idExtract the id of the post
likes_countCollects the likes number of the post
comments_countCollects the number of comments
tagged_accountsExtract the tagged account of the post
is_reelReturns whether the post is a reel or not
comments_bodyCollects the content of the post comments
comments_profile_nameExtract the profile of the people that wrote the comments
comments_profile_sourceExtract the profile source of users that commented the post
comments_dateExtract the date for each comment
comments_likes_countCollects the likes for each comments