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

Cookies

Path: browserless.db.cookies.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.

Files

Path: browserless.db.files.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.

Html

Path: browserless.db.html.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.

Scrape Groups

Path: browserless.db.scrapeGroups.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.

Scrape Matches

Path: browserless.db.scrapeMatches.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.

Scrape Results

Path: browserless.db.scrapeResults.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.

Unblock Results

Path: browserless.db.unblockResults.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.