LATEST NEWS

Tag: google-search-without-api

img
Jul
23

Parsing Google search without api

hey guys, just wanted to share how you can parse google result without using google api…its a simple version. You will be needing  HTMLAgilityPack to simplify parsing of HTML nodes. (https://htmlagilitypack.codeplex.com/) Function carigugel(ByVal query As String) Dim gs As New […]