Scrape Creators icon

Scrape Creators

Get real time social media data

Overview

The "Scrape Creators" node provides real-time social media data scraping capabilities across multiple platforms, including TikTok. Specifically, the "Get Profile" operation under the TikTok resource fetches detailed profile information for a given TikTok user handle. This is useful for marketers, researchers, or developers who want to programmatically retrieve public TikTok user data such as profile details without manual browsing.

Practical examples include:

  • Gathering influencer profile data for marketing campaigns.
  • Monitoring competitor TikTok profiles.
  • Building analytics dashboards that incorporate TikTok user metrics.

Properties

Name Meaning
Handle The TikTok username (handle) of the user whose profile you want to retrieve. Enter without the '@' symbol. Example: stoolpresidente.

Output

The node outputs JSON data containing the TikTok user's profile information. This typically includes fields such as username, display name, bio, follower count, following count, number of videos, profile picture URL, and other publicly available metadata about the user.

If the node supports binary data output (not indicated in the provided code), it would likely be related to profile images or video thumbnails, but this is not explicitly shown here.

Dependencies

  • Requires an API key credential for the Scrape Creators service.
  • The node makes HTTP requests to the Scrape Creators API endpoint at https://api.scrapecreators.com.
  • Proper configuration of the API key in n8n credentials is necessary for authentication.

Troubleshooting

  • Common issues:

    • Invalid or missing API key will cause authentication errors.
    • Providing a non-existent or private TikTok handle may result in empty or error responses.
    • Network connectivity problems can prevent successful API calls.
  • Error messages:

    • Authentication failures usually indicate invalid API keys; verify and update your credentials.
    • "User not found" or similar errors suggest the handle does not exist or is inaccessible.
    • Rate limiting errors from the API may require waiting or upgrading your plan.

Links and References

Discussion