Skip to content

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

Notifications You must be signed in to change notification settings

Waqas-Abbasi/search-engine-api-puppeteer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search Engine API Puppeteer

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

The API scrapes Top Search Results from Google Search

Blog Post

To get started, make sure to run npm install to install all dependencies

npm install

To start the server:

npm start

You can send a GET request with your search query:

http://localhost:3000/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

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published