This project is developed to complete the tasks given for the Python Developer role application.
There are three different tasks in total:
- Using Scraper Chrome Extention
- Scrape Peter's of Kensington
- Scrape Best Buy product Summary
- Scrape Aldi's website using Python
- Test Regular Expression
This task was completed using the extension and results are screenshot. The results as well as the XPaths are visible in the screenshot, please find them here:
This task is to scrape Aldi's groceries site and generate CSV file. The scraper file is main.py and the resulted csv is products_info.csv at the root of this project.
This task is to work on three sub tasks:
- extract count number from text
- ./Regex/count_regex.py
- extract file name from URLs
- ./Regex/url_regex.py
- regex out the
JSONfromJavaScriptand load it intoPython's Datatype.- ./Regex/script_regex.py

