We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb39e8 commit e5367f6Copy full SHA for e5367f6
readme.md
@@ -74,7 +74,7 @@ print(result)
74
- `url` (str): Target URL to scrape (**required**)
75
- `output_format` (Literal["json", "markdown"]): Output format (default: "markdown")
76
- `schema` (dict | None): OpenAPI schema for structured extraction (required if output_format is "json")
77
-- `render_javascript` (bool): Render JavaScript (default: False)
+- `render_javascript` (bool | string): Render JavaScript. Can be set to "auto", meaning that we will decide if it's necessary (default: False)
78
- `geo_location` (str): proxy location in ISO2 format.
79
80
### Browser Agent (`BrowserAgent.run`)
0 commit comments