parsel VS got-scraping

Compare parsel vs got-scraping and see what are their differences.

parsel

Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors (by scrapy)

got-scraping

HTTP client made for scraping based on got. (by apify)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
parsel got-scraping
5 3
1,077 397
2.0% 10.8%
6.4 6.5
22 days ago 27 days ago
Python TypeScript
BSD 3-clause "New" or "Revised" 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.

parsel

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

got-scraping

Posts with mentions or reviews of got-scraping. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-13.
  • How do I scrape external web pages and then insert them as records into KB table?
    1 project | /r/servicenow | 1 Dec 2022
    You could do the scraping yourself by hosting your own ServiceNow MID Server, making a bespoke scraping script on top of an existing library (example: got-scraping), then calling the scraper script via IntegrationHub & a Script Step)
  • How to Crawl the Web with Scrapy
    7 projects | news.ycombinator.com | 13 Sep 2021
    While I agree that Scrapy is a great tool for beginner tutorials and easy entry into scraping, it's becoming difficult to use it in real world scenarios because almost all the large players now employ some anti-bot or anti-scraping protection.

    A great example above all is Cloudflare. You simply can't convince Cloudflare you're a human with Scrapy alone. Scrapy has only experimental support of HTTP2 and does not support proxies over HTTP2 (https://github.com/scrapy/scrapy/issues/5213). Yet, all browsers use HTTP2 now, which means all normal users use HTTP2... You get the point.

    What we use now is Got Scraping (https://github.com/apify/got-scraping). It's a special purpose extension of Got (HTTP client with 18 mil weekly downloads) that masks its HTTP communication as if it was coming from a real browser. Of course, this will not get you as far as Puppeteer or Playwright (headless browsers), but it improved our scraping tremendously. If you need a full crawling library, see the Apify SDK (https://sdk.apify.com) which uses Got Scraping under the hood.

  • Show HN: Web scraping focused HTTP client for Node.js
    2 projects | news.ycombinator.com | 6 Aug 2021

What are some alternatives?

When comparing parsel and got-scraping you can also consider the following projects:

parsel-cli - cli for evaluating css and xpath selectors

google-search-results-php - Google Search Results PHP API via Serp Api

soupsieve - A modern CSS selector implementation for BeautifulSoup

header-generator - NodeJs package for generating browser-like headers.

insomnia - The open-source, cross-platform API client for GraphQL, REST, WebSockets, SSE and gRPC. With Cloud, Local and Git storage.

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

CSS-Minifier - This CSS Minifier tries to reduce the length of code by renaming class names and id names.

colly - Elegant Scraper and Crawler Framework for Golang

author-tools - Author Tools

puppeteer - Node.js API for Chrome

FnF-Spritesheet-and-XML-Maker - A Friday Night Funkin' mod making helper tool that allows you to generate XML files and spritesheets from induvidual pngs

rtila-releases