seo api

FREEMIUM
By Serply | Updated a month ago | Data
Popularity

9.8 / 10

Latency

635ms

Service Level

97%

Health Check

N/A

Back to All Discussions

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)

Join in the discussion - add comment below:

Login / Signup to post new comments