session_warmup
Navigate to a target URL with a pre-warmed session to bypass anti-bot detection. Uses natural browsing patterns like visiting the homepage first or following a referer chain.
Instructions
Warm up session by navigating naturally before hitting target URL. Anti-bot systems score trust by session history — direct deep-URL hits look suspicious.
Patterns:
- homepage_first: goto origin → wait → goto target
- referer_chain: goto origin → find link to target → click
- natural_browse: homepage → scroll → random click → scroll → target
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target_url | Yes | ||
| pattern | No | homepage_first | |
| dwell_seconds | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |