Aaditya Mathur
Aaditya Mathur6mo ago

A syantax error which I can not decode

I have attached 2 screenshots, describing the issue, i am using this api: https://docs.abstractapi.com/scrape Someone please tell what is the syntax error here
Abstract API
Web Scraping API - Abstract API
Abstract's Web Scraping API is a simple yet powerful REST API that is used to extract data from a given URL. To make a request, you simply include the target URL and your API key, and Abstract's API will return the data from that site.
No description
No description
3 Replies
NeTT
NeTT6mo ago
Keep a couple of console.log before and after any JSON parsing you're doing and you'll find what went wrong In your case, you'd need console.log around line 3 and 9
Aaditya Mathur
Aaditya Mathur6mo ago
actually nothing is loggin in my console, i don't know why is it because the function is deployed on supabase
Leokuma
Leokuma6mo ago
In Postman you need to change your request from GET to POST