βœ–οΈX

X API

X API allows searching and scraping data of user's tweets. For example: search for tweets mentioning "coke", search for tweets mentioning "ChatGPT" from @elonmusk, etc.

Examples

Get tweets by elonmusk.
Get jason's info including location.
Get followers of BarackObama.
Search tweets contain "Cocacola" or coke from elonmusk.
Get 50 tweets mentioning jason and contain word startup, but not word bankrupt.
Search tweets contain "chatGPT" or GPT3. Include tweet creation date in the result.

If the output return the data not in table format, pls try to add this to the prompt:

"Return data field."

Last updated