SocialData.Tools: API Documentation
  • Getting Started
  • Authentication
  • Pricing
  • SDKs and Code Examples
  • Twitter: Tweets
    • Retrieve tweet details
    • Retrieve thread
    • Retrieve article details
    • Retrieve all users who retweeted a tweet
    • Retrieve search results by keyword
    • Retrieve all users who liked a tweet
  • Twitter: Users
    • Retrieve user profile details
    • Retrieve profile's affiliated users
    • Retrieve tweets and replies made by a specific user
    • Retrieve likes made by a specific user
    • Retrieve user's articles
    • Retrieve user's highlighted tweets
    • Retrieve user's followers
    • Retrieve user's following
    • Retrieve user's lists
    • Check if a user is following another user
    • Check if a user retweeted a specific tweet
    • Check if a user commented on a specific tweet
    • Check if a user liked a specific tweet
    • Retrieve users search results by screenname
  • Twitter: Lists
    • Retrieve list details
    • Retrieve list members
  • Twitter: Spaces
    • Retrieve Twitter spaces stream details
  • Twitter / X: Communities
    • Retrieve community tweets timeline
    • Retrieve community members
Powered by GitBook
On this page
  • General workflow
  • X/Twitter: Async Endpoints
  1. Twitter / X: Async Endpoints

Introduction

Last updated 7 months ago

Most SocialData API endpoints work synchronously, where you send a request and receive a response within a couple of seconds. However, certain requests, such as exporting a large number of followers, may require more processing time. These requests work asynchronously, meaning you submit a request, SocialData processes it and later uploads the resulting dataset to Amazon S3 bucket.

General workflow

All of the async endpoints listed below follow the same approach:

  1. Create a job using one of the async endpoints below

  2. Monitor job status either or

  3. Download dataset once the job is processed

Important: All files uploaded to the S3 bucket will be automatically deleted after 7 days. Once the files are deleted from the S3 bucket, they cannot be recovered.

X/Twitter: Async Endpoints

manually
using a webhook
Retrieve large number of search results
Retrieve all comments for any tweet