I'm making a react app that uses the google search api allows users to submit websites that they want their search results to come from. I'm having trouble with getting results only from those websites.
I've tried using the sitesearch parameter in my api call which didn't work. The google programmable search engine is able to filter out non-allowed sites however it seems that you have to manually add a list of sites to be searched for it. Any Ideas on what I can do?