- python3
- pip3
pip install bs4
pip install requests
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.