scrapy-playwright VS playwright-pool

Compare scrapy-playwright vs playwright-pool and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
scrapy-playwright playwright-pool
11 3
837 11
3.1% -
7.8 0.0
3 months ago over 2 years ago
Python Python
BSD 3-clause "New" or "Revised" License GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

scrapy-playwright

Posts with mentions or reviews of scrapy-playwright. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-06.

playwright-pool

Posts with mentions or reviews of playwright-pool. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-13.
  • Is Selenium still a good choice?
    3 projects | /r/webscraping | 13 Jul 2022
    But to summarize it - puppeteer and playwright are superior to Selenium. Mostly because they both have modern, async APIs. When it comes to API itself Playwright is a great choice, though it comes with a lot of default cruft (browser parameters etc) that make scrapers easier to identify. Async support is really important too as there's a lot of IO blocking in browser automation. With async API you can launch multiple asynchronous browser tabs and do something in one while the other is loading - which drastically speeds up web scraping. I published a short demo on github to illustrate this: playwright-pool if you want to learn more about async.
  • The End of Python Web Scraping
    1 project | /r/webscraping | 14 Jun 2022
    I hadn't seen any particularly good implementations of distributed Playwright systems like Selenium grid yet. That being said, one killer feature of Playwright is async support. Since most of scraping time is waiting for IO blocks (page to load etc) having a single process pool of browsers is super easy in Playwright. I wrote this small demo few months ago that illustrates this idea: https://github.com/Granitosaurus/playwright-pool
  • Instagram doesn't show any content without login
    1 project | /r/webscraping | 26 May 2022
    But yeah, Selenium is pretty slow but only because of all IO blocks not because of something internal (for the most part). If you want to speed browser automation you need an async client or lots of thread/subprocess code. For example, playwright for python has async client and I have a playwright-pool demo code which illustrates that you can have really good scrape speeds just by switching to async code!

What are some alternatives?

When comparing scrapy-playwright and playwright-pool you can also consider the following projects:

scrapy-splash - Scrapy+Splash for JavaScript integration

scrapy-cloudflare-middleware - A Scrapy middleware to bypass the CloudFlare's anti-bot protection

Scrapy - Scrapy, a fast high-level web crawling & scraping framework for Python.

scrapy-rotating-proxies - use multiple proxies with Scrapy

scrapy-fake-useragent - Random User-Agent middleware based on fake-useragent

ArchiveBox - 🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more...

aiopath - 📁 Asynchronous pathlib for Python

scrapy-inline-requests - A decorator to write coroutine-like spider callbacks.

yt-videos-list - Create and **automatically** update a list of all videos on a YouTube channel (in txt/csv/md form) via YouTube bot with end-to-end web scraping - no API tokens required. Multi-threaded support for YouTube videos list updates.

open-gov-crawlers - Parse government documents into well formed JSON

hltv-scraping - Scraping data from hltv.org

burplist - Web crawler for Burplist, a search engine for craft beers in Singapore