Dawid
Dawid

Reputation: 691

Google Programmable Search Engine: Search only for HTTPS websites

I want to configure my google search engine in order to search only for HTTPS websites. I found something like Google Programmable Search Engine. I am now struggling to configure the HTTPS-pattern of the websites to search (see the screenshots below). enter image description here

enter image description here

https://www.*:443 also doesn't work. Maybe there is another way to achieve my goal (without the google programmable search engine)?

Upvotes: 0

Views: 944

Answers (1)

Dawid
Dawid

Reputation: 691

The inurl Google Search Operator is what was I looking for. Lets say I want search with the keywords "buy bitcoin" a https secured website I can type now in the google search field:

buy bitcoin inurl:https://

A negative example will include not https protected marktplaces: buy bitcoin inurl:http://

Upvotes: 0

Related Questions