got-scraping VS parsel

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

got-scraping

HTTP client made for scraping based on got. (by apify)

parsel

Parsel lets you extract data from XML/HTML documents using XPath or CSS selectors (by scrapy)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
got-scraping parsel
3 5
397 1,077
9.9% 2.0%
6.5 6.4
24 days ago 20 days ago
TypeScript Python
- 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.

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

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.

What are some alternatives?

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

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

parsel-cli - cli for evaluating css and xpath selectors