Skip to content

michal1298/scraping-lampeo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

Scraping Lampeo

Requirements

  • python3
  • pip3

Preparation in project folder

pip install bs4
pip install requests

Run

python3 main.py URL_to_category_page numer_of_products

Example:

python3 main.py https://www.lampy.pl/oswietlenie-biurowe/ 5

It will scrap 5 products from category "oświetlenie biurowe". Data will be export to export.csv file. Photos will be saved to photos/ directory.

About

Simple Python script for data scraping.

Resources

Stars

Watchers

Forks

Languages