crawler get external website search result
- What is the best practice and library I can use to key in search textbox on external website and collect the search result?
- How do tackle website with different search box and checkbox and collect the result?
- Can Selenium be used to automate this?
- Should I us开发者_如何学JAVAe Heritrix or nutch? Which one is better? I heard nutch comes with plugins. Which one has a bigger community?
you can use:
- The Selenium API
- HtmlUnit
- Htmlparser
etc.
精彩评论