Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 2.51 KB

README.md

File metadata and controls

40 lines (28 loc) · 2.51 KB

OutletTVMM

please read this file as RAW. This project will get all the outlet tv from mediamarket oultet website, to check which tv companies in outlet, check loss of profit. we will be using Python and beautiful soup, then i will try to put in azure data factory from some manipulation then try to use BI Power to make some report out of it.

some important details:

1-TVs in outlet: https://outlet.mediamarkt.nl/beeld-geluid/televisie-projectie/televisies

2- Get count of tvs from class.level 3 active and request number on : Televisies (229)

3- then Request with the count number: https://outlet.mediamarkt.nl/beeld-geluid/televisie-projectie/televisies?sort=p.price&order=ASC&limit=NUMBERfromCLASSLVL3

4-getting the data from one product in data , if everything goes well , we will put it in a loop by count of tvs that we took from step 2

class="product-thumb" is the div for product ------------------------------------------------------------------------------------------

-----price of product (NewPrice,OldPrice)------- class price-old : the price in all the spans which you may need to loop.

Price div which contains two div class 1. price - old 2. price - new discounted
99.99
84.99
*----------------------------*

-----discount of product-------- div class="discount-percentage text-right center-block">Uw korting 15% --------------------------------

-----Product Title (Titlename,link) Second Product click get value------ SAMSUNG QLED 8K 65Q800T (2020) ------------------------

*--------END OF DIV 1--------------------------------------------------------------------------------------