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 TikTok. Specifically, the "Search TikTok by Keyword" operation allows users to search TikTok content based on a keyword query. This is useful for marketers, researchers, or social media managers who want to discover trending videos, creators, or content related to specific topics or keywords on TikTok.
Practical examples:
- Finding popular TikTok videos related to a product or brand.
- Monitoring trends and hashtags by searching relevant keywords.
- Gathering data for influencer marketing campaigns by identifying creators posting about certain topics.
Properties
| Name | Meaning |
|---|---|
| Query | The keyword or phrase to search for on TikTok. |
| Limit | Maximum number of results to return from the search (minimum value is 1). Default is 50. |
Output
The node outputs JSON data containing the search results from TikTok based on the provided keyword query. The structure typically includes an array of items representing TikTok videos or creators matching the search criteria. Each item may contain details such as video metadata, creator information, engagement statistics, and other relevant fields returned by the scraping API.
If the node supports binary data output (not explicitly shown in the code), it would likely represent media files such as video thumbnails or clips, but this is not detailed in the provided source.
Dependencies
- Requires an API key credential for accessing the Scrape Creators API service.
- The node sends requests to
https://api.scrapecreators.comwith appropriate headers including the API key. - No additional environment variables are indicated beyond the API key credential.
Troubleshooting
Common issues:
- Invalid or missing API key will result in authentication errors.
- Exceeding the rate limits imposed by the Scrape Creators API could cause request failures.
- Providing an empty or invalid query string may return no results or errors.
- Setting the limit below 1 will be rejected due to validation.
Error messages:
- Authentication errors usually indicate problems with the API key; verify that the key is correct and active.
- Rate limit exceeded errors suggest waiting before retrying or upgrading the API plan.
- Validation errors on input properties should be resolved by ensuring required fields are correctly filled.
Links and References
- Scrape Creators API Documentation (general reference for the API used)
- TikTok Official Website (for understanding TikTok content context)
Note: The above links are indicative; please refer to your actual API provider documentation.