Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
2.50/5 (4 votes)
See more:
i want to get first 10 links of google search page by c# how can i copy top 10 URL of google search in text file using ASP.Net
Posted

You should use the Google search API[^] to obtain your results rather than trying to screen scrape the page
 
Share this answer
 
STEP 1:Take a webbrowser tool from toolbox...of Vb.net Application with C#.
STEP 2: webBrowser.navigateurl("www.google.com/..<needy page url>.");
STEP 3: WRITE code for extract all hyperlink by browse the website.
Step 4: you can store it all link title or urls in your database.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900