Actions59
- Facebook Actions
- Facebook Ad Library Actions
- Google Ad Library Actions
- Google Search Actions
- Instagram Actions
- LinkedIn Actions
- LinkedIn Ad Library Actions
- Pinterest Actions
- Reddit Actions
- Thread Actions
- TikTok Actions
- Truth Social Actions
- Twitter (X) Actions
- YouTube Actions
Overview
The "Scrape Creators" node provides real-time social media data scraping capabilities across multiple platforms, including Facebook. Specifically, the "Get Transcript" operation under the Facebook resource allows users to retrieve the transcript of a Facebook profile or post by providing its URL. This can be useful for content analysis, archiving, or extracting textual data from videos or posts on Facebook.
Practical examples include:
- Extracting video transcripts from Facebook profiles for sentiment analysis.
- Archiving spoken content from Facebook live streams or videos.
- Gathering textual data for research or marketing insights.
Properties
| Name | Meaning |
|---|---|
| URL | The URL of the Facebook profile or post from which to retrieve the transcript. |
Output
The node outputs JSON data containing the transcript information retrieved from the specified Facebook URL. The exact structure depends on the API response but generally includes the textual transcript content and possibly metadata such as timestamps or speaker labels.
If the node supports binary data output (not explicitly shown in the provided code), it would typically represent media files or related attachments; however, this is not indicated here.
Dependencies
- Requires an API key credential for authentication with the Scrape Creators API service.
- The node sends requests to
https://api.scrapecreators.comwith appropriate headers including the API key. - Proper configuration of the API key credential within n8n is necessary for successful operation.
Troubleshooting
Common issues:
- Invalid or missing API key will result in authentication errors.
- Providing an incorrect or malformed Facebook URL may cause the API to return errors or empty results.
- Network connectivity problems can prevent the node from reaching the API endpoint.
Error messages:
- Authentication failures usually indicate issues with the API key; verify that the key is correctly set up.
- "Resource not found" or similar errors suggest the URL does not correspond to accessible Facebook content.
- Rate limiting errors may occur if the API usage exceeds allowed quotas; consider checking API limits.
Links and References
- Scrape Creators API Documentation (general reference for API usage)
- Facebook official site for understanding profile and post URLs: https://www.facebook.com/