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

Cities

Path: brightdata.db.cities.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.

Countries

Path: brightdata.db.countries.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.

Datasets

Path: brightdata.db.datasets.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.

Serp Results

Path: brightdata.db.serpResults.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.

Snapshot Progress

Path: brightdata.db.snapshotProgress.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.

Snapshot Refs

Path: brightdata.db.snapshotRefs.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.

Snapshot Results

Path: brightdata.db.snapshotResults.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.

Unlocker Results

Path: brightdata.db.unlockerResults.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.

Zones

Path: brightdata.db.zones.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.