9 lines
214 B
TypeScript
9 lines
214 B
TypeScript
import { CheerioCrawler } from 'crawlee';
|
|
|
|
const crawler = new CheerioCrawler({
|
|
// Pass in advanced options by providing them in the autoscaledPoolOptions
|
|
autoscaledPoolOptions: {
|
|
// ...
|
|
},
|
|
});
|