crawlDepth

@JvmName(name = "hebeosrkhmvfvciy")
suspend fun crawlDepth(value: Output<Int>)
@JvmName(name = "hjrctlngxxivsbkl")
suspend fun crawlDepth(value: Int?)

Parameters

value

Specifies the number of levels in a website that you want to crawl. The first level begins from the website seed or starting point URL. For example, if a website has 3 levels – index level (i.e. seed in this example), sections level, and subsections level – and you are only interested in crawling information up to the sections level (i.e. levels 0-1), you can set your depth to 1. The default crawl depth is set to 2. Minimum value of 0. Maximum value of 10.