TAG
Posts tagged "Engineering"
4 posts
Headless browser fingerprinting in 2026: how detection works and what to do
A technical breakdown of the signals anti-bot services use to detect headless browsers, and the patches that close the gap.
Scraping JavaScript-heavy SPAs: Next.js, Nuxt, and React in 2026
Why plain HTTP fetching returns empty pages on modern frontends, what render targets work, and how to recover server-shipped data without a headless browser.
How to scrape Cloudflare-protected sites without getting blocked
A practical, layered approach to defeating Cloudflare's bot challenges in 2026. TLS fingerprints, hardened headless, cookie persistence, and when to escalate.
LLM extraction vs CSS selectors: why selector-based scraping is dead at scale
Selectors break when sites redesign. LLMs extract by semantic meaning. Here's why the tradeoff has flipped, with cost numbers from real workloads.