social
Realtime twitter timeline & search
Retrieve the twitter timeline for a user or search for tweets without all the extra baggage of the existing twitter API.
Search for tweets with a simple query
Get the timeline for a given user
Get the current global trending topics
Get a user's twitter profile
Search Request
Response
{
"tweets": [
{
"id": "1440333358018424841",
"text": "RT @_Bomfha: In the world, I have cats on rainy days. 🌧️💧 https://t.co/C3n1NRRvhX",
"username": "syrupai",
"created_at": "Tue Sep 21 15:13:27 +0000 2021",
"retweeted_count": "114",
"favourited_count": "0"
},
{
"id": "1440333343636090882",
"text": "RT @jbdefsyg: Bam said it’s been a long time since he’s not been alone for Chuseok considering his family is in Thailand. Seulgi asked what…",
"username": "Blackbeau5",
"created_at": "Tue Sep 21 15:13:23 +0000 2021",
"retweeted_count": "656",
"favourited_count": "0"
}
]
}