# Getting Started

{% hint style="danger" %} <mark style="color:red;">**WARNING:**</mark>&#x20;

**You are viewing an outdated version of our documentation.** \
**For the latest and most accurate information, please visit** [**docs.socialdata.tools**](https://docs.socialdata.tools)**.**
{% endhint %}

## Introduction

SocialData API is a scalable and reliable API that simplifies the process of fetching data from social media websites. At the moment, we only support X (formerly Twitter), but working on adding more integrations.

With SocialData API, you can easily retrieve tweets, user profiles, user followers/following and other information without the need for proxies or parsing Twitter responses. This ensures a seamless and hassle-free integration with your application, saving you valuable time and effort.

## X/Twitter: Available Endpoints

SocialData is capable of getting the following data from X (Twitter):

**Tweets**

* [Retrieve tweet details](/docs/twitter-tweets/retrieve-tweet-details.md)
* [Retrieve thread](/docs/twitter-tweets/retrieve-thread.md)
* [Retrieve all users who liked a tweet](/docs/twitter-tweets/retrieve-all-users-who-liked-a-tweet.md)
* [Retrieve all users who retweeted a tweet](/docs/twitter-tweets/retrieve-all-users-who-retweeted-a-tweet.md)
* [Retrieve search results by keyword](/docs/twitter-tweets/retrieve-search-results-by-keyword.md)

**Users**

* [Retrieve user profile details](/docs/twitter-users/retrieve-user-profile-details.md)
* [Retrieve profile's affiliated users](/docs/twitter-users/retrieve-profiles-affiliated-users.md)
* [Retrieve tweets and replies made by a specific user](/docs/twitter-users/retrieve-tweets-and-replies-made-by-a-specific-user.md)
* [Retrieve user's likes](/docs/twitter-users/retrieve-likes-made-by-a-specific-user.md)
* [Retrieve user's highlighted tweets](/docs/twitter-users/retrieve-users-highlighted-tweets.md)
* [Retrieve user's followers](/docs/twitter-users/retrieve-users-followers.md)
* [Retrieve user's following](/docs/twitter-users/retrieve-users-following.md)
* [Retrieve user's lists](/docs/twitter-users/retrieve-users-lists.md)
* [Check if a user is following another user](/docs/twitter-users/check-if-a-user-is-following-another-user.md)
* [Check if a user retweeted a specific tweet](/docs/twitter-users/check-if-a-user-retweeted-a-specific-tweet.md)
* [Check if a user liked a specific tweet](/docs/twitter-users/check-if-a-user-liked-a-specific-tweet.md)
* [Retrieve users search results by screenname](/docs/twitter-users/retrieve-users-search-results-by-screenname.md)

**Lists**

* [Retrieve list details](/docs/twitter-lists/retrieve-list-details.md)
* [Retrieve list members](/docs/twitter-lists/retrieve-list-members.md)

**Spaces**

* [Retrieve Twitter spaces stream details](/docs/twitter-spaces/retrieve-twitter-spaces-stream-details.md)

**Communities**

* [Retrieve community tweets](/docs/twitter-x-communities/retrieve-community-members.md)
* [Retrieve community members](/docs/twitter-x-communities/retrieve-community-members.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://socialdata.gitbook.io/docs/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
