<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shanewas Ahmed</title>
    <description>The latest articles on DEV Community by Shanewas Ahmed (@shanewas).</description>
    <link>https://dev.to/shanewas</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3950052%2Fa774d32d-abee-48c2-9c48-e12d731266a7.jpg</url>
      <title>DEV Community: Shanewas Ahmed</title>
      <link>https://dev.to/shanewas</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shanewas"/>
    <language>en</language>
    <item>
      <title>Open-source Playwright wrapper that passes bot.sannysoft.com, pixelscan, and CreepJS in headless mode</title>
      <dc:creator>Shanewas Ahmed</dc:creator>
      <pubDate>Mon, 25 May 2026 06:29:09 +0000</pubDate>
      <link>https://dev.to/shanewas/open-source-playwright-wrapper-that-passes-botsannysoftcom-pixelscan-and-creepjs-in-headless-5h3b</link>
      <guid>https://dev.to/shanewas/open-source-playwright-wrapper-that-passes-botsannysoftcom-pixelscan-and-creepjs-in-headless-5h3b</guid>
      <description>&lt;p&gt;Been scraping for a while and got tired of getting blocked the moment a page loads. Standard Playwright leaks everywhere — TLS fingerprint, navigator.webdriver, WebGL renderer differences.&lt;/p&gt;

&lt;p&gt;Built a library that handles all of that before the page even loads:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;1. Region-spoofed TLS handshakes (Japan, US, EU, Korea) instead of Python's defaults&lt;/li&gt;
&lt;li&gt;2. JS patches that strip automation flags before first paint&lt;/li&gt;
&lt;li&gt;3. Human-like mouse movements and typing speed&lt;/li&gt;
&lt;li&gt;4. Auto proxy/session rotation on block detection&lt;/li&gt;
&lt;li&gt;5. Built-in MCP server for agent integration&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It's on PyPI, MIT licensed:&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;pip install agentic-stealth-browser&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;a href="https://github.com/shanewas/agentic-stealth-browser" rel="noopener noreferrer"&gt;https://github.com/shanewas/agentic-stealth-browser&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Tested against bot.sannysoft.com, pixelscan.net, and CreepJS — clean passes in headless mode.&lt;/p&gt;

&lt;p&gt;Would love feedback from people who actually hit these problems daily. What's the hardest site you've had to scrape?&lt;/p&gt;

</description>
      <category>automation</category>
      <category>opensource</category>
      <category>python</category>
      <category>webscraping</category>
    </item>
  </channel>
</rss>
