Actions87
- Users Actions
- Shopping & Catalogs Actions
- Advertising & Campaigns Actions
- Advanced Analytics Actions
- Engagement Features Actions
- Business Tools Actions
- Search & Discovery Actions
- Pins Actions
- Boards Actions
Overview
The "Get User Followers" operation in the Users resource of this Pinterest integration node retrieves a list of followers for a specified Pinterest user. This is useful for workflows that need to analyze or interact with a user's audience, such as marketing automation, social media analytics, or community management.
Practical examples include:
- Automatically fetching and processing follower data to identify influential followers.
- Integrating follower information into CRM systems.
- Monitoring follower growth over time for reporting purposes.
Properties
| Name | Meaning |
|---|---|
| User ID | The unique identifier or username of the Pinterest user whose followers you want to get. |
| Page Size | Number of follower items to retrieve per page (minimum 1, maximum 250). |
| Cursor | Pagination cursor to fetch the next set of results if there are more than one page. |
| Include Private Metrics | Whether to include private metrics in the response (requires elevated access). |
| Custom Fields | Comma-separated list of additional custom fields to include in the response. |
Output
The output is an array of JSON objects representing the followers of the specified user. Each object contains follower details as returned by the Pinterest API, potentially including standard user information and any requested custom fields.
If pagination is used, the output may include cursors or metadata to facilitate fetching subsequent pages.
No binary data is output by this operation.
Dependencies
- Requires a valid subscription and API key credential for the external N8N Tools API service that acts as a proxy to Pinterest's API.
- Requires OAuth2 authentication credentials for Pinterest API access.
- The node internally uses helper classes to interact with various Pinterest API endpoints.
Troubleshooting
- Invalid Subscription or API Key: If the node throws an error about invalid subscription or API key, verify that your API key credential is correct and active.
- Permission Errors: Including private metrics requires elevated access; ensure your Pinterest OAuth2 credentials have the necessary permissions.
- Pagination Issues: If you receive incomplete data, check the
Cursorproperty to paginate through all follower pages. - User Not Found: Ensure the provided User ID or username is valid and accessible with your credentials.
- Rate Limits: Pinterest API rate limits may cause errors; consider adding retry logic or reducing request frequency.