I have the below need that needs to be done using code using a screen scraping or web extraction framework.
- I go to a web page.
- Enter a value to search for an entity.
- Once the results are displayed, they need to be captured and returned as output.
Can someone suggest any good open source web extraction tools (which they have used) to allow this kind of data extractions (searches).
Any help/pointers will be greatly appreciated.
Selenium may be what you are looking for. Though of course you can just write HTTP requests and parse the responses yourself in whatever language you are working in.