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

Accounts

Path: supadata.db.accounts.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.

Media Metadata

Path: supadata.db.mediaMetadata.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.

Transcript Jobs

Path: supadata.db.transcriptJobs.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.

Transcripts

Path: supadata.db.transcripts.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.

Web Maps

Path: supadata.db.webMaps.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.

Web Pages

Path: supadata.db.webPages.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.

Youtube Channels

Path: supadata.db.youtubeChannels.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.

Youtube Playlists

Path: supadata.db.youtubePlaylists.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.

Youtube Search Results

Path: supadata.db.youtubeSearchResults.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.

Youtube Videos

Path: supadata.db.youtubeVideos.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.