0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

GASでキーワード検索結果からURLの取得エラーcode 429

Posted at

https://www.google.com returned code 429. Truncated server response: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">

実行してみると、エラーが出力されました。
エラー文を見てみると、「code 429」が返ってきました。

内容は「https://www.google.co.jp のリクエストが失敗し、コード 429 が返されました。」というものです。

「エラーコード 429」は、リクエスト数が超えた

アクセスが多すぎてスパムと勘違いされたようです…

24時間以内でアクセスできる数が決まっているので、次の日まで待ちましょう。

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?