Scrape Creators icon

Scrape Creators

Get real time social media data

Overview

The "Search Threads" operation in the "Thread" resource allows users to search for threads based on a specified query string. This node interacts with a social media scraping API to retrieve real-time data about threads matching the search criteria. It is useful for monitoring conversations, tracking trends, or gathering insights from thread-based discussions on social platforms.

Practical examples include:

  • Searching for threads discussing a particular topic like "dogs" to analyze public sentiment.
  • Monitoring brand mentions or competitor discussions in thread formats.
  • Collecting data for research or content curation purposes.

Properties

Name Meaning
Query The search term or phrase used to find relevant threads. For example, entering "dogs" will return threads related to dogs.

Output

The node outputs JSON data containing the search results of threads that match the query. Each item in the output typically represents a thread with details such as thread content, author, timestamps, and possibly metadata like engagement metrics. The exact structure depends on the API response but generally includes all relevant information about each thread found.

If the node supports binary data output (not indicated here), it would typically represent media attachments or files associated with threads.

Dependencies

  • Requires an API key credential for authentication with the external scraping service.
  • The node sends requests to the base URL https://api.scrapecreators.com.
  • Proper configuration of the API key in n8n credentials is necessary for successful execution.

Troubleshooting

  • Common issues:

    • Invalid or missing API key: Ensure the API key credential is correctly set up and active.
    • Network errors or timeouts: Check internet connectivity and API service status.
    • No results returned: Verify the query string is valid and likely to return matches.
  • Error messages:

    • Authentication errors usually indicate problems with the API key; recheck credentials.
    • Rate limit exceeded errors suggest too many requests in a short period; consider adding delays or upgrading the API plan.
    • Malformed request errors may occur if required parameters are missing or invalid; ensure the "Query" property is provided.

Links and References

Discussion