Retrieve profile details from Instagram
Retrieves basic details of a given Instagram profile given the Instagram profile link
Common use cases
- Advertisement Versioning
- Data Management
Application
Inputs (what you have)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Instagram profile link | The link to the user on Instagram | URL | Yes | https://www.instagram.com/thewrkcompany/ |
Note: the value of inputs can either be a set value in the configuration of the Wrk Action within the Wrkflow, or a variable from the Data library section. These variables in the Data library section are the outputs of previous Wrk Actions in the Wrkflow.
Outputs (what you get)
| NAME | DESCRIPTION | TYPE | REQUIRED | EXAMPLE |
|---|---|---|---|---|
| Profile name | The full name of the profile retrieved | Text | No | Wrk |
| Biography | The biography of the profile | Text | No | The Wrk Platform equips you with industry-best automation technology, delivering your work at scale. No code, no limitations. |
| Verified status | Verify if the profile has a verified badge | True/False | No | False |
| Private status | Verify if the profile is a private account | True/False | No | False |
| Business account | Verify if the profile is an Instagram business account | True/False | No | True |
| Followers count | The number of accounts that follow the profile | Integer | No | 250 |
| Following count | The number of accounts the profile follows | Integer | Yes | 200 |
| Post count | The number of feed posts from the profile | Integer | Yes | 50 |
| Reel count | The number of reel posts from the profile | Integer | Yes | 10 |
| Business categories | Business categories associated with the profile Personal Goods & General Merchandise Stores | Text | No | Health |
| External Link | External links available on the profile | Link | No | https://linkin.bio/wrk |
| Public Email | Publically available email associated with the profile | No | accounts@wrk.com | |
| Public phone number | Publically available phone number associated with the profile | Phone number | No | +1 416 416 4166 |
Outcomes
| NAME | DESCRIPTION |
|---|---|
| Success | This status is selected when an Instagram profile is retrieved for the given profile handle. |
| No Result | This status is selected in the event of the following scenarios: No profile could be located with the provided Instagram handle |
| Unsuccessful | This status is selected in the event of the following scenarios: The external system is not accessible |
Requirements
- N/A