Skip to content

hynekhavel/actor-graphics-cards-scraper

Repository files navigation

Graphics cards scraper

Overview

This actor scrape all in-stock graphics cards in Czech E-shops. Output is saved to default dataset and contains: shop name, name of product and current price. Actor is lightweight and using only CheerioCrawler for better CU consumption (no puppeteer). If you are interested only in some GPU models, you can filter saved data by input filter.

Scraped E-shops

Input

Output

All scraped products will be saved to default run dataset in this format:

[{
  "results": [
    {
      "shop": "ALZA",
      "name": "GIGABYTE GeForce GT 710 1GB",
      "price": "999,-"
    },
    {
      "shop": "ALZA",
      "name": "HP NVIDIA Graphics PLUS Quadro P400",
      "price": "2 990,-"
    },
    {
      "shop": "MIRONET",
      "name": "MSI N730K-2GD3H",
      "price": "1 946 Kč"
    },
    {
      "shop": "MIRONET",
      "name": "PowerColor AXRX 580 8GBD5-DHDV2 OC",
      "price": "17 668 Kč"
    },
    {
      "shop": "TSBOHEMIA",
      "name": "GIGABYTE GeForce GT 710 GV-N710D5-1GL",
      "price": "1 049,-"
    },
    {
      "shop": "TSBOHEMIA",
      "name": "MSI GeForce GT 710 (GT 710 1GD3H LP)",
      "price": "999,-"
    },
  ]
}]

CU consumption

Average compute units consumption with 1024 MB memory is about 0.015 CU.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published