LoginSignup
11
8

More than 5 years have passed since last update.

GoogleスプレッドシートでGoogleサジェスト結果を取得する

Posted at

Googleスプレッドシートで、任意のキーワードに関するGoogleサジェスト結果を取得します。

使い方

任意のセル(例としてA1)にキーワードを入力し、サジェスト結果を取得したいセルに下記のように入力します。

=IMPORTXML("http://www.google.com/complete/search?hl=en&output=toolbar&q="&A1,"//suggestion/@data")

suggest.jpg

参考

11
8
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
8