Actions25
- Advertising Actions
- Analytics Actions
- Bluesky Actions
- Competitor Actions
- Facebook Actions
- Instagram Actions
- LinkedIn Actions
- Pinterest Actions
- Post Actions
- Thread Actions
- TikTok Actions
- Twitch Actions
- X (Twitter) Actions
- YouTube Actions
Overview
The node integrates with the Metricool social media management platform, enabling users to retrieve and manage social media data across multiple networks. Specifically, for the TikTok resource with the "Get Videos" operation, it fetches videos posted on a TikTok account associated with a given blog ID within a specified date range.
This node is beneficial for social media managers and marketers who want to automate the retrieval of TikTok video analytics or content data for reporting, analysis, or further processing workflows. For example, you can use it to gather all TikTok videos published between two dates to analyze engagement trends or to repurpose content.
Properties
| Name | Meaning |
|---|---|
| Blog ID | The unique numeric identifier of the Metricool brand account (blog) from which to get videos. |
| Start Date | The start date (inclusive) for retrieving videos, formatted as YYYY-MM-DD. |
| End Date | The end date (inclusive) for retrieving videos, formatted as YYYY-MM-DD. |
Output
The node outputs an array of JSON objects representing TikTok videos retrieved from the Metricool API for the specified blog ID and date range. Each object contains details about individual videos such as metadata, statistics, and other relevant information provided by Metricool's API.
No binary data output is indicated for this operation.
Dependencies
- Requires an active Metricool API key credential configured in n8n.
- The node makes authenticated HTTP requests to the Metricool API endpoint at
https://api.metricool.com/v1. - Proper permissions on the Metricool account to access TikTok video data are necessary.
Troubleshooting
Common Issues:
- Invalid or missing Blog ID: Ensure the blog ID corresponds to a valid Metricool brand account.
- Incorrect date formats: Dates must be in
YYYY-MM-DDformat; otherwise, the API may reject the request. - Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions.
- No videos returned: Confirm that there are videos posted in the specified date range.
Error Messages:
"Unknown resource: tiktok": This would indicate a misconfiguration or typo in the resource parameter."Unknown operation: Get Videos": The operation name might be incorrect or not implemented.- API errors related to authentication or rate limits will be passed through from Metricool and should be resolved by checking credentials or API usage quotas.
Links and References
- Metricool API Documentation (general reference for API endpoints)
- Metricool Official Website