Objective

Clone following websites

Module 1 - API

Develope a API which would accept inputs from user with keywords and return the output in JSON with multiple suggested keywords as demo below;

Module 2 - Web APP

Develope an web app which would call API from webiste, allow user to input keywords and display results in answerthepublic.com or question-explorer

Using API - Get maximum options from google-suggest

One Video

API

Example

To separate words use %20 or + between them. For example:

Reference