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

Crawl Results

Path: tavily.db.crawlResults.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.

Extract Results

Path: tavily.db.extractResults.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.

Map Results

Path: tavily.db.mapResults.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.

Search Results

Path: tavily.db.searchResults.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.