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")
Selector | Description |
---|---|
name | Collects the name of the profile |
profile_image | Collects the profile image of the account |
biography | Collects the biography of the profile |
following_count | Collects the number of account followed by the profile |
followers_count | Collects the followers number of the profile |
id | Collects the id of the profile |
is_verified | Returns whether the profile is verified or not |
biography_url | Extract the biography url of the profile |
posts_date | Date of the lastest 12 posts published by the profile |
posts_image | Images of the lastest 12 posts published by the profile |
posts_description | Description of the lastest 12 posts published by the profile |
posts_shortcode | Extract the post ids of the 12 lasts posts published by the profile |
posts_likes_count | Extract the likes of the lastest 12 posts published by the profile |
posts_comments_count | Collects the number of comments of the lastest 12 posts published by the profile |
posts_tagged_accounts | Collects the tagged accounts of the lastest 12 posts published by the profile |
posts_is_video | Returns (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")
Selector | Description |
---|---|
date | Collects the date of the post |
post_image | Collects the image of the post |
description | Extract the description of the post |
id | Extract the id of the post |
likes_count | Collects the likes number of the post |
comments_count | Collects the number of comments |
tagged_accounts | Extract the tagged account of the post |
is_reel | Returns whether the post is a reel or not |
comments_body | Collects the content of the post comments |
comments_profile_name | Extract the profile of the people that wrote the comments |
comments_profile_source | Extract the profile source of users that commented the post |
comments_date | Extract the date for each comment |
comments_likes_count | Collects the likes for each comments |