Paste cookies. Scrape as yourself.
Copy your session cookies straight from Chrome DevTools. Spidra auto-detects the format, parses every field, and injects them into the browser before your first request. No session management code required.
- Supports standard cookie strings and raw DevTools tab-separated format
- Cookies injected at browser context level before any navigation
- Session preserved across every page in a multi-page crawl
- Cookies are never stored. Used only for the duration of the job
{
"urls": [{
"url": "https://app.example.com/reports"
}],
"prompt": "Extract all monthly report data",
"cookies": "__session=eyJhbGc...; _auth=abc123",
"output": "json"
}Automated login flows
Programmatically navigate login pages, click elements, fill forms, and handle multi-step authentication using browser actions before extracting.
Direct cookie injection
Pass cookies from an existing browser session for instant access. Spidra auto-detects standard and raw DevTools format so you can paste without reformatting.
Fingerprint protection
Present as a consistent authenticated user with stable browser fingerprints and residential IP trust scores when proxies are enabled.
How Spidra compares
Authenticated scraping support across the most widely used scraping and crawling tools.
FAQs
Common questions about scraping login-protected pages with Spidra.
