Search
get_search_searchTermWith the search endpoint you can search all of twitter. You just need to provide a search term. ⚠ If you have a large cursor the GET-request will limit at some length. For that you can use a POST-request which has no limits. Billing per call: 1 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | The default count is 20. You can specify a custom one here. | |
| cursor | No | At the end of the entries array you'll find two objects with the type TimelineTimelineCursor. There is one cursor to go up (Top) and one for going down (bottom) the list. | |
| filters | No | Learn more about all filters by reading the docs or contact me on telegram @benagain :) | |
| category | No | ENUM Top,Latest,People,Photos,Videos | |
| searchTerm | Yes | ||
| includeTimestamp | No | Decide if you need a unix created_at timestamp. This will slightly increase the speed of the request. |