- Extract all products for the given category URL (including color variants)
- Extract all of the following properties for every product (if applicable) • product name • brand • color • price • article ID
- Comment your code where necessary
- Ensure it is thread-safe
- Use as little as possible requests against the target shop
- Do not use any Java Frameworks
- Make use of public available libraries. If there is a lib that does the job – use it.
- Use Maven for dependency management
- Do not make usage of headless browsers or the like
- Your Parser should run on Windows systems and Linux based environments
- Extract the attributes in the format they are presented on the web page
-
Notifications
You must be signed in to change notification settings - Fork 0
alisa911/Parser
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A parser which extracts product information from the website.