Get Search Lists

Fetch the search lists for a specific search query.

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

This request will fetch the lists for a specific search 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