Skip to main content

A crawler for mindfactory.de

Project description

Mindfactory.de Crawler

This repository contains a crawler for Mindfactory, a German ecommerce shop (for computer hardware). The crawler extracts the data contained on every single product page and stores the scraped products and reviews in a SQLite database consisting of two tables.

Each product has the following properties:

  • ID (SQLite identifier)
  • URL
  • Product name
  • Brand name
  • Category (i.e. CPU)
  • EAN
  • SKU
  • Items sold (Count)
  • People watching (Count)
  • RMA quote (in percent)
  • Average rating (from 1.0 to 5.0)
  • Shipping (information on availability)
  • Price (in Euro)

Additionally, for every product all reviews are collected and stored in a separate SQLite table. An entry in this table has the following properties:

  • Product ID (Reference to the corresponding ID in the product table)
  • Stars (Rating, from 1 to 5)
  • Text
  • Author
  • Date (YYYY-MM-DD)
  • Verified (actually bought the product at Mindfactory)

Prerequisites

  • Python3
  • scrapy
  • SQLite3

Run the scraper

scrapy crawl mindfactory_products

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mindfactory_crawling-1.0.4.tar.gz (7.2 kB view hashes)

Uploaded Source

Built Distribution

mindfactory_crawling-1.0.4-py3-none-any.whl (10.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page