TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Is it possible to use Google search results like startpage.com does?

15 pointsby omidfiover 4 years ago
I’d like to make a website like startpage.com. In their FAQ they say they have some agreement with Google.<p>Does anyone know how I can get a similar agreement?<p>Gooogle Custom Search has some limits, like 10K calls per day if the whole internet is searched. So that’s not the answer.<p>My goal? Build something like Ecosia.org but using Google.

2 comments

throwaway888abcover 4 years ago
Ecosia is powered by MS. See footer.<p>See the available MS API: <a href="https:&#x2F;&#x2F;azure.microsoft.com&#x2F;en-us&#x2F;services&#x2F;cognitive-services&#x2F;bing-custom-search&#x2F;" rel="nofollow">https:&#x2F;&#x2F;azure.microsoft.com&#x2F;en-us&#x2F;services&#x2F;cognitive-service...</a> <a href="https:&#x2F;&#x2F;azure.microsoft.com&#x2F;en-us&#x2F;pricing&#x2F;details&#x2F;cognitive-services&#x2F;bing-custom-search&#x2F;" rel="nofollow">https:&#x2F;&#x2F;azure.microsoft.com&#x2F;en-us&#x2F;pricing&#x2F;details&#x2F;cognitive-...</a><p><a href="https:&#x2F;&#x2F;ecosia.zendesk.com&#x2F;hc&#x2F;en-us&#x2F;articles&#x2F;206153381-Where-do-Ecosia-s-search-results-come-from-" rel="nofollow">https:&#x2F;&#x2F;ecosia.zendesk.com&#x2F;hc&#x2F;en-us&#x2F;articles&#x2F;206153381-Where...</a><p>Also see DuckDuckGo API:<p><a href="http:&#x2F;&#x2F;api.duckduckgo.com&#x2F;?q=x&amp;format=json" rel="nofollow">http:&#x2F;&#x2F;api.duckduckgo.com&#x2F;?q=x&amp;format=json</a><p><a href="https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;37012469&#x2F;duckduckgo-api-getting-search-results" rel="nofollow">https:&#x2F;&#x2F;stackoverflow.com&#x2F;questions&#x2F;37012469&#x2F;duckduckgo-api-...</a><p>Have good fun!
评论 #24856029 未加载
speedgooseover 4 years ago
I looked into that, and I&#x27;m afraid you can&#x27;t. My guess is that startpage has a special deal for some reasons, perhaps a long term contract. Perhaps if you have a lot of money and good connections with Google you can talk to them, but it&#x27;s weird that no one else is using Google Search&#x27;s results.<p>You can find some shady google search proxies that will query google for you so you don&#x27;t get blocked, but I wouldn&#x27;t recommend that. I didn&#x27;t test them, maybe they are just a scam.
评论 #24862919 未加载