get_crawl_settings
Retrieve current crawl settings for a specified site to monitor and adjust crawling behavior. Get the exact configuration needed to troubleshoot or optimize site crawl.
Instructions
Retrieve crawl settings for a specific site.
Args: site_url: The URL of the site to get crawl settings for
Returns: CrawlSettings: The current crawl settings for the site
Raises: BingWebmasterError: If settings cannot be retrieved
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site_url | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| __type | No | CrawlSettings:#Microsoft.Bing.Webmaster.Api | |
| CrawlRate | Yes | ||
| CrawlBoostEnabled | Yes | ||
| CrawlBoostAvailable | Yes |