Select-GoogleSearch Cmdlet
Searches Google Search data.
Syntax
Select-GoogleSearch [parameters]
Remarks
The Select-GoogleSearch cmdlet allows you to use a syntax similar to SQL SELECT statements to search Google Search data.
$conn = Connect-GoogleSearch -ApiKey 'MyApiKey' -CustomSearchID 'MyCustomSearchID' Select-GoogleSearch -Connection $conn -Table "WebSearch" -Columns @("DisplayLink","Title") -Where "SearchTerms='Fantastic Four'"