CrawlerTransformConfig

Transform a input column of urls to html text

KEY TYPE Description
honourWebsiteRules bool If True, will respect robots.txt rules.
depthColumn str Increasing depth explores more links, capturing more content
userAgent str If provided, will use this user agent instead of randomly selecting one.
inputColumn str Name of input column to transform.
disableHostRestriction bool If True, will not restrict crawling to the same host.
outputColumn str Name of output column to store transformed data.
inputColumnType None None
crawlDepth None None