{
  "schema_version": "v1",
  "name_for_human": "SocialData API",
  "name_for_model": "socialdata",
  "description_for_human": "Fetch tweets, profiles, followers and search results from X (Twitter).",
  "description_for_model": "Read-only access to public data on X (formerly Twitter). Use it to search tweets with the full X advanced search operator syntax, look up user profiles by username or numeric ID, list followers and following, read user timelines, mentions and highlights, read a single tweet with its replies, quotes, retweeters and full thread, and read lists, communities and Spaces. It can also confirm in one call whether a specific user follows an account, retweeted a tweet, or replied to a tweet. Authentication uses the caller's own SocialData API key as a bearer token. Every request costs money from a prepaid balance, normally $0.0002 per item returned, so request only the number of results the task needs and never page through an entire large followers or search result set. List responses hold a next_cursor value; pass it back as the cursor parameter for the next page, and treat each page as a separate charge. The rate limit is 120 requests per minute. The API is read-only and cannot post, follow, like or change anything on X.",
  "auth": {
    "type": "user_http",
    "authorization_type": "bearer"
  },
  "api": {
    "type": "openapi",
    "url": "https://socialdata.tools/openapi.yaml"
  },
  "logo_url": "https://socialdata.tools/android-chrome-512x512.png",
  "contact_email": "support@socialdata.tools",
  "legal_info_url": "https://socialdata.tools/legal/terms-and-conditions"
}
