Cmdlets for Google Search

Build 24.0.9060

Select-GoogleSearch Cmdlet

Parameters   Output Objects  

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'"

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 24.0.9060