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

Domain Metrics

Path: ahrefs.db.domainMetrics.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.

Keywords

Path: ahrefs.db.keywords.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.

Pages

Path: ahrefs.db.pages.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.

Rankings

Path: ahrefs.db.rankings.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.

Refdomains

Path: ahrefs.db.refdomains.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 Positions

Path: ahrefs.db.serpPositions.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.

Subscription Usage

Path: ahrefs.db.subscriptionUsage.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.