seo api

GRATIS CON POSSIBILITÀ DI UPGRADE
Da Serply | Aggiornamento 2ヶ月前 | Data
Popolarità

9.8 / 10

Latenza

573ms

Livello di servizio

100%

Health Check

N/A

Torna a tutte le discussioni

q=site doesn't work

Rapid account: Olgaborek 184
olgaborek184
1年前
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 1年前

Thanks a lot!

Rapid account: Serply
Serply Commented 1年前

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)

Partecipa alla discussione - aggiungi un commento di seguito:

Accedi/Iscriviti per pubblicare nuovi commenti