Stagehand Extract
Extract data from websites
Configuration
URL*
Enter the URL of the website to extract data from
Instructions*
Enter detailed instructions for what data to extract from the page...
OpenAI API Key*
••••••••
Schema*
json
Enter JSON Schema...
Tools
stagehand_extract
Extract structured data from a webpage using Stagehand
Input
| Parameter | Type | Required | Description |
|---|---|---|---|
url | string | Yes | URL of the webpage to extract data from |
instruction | string | Yes | Instructions for extraction |
provider | string | No | AI provider to use: openai or anthropic |
apiKey | string | Yes | API key for the selected provider |
schema | json | Yes | JSON schema defining the structure of the data to extract |
Output
| Parameter | Type | Description |
|---|---|---|
data | json | Extracted data |
Usage Instructions
Integrate Stagehand into the workflow. Can extract structured data from webpages.
Notes
- Category:
tools - Type:
stagehand