Skip to content

Latest commit

 

History

History
17 lines (17 loc) · 728 Bytes

README.md

File metadata and controls

17 lines (17 loc) · 728 Bytes

Requirements

  • 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