- Clone repo
- Install library
python3 -m pip install bs4
- Edit URLs in main.py
# Current example
URLs = [
'https://www.tokopedia.com/istorebdg/macbook-air-m2-chip-2022-13-inch-8gb-256gb-garansi-resmi-ibox-inter-silver-7c6c',
...
]
- Run python
python3 src/main.py
- Example output
MacBook Air M2 Chip 2022 13 inch 8GB / 256GB Garansi Resmi iBox - Inter, Silver
19589000.0
MacBook Air M2 Chip 2022 13 inch 8GB / 512GB Garansi Resmi iBox - Inter, Starlight
24825000.0
Library yang digunakan:
- requests
- soupsieve
- beautifulsoup4
- bs4
Documentation for BeautifulSoup