seo api

FREEMIUM
Durch Serply | Aktualisiert hace 2 meses | Data
Popularität

9.8 / 10

Latenz

578ms

Service Level

98%

Health Check

N/A

Zurück zu allen Diskussionen

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)

Nehmen Sie an der Diskussion teil - fügen Sie unten einen Kommentar hinzu:

Anmelden / Registrieren, um neue Kommentare zu veröffentlichen