get_html
Extract sanitized HTML from any webpage to identify form fields, analyze page structure, and find CSS selectors for web automation and crawling operations.
Instructions
[STATELESS] Get sanitized/processed HTML for inspection and automation planning. Use when: finding form fields/selectors, analyzing page structure before automation, building schemas. Returns cleaned HTML showing element names, IDs, and classes - perfect for identifying selectors for subsequent crawl operations. Commonly used before crawl to find selectors for automation. Creates new browser each time.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
url | Yes | The URL to extract HTML from |