seo api

ÜCRETSİZ PREMIUM
Taraf Serply | Güncelleyen a month ago | Data
Popülerlik

9.8 / 10

Gecikme

635ms

Hizmet Düzeyi

97%

Health Check

N/A

Tüm Tartışmalara Dön

q=site doesn't work

Rapid account: Olgaborek 184
olgaborek184
a year ago
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 a year ago

Thanks a lot!

Rapid account: Serply
Serply Commented a year ago

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)

Aşağıya yorum ekleyerek tartışmaya katılın:

Yeni yorumlar göndermek için giriş yapın / kaydolun