ActorStack.dev
Scraper engineering

Session cookie

A credential a site issues to a logged-in browser, which a scraper can borrow to reach private content — and which expires, taking the scraper with it.

Cookie-based scraping trades stability for coverage: it unlocks pages the signed-out surface does not have, and it fails on a date nobody chose. It also means the automation acts as that account.

Where this comes up