Skip to main content
The TwitterAPI.io plugin syncs data locally. Use corsair.twitterapiio.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Communities

Path: twitterapiio.db.communities.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Lists

Path: twitterapiio.db.lists.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Replies

Path: twitterapiio.db.replies.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.
Path: twitterapiio.db.trends.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Tweets

Path: twitterapiio.db.tweets.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Users

Path: twitterapiio.db.users.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.