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

Comments

Path: reddit.db.comments.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.

Posts

Path: reddit.db.posts.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.

Subreddits

Path: reddit.db.subreddits.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: reddit.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.