Shopee Scraper: A web scraper in python that extract sales, price, avaliable stock, location and more of a given seller in Brazil

A web scraper in python that extract sales, price, avaliable stock, location and more of a given seller in Brazil.

The project was created in python 3 and requires only 3 libraries that may need to be installed (in case you don’t have any of them).

They are: requests, date and time. Date and Time are default libraries for Linux and Mac users, but if you’re running Windows, make sure to install them using pip.

You can easily install requests using the following command: $ pip install requests

The script runs based on Shopee’s public API. Shopee generates a dynamic page that shows products and its information calling a json file. Since it’s an API and it’s public, it’s easier to just call the json file and extract the

 

 

 

To finish reading, please visit source site