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%"} |
global (worldwide), asia, eu
Popular countries: us, gb, de, fr, jp, au, ca, br, in
View all 45+ supported countries
| Code | Country | Code | Country | Code | Country |
|---|---|---|---|---|---|
us | United States | de | Germany | jp | Japan |
gb | United Kingdom | fr | France | au | Australia |
ca | Canada | br | Brazil | in | India |
nl | Netherlands | sg | Singapore | es | Spain |
it | Italy | mx | Mexico | za | South Africa |
ng | Nigeria | ar | Argentina | be | Belgium |
ch | Switzerland | cl | Chile | cn | China |
co | Colombia | cz | Czech Republic | dk | Denmark |
eg | Egypt | fi | Finland | gr | Greece |
hk | Hong Kong | hu | Hungary | id | Indonesia |
ie | Ireland | il | Israel | kr | South Korea |
my | Malaysia | no | Norway | nz | New Zealand |
pe | Peru | ph | Philippines | pl | Poland |
pt | Portugal | ro | Romania | sa | Saudi Arabia |
se | Sweden | th | Thailand | tr | Turkey |
tw | Taiwan | ua | Ukraine | vn | Vietnam |
| Option | Description |
|---|---|
screenshot: true | Capture the visible viewport |
fullPageScreenshot: true | Capture the entire scrollable page (requires screenshot: true) |
screenshots array of the response.
Array 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
Country code (e.g., 'us', 'uk', 'de') or region ('global', 'asia', 'eu') for geo-targeted proxy routing. Requires useProxy: true
Use AI-powered browser automation. When enabled, actions use natural language understanding instead of CSS selectors, making scraping more resilient to page layout changes
Session cookies for authenticated scraping. Supports standard format (name=value; name2=value2) or raw Chrome DevTools paste format
Capture a screenshot of each page after scraping
Capture full page screenshot instead of just the viewport. Requires screenshot: true
Remove headers, footers, navigation, and other non-content elements from the scraped output