Thanks to visit codestin.com
Credit goes to www.libhunt.com

Python Playwright

Open-source Python projects categorized as Playwright

Top 23 Python Playwright Projects

  1. browser-use

    🌐 Make websites accessible for AI agents. Automate tasks online with ease.

    Project mention: Windows-Use: an AI agent that interacts with Windows at GUI layer | news.ycombinator.com | 2025-09-08
  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. skyvern

    Automate browser based workflows with AI

    Project mention: Claude for Chrome | news.ycombinator.com | 2025-08-26
  4. playwright-python

    Python version of the Playwright testing and automation library.

    Project mention: Building MCP Servers in Python: WebSearch & Scrape Guide | dev.to | 2025-10-25

    Playwright Python Documentation

  5. Scrapling

    🕷️ An undetectable, powerful, flexible, high-performance Python library to make Web Scraping Easy and Effortless as it should be!

    Project mention: Agentic Coding Slot Machines – Did We Just Summon a Genie Addiction? – Part 1 | news.ycombinator.com | 2025-07-03
  6. crawlee-python

    Crawlee—A web scraping and browser automation library for Python to build reliable crawlers. Extract data for AI, LLMs, RAG, or GPTs. Download HTML, PDF, JPG, PNG, and other files from websites. Works with BeautifulSoup, Playwright, and raw HTTP. Both headful and headless mode. With proxy rotation.

    Project mention: Launching Crawlee for Python v1.0 to simplify building web scrapers and crawlers | news.ycombinator.com | 2025-09-30
  7. shot-scraper

    A command-line utility for taking automated screenshots of websites

    Project mention: Use the Accept Header to Serve Markdown Instead of HTML to LLMs | news.ycombinator.com | 2025-09-28

    HTML into Markdown isn't particularly hard. Two methods I use:

    1. The Jina reader API - https://jina.ai/reader/ - add r.jina.ai to any URL to run it through their hosted conversion proxy, eg https://r.jina.ai/www.skeptrune.com/posts/use-the-accept-hea...

    2. Applying Readability.js and Turndown via Playwright. Here's a shell script that does that using my https://shot-scraper.datasette.io tool: https://gist.github.com/simonw/82e9c5da3f288a8cf83fb53b39bb4...

  8. scrapy-playwright

    🎭 Playwright integration for Scrapy

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. parsera

    Lightweight library for scraping web-sites with LLMs

  11. web-eval-agent

    An MCP server that autonomously evaluates web applications.

    Project mention: Show HN: Web-eval-agent – Let the coding agent debug itself | news.ycombinator.com | 2025-04-28
  12. agentql

    AgentQL is a suite of tools for connecting your AI to the web. Featuring a query language and Playwright integrations for interacting with elements and extracting data quickly, precisely, and at scale. Includes REST API, Python and JavaScript SDKs, browser debugger.

    Project mention: AgentQL MCP Server: Structured Web Data for Claude, Cursor, Windsurf, and more | dev.to | 2025-03-12

    Get the social links from agentql.com

  13. hrequests

    🚀 Web scraping for humans

  14. Botright

    Botright, the most advance undetected, fingerprint-changing, captcha-solving, open-source automation framework. Build on Playwright, its as easy to use as it is to extend your code. Solving your Captchas for free with AI.

  15. testzeus-hercules

    Hercules is the world’s first open-source testing agent, enabling UI, API, Security, Accessibility, and Visual validations – all without code or maintenance. Automate testing effortlessly and let Hercules handle the heavy lifting! ⚡

    Project mention: Hercules: Your Superhero for Effortless Test Automation | dev.to | 2025-03-11

    View the Project on GitHub

  16. robotframework-browser

    Robot Framework Browser library powered by Playwright.

  17. playwright-pytest

    Pytest plugin to write end-to-end browser tests with Playwright.

  18. alumnium

    Pave the way towards AI-powered test automation.

    Project mention: Show HN: Open-source LLM-powered test automation library for mobile and web | news.ycombinator.com | 2025-05-30
  19. linkedIn-scraper

    A playwright bot which is implemented to scrape linkedin and store advertisement data in a database and telegram channel

  20. browsers-benchmark

    Browser automation engine benchmark - Test bypass rates, performance & stealth against Cloudflare, DataDome, reCAPTCHA and other bot detection systems. Find the best browser for scraping.

    Project mention: Browser Engine Benchmark | news.ycombinator.com | 2025-07-04
  21. playwright-web-scraping

    A tutorial for web scraping using Playwright headless browser

    Project mention: Document Loading, Parsing, and Cleaning in AI Applications | dev.to | 2025-04-24

    If you want to build your own end-to-end crawling and scraping infrastructure (expert users only), developers typically use Playwright, a Microsoft framework for web testing and automation. Playwright Web Scraping is a reliable open-source web scraping implementation using Playwright. Firecrawl is also open source and lets you host it in your own infrastructure if you want absolute control.

  22. solverecaptchas

    An async Python library to automate solving ReCAPTCHA v2 using Playwright.

  23. iauto

    iauto is a low-code engine for building and deploying AI agents

  24. VibeShift

    [MCP Server] The Security Agent for AI assisted coding

    Project mention: Show HN: VibeShift MCP – Getting secure working code from AI | news.ycombinator.com | 2025-05-19
  25. supremebot

    SupremeBot is a user-friendly bot built with NiceGUI to help you buy limited-edition Supreme items. It offers real-time item updates, a hype counter, and fast checkout with pre-filled forms. Available on Windows, macOS, and Linux for seamless Supreme shopping

    Project mention: 🚀 Introducing Supreme Bot: A Python-Based Web Automation Tool 🛒 | dev.to | 2025-03-15

    How You Can Help: 🌱 Contribute code: Fix bugs, add features, or refactor existing parts. 💬 Provide feedback: Let me know your thoughts and suggestions! 📈 Help grow the community: Share the project with others who might be interested. Check out the repository: Supreme Bot GitHub

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Python Playwright discussion

Log in or Post with

Python Playwright related posts

  • Building MCP Servers in Python: WebSearch & Scrape Guide

    3 projects | dev.to | 25 Oct 2025
  • How to scrape YouTube using Python [2025 guide]

    4 projects | dev.to | 16 Jul 2025
  • The last six months in LLMs, illustrated by pelicans on bicycles

    1 project | news.ycombinator.com | 8 Jun 2025
  • How to scrape TikTok using Python

    5 projects | dev.to | 30 Apr 2025
  • Python Playwright E2E tests with the right amount of AI (almost none)

    1 project | news.ycombinator.com | 16 Mar 2025
  • AgentQL MCP Server: Structured Web Data for Claude, Cursor, Windsurf, and more

    1 project | dev.to | 12 Mar 2025
  • Launch HN: Browser Use (YC W25) – open-source web agents

    12 projects | news.ycombinator.com | 25 Feb 2025
  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 Nov 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source Playwright projects in Python? This list will help you:

# Project Stars
1 browser-use 72,415
2 skyvern 17,741
3 playwright-python 13,912
4 Scrapling 8,110
5 crawlee-python 7,145
6 shot-scraper 2,134
7 scrapy-playwright 1,297
8 parsera 1,234
9 web-eval-agent 1,207
10 agentql 1,005
11 hrequests 967
12 Botright 870
13 testzeus-hercules 868
14 robotframework-browser 608
15 playwright-pytest 515
16 alumnium 495
17 linkedIn-scraper 248
18 browsers-benchmark 139
19 playwright-web-scraping 138
20 solverecaptchas 114
21 iauto 91
22 VibeShift 61
23 supremebot 31

Sponsored
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io

Did you know that Python is
the 2nd most popular programming language
based on number of references?