seed Url Configuration
Parameters
value
Configuration of the seed or starting point URLs of the websites you want to crawl. You can choose to crawl only the website host names, or the website host names with subdomains, or the website host names with subdomains and other domains that the web pages link to. You can list up to 100 seed URLs.
suspend fun seedUrlConfiguration(argument: suspend DataSourceWebCrawlerSeedUrlConfigurationArgsBuilder.() -> Unit)
Parameters
argument
Configuration of the seed or starting point URLs of the websites you want to crawl. You can choose to crawl only the website host names, or the website host names with subdomains, or the website host names with subdomains and other domains that the web pages link to. You can list up to 100 seed URLs.