Create endpoints for all data to handle search queries.
Read arguments and search for key terms in your data.
Use for-in loops to iterate through your JSON data and store matches in a separate list.
Test your endpoints to check if it returns the correct data.