Question Help creating custom search for website

Marc TF

Junior Member
Jan 20, 2021
4
0
6
Hi everyone

I’ve come across a problem and I was hoping someone here might be able to recommend a solution.

I need to create a custom search for a website and I need the search to look for results from multiple domains.

Eg. Someone searches for “Keyboard” and search function returns results from many different domains where the keyword “Keyboard” was found. Of course, I want to specify the list of domains to search.

My problem is that most of the options I am finding have hard limits on the number of domains I can search through.


I’ve already created all this for free using Google CSE - but when domains increased over 100, I found that 100 is the limit. After 100, domains, the search results get messed up.

I then created this again using a paid subscription for Bing Custom Search API but again.. Once my number of domains requirement exceeded 400 - I found that there’s a hard limit of 400 domains.

If someone could suggest any other cost effective methods on how to get this done, I would really appreciate it! Thanks


Cheers,
Marc
 

mxnerd

Diamond Member
Jul 6, 2007
6,799
1,103
126
Googled.



 
Last edited:
  • Like
Reactions: kavyanjali2001

Marc TF

Junior Member
Jan 20, 2021
4
0
6
Googled.





Hi @mxnerd
Thanks for your answer.

This link seems to confirm what I said in my original post - which is that Google CSE had a limit of 100 domains: "(b) cannot be solved at all, it seems to be a feature of the CSE product "

This one doesn't seem to be a solution at all. It addresses the issue of Google CSE limit of only offering 100 results.. which is different to the issue I have which is that I need to search through more domains.

This I will look into. I was actually aware that Google didn't used to have a 100 domain limit in the earlier days and in fact introduced it later. I suspect that this solution gives access to an old version of the Google software through a 3rd party app. I'll look into this further and update. Thanks!
 

Marc TF

Junior Member
Jan 20, 2021
4
0
6
Hi @mxnerd
Thanks for your answer.

This link seems to confirm what I said in my original post - which is that Google CSE had a limit of 100 domains: "(b) cannot be solved at all, it seems to be a feature of the CSE product "

This one doesn't seem to be a solution at all. It addresses the issue of Google CSE limit of only offering 100 results.. which is different to the issue I have which is that I need to search through more domains.

This I will look into. I was actually aware that Google didn't used to have a 100 domain limit in the earlier days and in fact introduced it later. I suspect that this solution gives access to an old version of the Google software through a 3rd party app. I'll look into this further and update. Thanks!


I had a look at this option and looks like it's an option that would work - but it's a bit pricey @ 100$ per month (currently paying <10$ / month for the 400 domains with Bing.

So I'm still looking for more options if anyone knows of any :)

Thanks
 

mxnerd

Diamond Member
Jul 6, 2007
6,799
1,103
126
Use offline website downloader to download the 400 websites (update periodically) to your machine, then use html indexing software or write your own website crawler software, or use some full text search engine?
 
Last edited:

Marc TF

Junior Member
Jan 20, 2021
4
0
6
Use offline website downloader to download the 400 websites (update periodically) to your machine, then use html indexing software or write your own website crawler software, or use some full text search engine?

Thanks a million @mxnerd. I'm going to seriously look into this option!