crawlee-one / Exports / CrawleeOneConfigSchemaCrawler
Part of the schema that defines a single crawler.
• routes: string
[]
• 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.