parse_robots_txt
Fetch a domain's robots.txt to extract user-agent rules, allowed/disallowed paths, crawl delays, and sitemap URLs for compliant crawling.
Instructions
Fetch and parse a domain's robots.txt file. Returns user-agent rules, allowed/disallowed paths, crawl delays, and sitemap URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name (e.g., "github.com"). Without https:// |