seo api

フリーミアム
よって Serply | 更新済み hace 2 meses | Data
人気

9.8 / 10

レイテンシー

573ms

サービスレベル

98%

Health Check

N/A

すべてのディスカッションに戻る

q=site doesn't work

Rapid account: Olgaborek 184
olgaborek184
hace un año
Hey, 

Command const response = UrlFetchApp.fetch(**https://seo-api.p.rapidapi.com/v1/search/q=site:${url},** options); doesn’t work.
Return “Error”

Rapid account: Olgaborek 184
olgaborek184 Commented hace un año

Thanks a lot!

Rapid account: Serply
Serply Commented hace un año

Hello,

Please make sure you’re url encoding the query.

const response = UrlFetchApp.fetch(https://seo-api.p.rapidapi.com/v1/search/q=site:${encodeURIComponent(url)}, options)

ディスカッションに参加しましょう-以下にコメントを追加してください:

ログイン/サインアップして新しいコメントを投稿