Seed Domain Session
metalift_seed_sessionStore browser session credentials for a domain to enable authenticated scraping later. Use Playwright storage_state JSON when available; fall back to cookie header and user agent.
Instructions
Store browser session credentials for a domain (org-scoped). Prefer full Playwright storage_state JSON from the user's browser — preserves cookies + localStorage for fingerprint-coherent replay via unified browser session on later scrapes. Fallback: cookie_header + user_agent from DevTools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Site hostname, e.g. actionpowertest.com or www.walmart.com | |
| cookies | No | ||
| ttl_hours | No | ||
| user_agent | No | User-Agent from the same browser session that issued the cookies | |
| cookie_header | No | ||
| storage_state | No | Playwright context.storageState() JSON — preferred over cookie_header alone |