Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

import { ActionFindInPage } from "@openrouter/sdk/models";

let value: ActionFindInPage = {
  pattern: "<value>",
  type: "find_in_page",
  url: "https://qualified-king.org",
};

Fields

FieldTypeRequiredDescription
patternstring:heavy_check_mark:N/A
type”find_in_page”:heavy_check_mark:N/A
urlstring:heavy_check_mark:N/A