Skip to content

Create crawler application

Create a new application instance via createCrawl():

js
import { createCrawl } from 'x-crawl'

const crawlApp = createCrawl({
  // options
})

Related options can refer to CreateCrawlConfig.

Released under the MIT license