What data can be retrieved with the new Twitter/X API?

606 views Asked by At

For a research project, I would like to access the behavior of specific Twitter/X users, i.e. tweets and likes. In our setting, we would ask participants for their Twitter names and get their permission to use publicly available data about their accounts. Since we want to access the data of many people, I am looking for an effective solution.

Since scraping is no longer allowed (e.g. Robots.txt, Terms of Service), I looked at the twitter API v2 (Details here).

This raises the following questions:

Are there any other ways to retrieve data from twitter/X?

Has anyone perhaps worked with the new twitter/X API and has ideas on the questions above?

2

There are 2 answers

0
web dev On BEST ANSWER

The Free version of the API allows retrieval of up to 1500 tweets per month. For additional features such as retweets and likes, a paid version is required, and these functionalities are not available with a free account at the moment.

0
Romilly Cocking On

The free account is write-only. You need at least a basic ($10/mo) account to read tweets, and the basic account is limited to 10K pulls/mo.

see https://developer.twitter.com/en/docs/twitter-api/getting-started/about-twitter-api