Cmdlets for Google Search

Build 24.0.8963

Select-GoogleSearch Cmdlet

Parameters   Output Objects  

Google Search データを検索します。

Syntax

Select-GoogleSearch [parameters]

Remarks

Select-GoogleSearch コマンドレットを使って、SQL SELECT ステートメントに似た構文を用いてGoogle Search データを検索できます。

$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.8963