GitHub - briggleman/steamed: Spider for scraping Steam sales data from store.steampowered.com

Spider for scraping Steam sales data from store.steampowered.com

Installation

To install steamed, simply:

Usage

To use steamed simply include it in your project:

Then call the sales function:

Calling steamed.sales() will return an array of lists containing information on all the games currently on sale.

Current information returned is:

  • game - name of the game on sale
  • img - url to the Steam 120px thumbnail
  • appid - application id of the game
  • full - full price of the game (returned as a decimal)
  • sale - sale price of the game
  • pct - calculated percentage of the discount
  • released - release date of the app
  • review - Steam user review score (e.g. Positive, Very Positive)
  • summary - Steam user review summary
  • platforms - an array of platforms the app is on (e.g. win, steam, linux, steamplay)