Queue URLs for scraping with optional browser actions and AI extraction
| Action | Description | Example |
|---|---|---|
click | Click an element | {"type": "click", "selector": "#btn"} |
type | Type into input | {"type": "type", "selector": "#search", "value": "query"} |
wait | Wait (ms) | {"type": "wait", "value": 2000} |
scroll | Scroll page | {"type": "scroll", "value": "50%"} |
name=value; name2=value2Array of URLs to scrape (1-3 URLs per request)
1 - 3 elementsOptional LLM prompt for extracting or transforming the scraped content
Output format for the extracted content
json, markdown Enable stealth mode with proxy rotation to avoid detection