Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 948 Bytes

CrawleeOneConfigSchemaCrawler.md

File metadata and controls

37 lines (20 loc) · 948 Bytes

crawlee-one / Exports / CrawleeOneConfigSchemaCrawler

Interface: CrawleeOneConfigSchemaCrawler

Part of the schema that defines a single crawler.

Table of contents

Properties

Properties

routes

routes: string[]

Defined in

src/types/config.ts:37


type

type: "basic" | "http" | "cheerio" | "jsdom" | "playwright" | "puppeteer"

Crawler type - Each type is linked to a different Crawlee crawler class. Different classes may use different technologies / stack for scraping.

E.g. type cheerio will use CheerioCrawler class.

Defined in

src/types/config.ts:36