7 ms·
I wonder if there's a limit on how many URLs it can search and if I can import a list of URLs rather than inputting them one by one. EDIT: It appears that you
by tenkabuto 6y ago
I wonder if there's a limit on how many URLs it can search and if I can import a list of URLs rather than inputting them one by one.
EDIT: It appears that you can import URLs by pasting in a list once you've made a simple search engine. But supposedly there is a limit of 5000 URLs: https://support.google.com/programmable-search/thread/20071397?hl=en https://support.google.com/programmable-search/thread/200713...
- rc_mob 6y ago5000 is not very many at all
- tenkabuto 6y agoYeah. I tried looking for some alternative service, but Bing's custom search is paid and has even lower limits.
- isnt 6y agoIt's 5000 URL patterns e.g. www.example.com/* .pdf or example.com/foo* https://support.google.com/programmable-search/answer/4513886 https://support.google.com/programmable-search/answer/451388...