adishjain / GoogleResultScrapper

This plain java code uses JSoup to scrap the URLs of the search results.
2 stars 9 forks source link

Crawler in C# #7

Open adishjain opened 7 years ago

adishjain commented 7 years ago

Scrapper

  1. Creating a scrapper at first to scrape the first 10 "Google Search Results"
  2. Maintain a list of the URLs of the search result.
irufus commented 6 years ago

Is the goal of this project to build different examples of crawlers in different programming languages?

adishjain commented 6 years ago

Broadly, yes. Short term goal:

  1. Adding options such as number of results to be scrapped.
  2. To crawl the results listed for required information.
parabola949 commented 3 years ago

Where would you want the C# source created in the repo structure? I believe I already have code that will do this.