Giter Site home page Giter Site logo

gchurch / googlescraper Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 265 KB

๐ŸŒ A web application that scrapes Google search results to find the positions of a specified URL. ASP.NET Core back end and Angular SPA front end.

C# 61.31% JavaScript 4.48% TypeScript 23.57% HTML 8.96% CSS 1.67%

googlescraper's Introduction

Google Scraper

.NET

This application takes a search phrase and a URL. A Google search is made with the search phrase for the first 100 results. The positions that the given URL occurs in these search results is then displayed in a comma separated list. For example, the output of "1, 10, 33" means that the URL is present in the 1st 10th and 33rd search results. If the URL is not present in any of the search results then the output is "0".

The application I have created is an ASP.NET Core Web API and front-end Angular SPA. I use Selenium in order to get the HTML of the Google results pages so that I can scrape the URLs. I created a few services in order to separate concerns and make the code easier to unit test. I wrote a few unit tests and integration tests.

I have used .NET 5.0.

To run the application: Open the solution in Visual Studio and press start.

In the UI, enter the search phrase and URL you want to use and then press the Search button.

googlescraper's People

Contributors

gchurch avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.