Options for web scraping - C++ version only

Piotr Dobrogost picture Piotr Dobrogost · May 7, 2009 · Viewed 44.1k times · Source

I'm looking for a good C++ library for web scraping.
It has to be C/C++ and nothing else so please do not direct me to Options for HTML scraping or other SO questions/answers where C++ is not even mentioned.

Answer

Kyle Simek picture Kyle Simek · May 7, 2009
  • libcurl to download the html file
  • libtidy to convert to valid xml
  • libxml to parse/navigate the xml