Hi,
I have to use Java to build a scrapper, that takes a product name and searches for that product on an e-commerce website. I understand that I will have to use an external library that would parse the html page for me, given the link.
But how do I make my code to search for a particular product on the site? as in it would have to type product name on the search bar and hit search.
I am new to Java, any sort of help would be greatly appreciated.
- Keeda