Delphi Suggestions For Parsing Google SERP Results
What's the best开发者_JAVA百科 way to parse the google search results with Delphi (The API will not work, only allows 10 results)? (I would prefer free options.)
Have you thought about regular expressions (regex?) Apparently you need a 3rd party library. Here's a nice overview page for regex with Delphi.
精彩评论