🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

csgostatsgg-scraper

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

csgostatsgg-scraper

Programmatically pull data from csgostats.gg pages via page scraping

1.5.5
latest
Source
npm
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

csgostatsgg-scraper

A consumable Node package to (heavy-handedly) scrape data from csgostats.gg. Due to csgostats.gg not having an API, and being mostly protected by Cloudflare, the best approach is to spin up a headless browser to load the page and scrape it. Ulixee Hero is used to bypass Cloudflare and manage the DOM scraping.

Progress

  • Player page summary data
  • Player page large performance stats
  • Player page detailed performance stats
  • Player page graph data
  • Player page weapon stats
  • Player page map stats
  • Player page matches data
  • Player page "Played With" section
  • Global recent matches list
  • Match page summary data
  • Match page scoreboard
  • Match page rounds
  • Match page weapons
  • Match page duels
  • Match page heatmaps
  • Leaderboards

Usage

Install

To start, it's best to run with a local Hero Core, so you should install @ulixee/hero-core as a peer dependency:

npm i csgostatsgg-scraper @ulixee/hero-core

Later, if you'd like to use a remote Hero Core, you can remove the @ulixee/hero-core peer dependency.

Keywords

csgostatsgg

FAQs

Package last updated on 15 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts