Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 540 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 540 Bytes

VITA_pharmacy_scraper

As a training, I decided to get ALL the data about ALL the products from the site https://vitaexpress.ru/.

I have uploaded some .json files for you to check the results which are full of information about:

  • product_name
  • product_url
  • product_brand
  • product_categories
  • product_price
  • active_substance

Firstly install these libs :

    • bs4
    • selenium
    • json

If you run the script, you will have a lot of such files! (But you will need to wait about 75 minutes, because of scrolling page script part)