Actions2
Overview
This node, named Bistagram, provides functionality to search Instagram profiles and posts through its API. Specifically, the 'Search Profiles' operation allows users to search for Instagram profiles by username. This is useful for businesses or individuals who want to monitor or analyze Instagram profiles for marketing, research, or content curation purposes. For example, a user can input a username to retrieve profile information from Instagram via the Bistagram API.
Use Case Examples
- Search for an Instagram profile by entering the username to get profile details.
- Use the node to monitor specific Instagram profiles for business intelligence or social media analysis.
Properties
| Name | Meaning |
|---|---|
| Username | The Instagram username to search for, entered without the '@' symbol. |
| Request Options | Settings to control request behavior such as batching, SSL certificate validation, proxy usage, and timeout duration. |
Output
JSON
body- The JSON response body containing the profile search results from the Bistagram API.headers- HTTP response headers from the API request.statusCode- HTTP status code of the API response.
Dependencies
- Requires an API key credential for the Bistagram API to authenticate requests.
Troubleshooting
- If the username is invalid or not found, the API may return an error or empty result; verify the username format and existence.
- Network issues or incorrect proxy settings can cause request failures; check proxy configuration and network connectivity.
- SSL certificate errors can occur if 'Ignore SSL Issues' is disabled and the server's certificate is invalid; enable this option cautiously if needed.
- Timeout errors may happen if the server is slow to respond; increase the timeout setting if necessary.
Links
- Bistagram API Documentation - Official API documentation for Bistagram, detailing endpoints and usage.