Source Providers
Instagram Source
Content Source based on Instagram.
The Instagram Source feeds data from Instagram Personal and Business accounts. Based on the multi-instance source workflow it allows connecting to multiple accounts with different configurations.
Refer to the following table for all the available sources and it queries.
Source / Query | Resolves To | Description |
---|---|---|
Personal Account Source | Source based on an Instagram Personal account. | |
-- Media | Media Type | Fetches media from the source. |
-- Media Single | Media Type | Fetches a single media from the source. |
-- -- Album Media | Album Media Type | Fetches child media from the parent media if it's an Album. |
Business Account Source | Source based on an Instagram Business source. | |
-- Media | Media Type | Fetches media from the source. |
-- Media Single | Media Type | Fetches a single media from the source. |
-- -- Album Media | Album Media Type | Fetches child media from the parent media if it's an Album. |
-- Hashtagged Media | Media Type | Fetches media that have been hashtagged with a specific hash. |
-- User | User Type | Fetches the Business Account user profile. |
Content Types
The content types define the mapping options for the source content.
Media Type

Option | Description | Type | Filters |
---|---|---|---|
ID | Unique identifier of this media. | String | |
Type | The type of this media, Album , Image , or Video . | String | |
URL | The path to the locally cached media asset. | String | |
Thumbnail URL | The path to the locally cached media thumbnail asset. | String | |
Permalink | The Instagram Media URL, e.g. www.instagram.com/p/CO9O62hnpR5nkt . | String | |
Caption | The caption content. | String | Limit |
Hashtags | The media hashtags as a custom formated string with Separator argument. | String | |
Created At | The time this media was created. | String | Date |
Created By | The username of the user who created this media. | String |
Business Only Options | Description | Type |
---|---|---|
Total Comments | Number of comments made one this media. | Int |
Total Likes | Number of user that liked this media. | Int |
Album Media Type

Option | Description | Type | Filters |
---|---|---|---|
ID | Unique identifier of this media. | String | |
Type | The type of this media, Album , Image , or Video . | String | |
URL | The path to the locally cached media asset. | String | |
Thumbnail URL | The path to the locally cached media thumbnail asset. | String | |
Permalink | The Instagram Media URL, e.g. www.instagram.com/p/CO9O62hnpR5nkt . | String | |
Created At | The time this media was created. | String | Date |
Created By | The username of the user who created this media. | String |
User Type

Option | Description | Type | Filters |
---|---|---|---|
ID | Unique identifier of this user. | String | |
Name | The name of this user. | String | |
Website | The website of this user profile. | String | |
Biography | The biography of this user profile. | String | Limit |
Picture URL | The profile picture URL of this user. | String | |
Total Followers | Number of Instagram users following this user. | Int | |
Total Follows | Number of Instagram users this user follows. | Int | |
Total Media | Number of Instagram Media published on this user. | Int |