Find in Web Page
findSearch a given webpage for an exact phrase and retrieve compact context snippets around each match, making it easy to verify occurrences without reading the full page.
Instructions
Find a literal phrase in a page and return compact context windows around matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| pattern | Yes | ||
| max_matches | No | ||
| context_chars | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| error | No | ||
| status | Yes | ||
| matches | No | ||
| pattern | Yes | ||
| source_id | No | ||
| total_matches | No |