Spidey VS PuppeteerSharp

Compare Spidey vs PuppeteerSharp and see what are their differences.

Spidey

A multi threaded web crawler library that is generic enough to allow different engines to be swapped in. (by JaCraig)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
Spidey PuppeteerSharp
2 16
11 3,162
- 3.3%
9.5 9.3
11 days ago 3 days ago
C# C#
Apache License 2.0 MIT License
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.

Spidey

Posts with mentions or reviews of Spidey. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-20.
  • I need data from a website. It is viable to create an API that scrapes the website and returns the data on an endpoint?
    2 projects | /r/dotnet | 20 Dec 2022
    Didn't get a chance to reply earlier but depending on what you're trying to do, you might want a web crawler. I have a crawler on Github that I built for scraping in instances where someone doesn't have an API. If you go this route, I suggest doing it as a background task and go off cached data.
  • Recursion needed in small crawler
    1 project | /r/csharp | 15 May 2021
    This may be overkill but I have library out there for building web crawlers. Spidey is the library. I'm not suggesting you use it but you could look at it for ideas. It uses a multithreaded, producer/consumer approach that avoids recursion and stack overflow issues. Use a queue, pull from the queue for each url, push new urls on when you find them. Do need to optimize my code a bit more but if it helps at all. But your issue is most likely the fact that you're finding a link to the page you are currently on. HashSet or List of found URLs would solve the issue.

PuppeteerSharp

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

What are some alternatives?

When comparing Spidey and PuppeteerSharp you can also consider the following projects:

scrapyrt - HTTP API for Scrapy spiders

CefSharp - .NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework

scrapy-sanoma-kuntavaalit2021 - Fetch Sanoma kuntavaalit 2021 data [Moved to: https://github.com/raspi/scrapy-kuntavaalit2021-sanoma]

DinkToPdf - C# .NET Core wrapper for wkhtmltopdf library that uses Webkit engine to convert HTML pages to PDF.

playwright-dotnet - .NET version of the Playwright testing and automation library.

ASP.NET Core - ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.

HtmlAgilityPack - Html Agility Pack (HAP) is a free and open-source HTML parser written in C# to read/write DOM and supports plain XPATH or XSLT. It is a .NET code library that allows you to parse "out of the web" HTML files.

FlaUI - UI automation library for .Net

playwright-sharp - .NET version of the Playwright testing and automation library. [Moved to: https://github.com/microsoft/playwright-dotnet]

puppeteer - Node.js API for Chrome

docker-headless-vnc-container - Collection of Docker images with headless VNC environments

GotenbergSharpApiClient - .NET C# Client for the Gotenberg API