Hello all,
I’m trying to design a site which includes a simple search box. Whenever someone uses that search box, I want to display some results specific to my site and then below that I also want to display a list of search results from all over the web as if I had done the search on Google (or honestly, any major search engine).
I’ve seen plenty of sites do this, but I can’t seem to figure out the best way to do it. I’ve looked at the Google Web Search API, which seems to be what I want, but it is deprecated.
Does anyone have any suggestions for how to go about doing this? And like I said, it doesn’t have to be Google, it can be any site that will give me a list of links as results for a search query. I’m really just looking to fill some space on my page when there aren’t many site-specific results.