Skip to content

goutam-ghosh/search-engine-api-puppeteer-optimised

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Engine API Puppeteer

Search Engine API with Node/Express and Puppeteer using Google Search

Blog

The API scrapes Top Search Results from Google Search

To start the server:

npm start

You can send a GET request with your search query:

http://localhost:8080/search?searchquery=cats

Example Response

[
  {
    title: 'Cats Are Funny',
    description: 'Watch funny videos about cats`,
    url: 'catsarefunny.com'
  },
  {
      title: 'Cats Are Cute',
      description: 'Watch cute videos about cats`,
      url: 'catsarecute.com'
    },
]

About

Optimised Version Search Engine API with Node/Express and Puppeteer using Google Search

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%