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

Crawls

Path: scrapegraphai.db.crawls.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.

Credits

Path: scrapegraphai.db.credits.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.

Generated Schemas

Path: scrapegraphai.db.generatedSchemas.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.

Jobs

Path: scrapegraphai.db.jobs.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.

Markdownifies

Path: scrapegraphai.db.markdownifies.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.

Scheduled Jobs

Path: scrapegraphai.db.scheduledJobs.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 Scrapers

Path: scrapegraphai.db.searchScrapers.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.

Smart Scrapers

Path: scrapegraphai.db.smartScrapers.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.