# Getting Started

The Twitter API is a powerful tool used to extract valuable data in real-time such as profile or tweet information. \
\
Using our API, you don't have to worry about the technical details of data extraction, as we handle all the necessary logic and evasions to ensure you get the data you need in an organized JSON format. Your focus can be on analyzing and working with the data rather than extracting it.\
\
The following documentation provides detailed instructions on how to use and implement the Twitter API in your project. You will find specific implementation examples in various programming languages throughout the documentation. If there are any topics not covered by the documentation, our [**technical support team**](https://www.webscrapingapi.com/contact/) is available to assist you, so please don't hesitate to reach out for help.


---

# 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://docs.webscrapingapi.com/twitter-search-api/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.
