Get Search Latest

Fetch the latest search results for certain search query.

POST https://api.noauth.cc/twitter/get-search-latest

This request will fetch the latest search results for your query.

You are allowed to use your own auth. That allows for a higher rate limit. You can find

an example on how to add them, here.

Headers

NameTypeDescription

x-api-key*

String

NoAuth API Key

Request Body

NameTypeDescription

query*

String

Example: Barack Obama

cursor

String

?????????

{
  "status": "success",
  "message": "Twitter response.."
}

Last updated