Google researches on Nextjs
Unanswered
Rex posted this in #help-forum
RexOP
Hi, is there a way to generate a research on google directly from my Nextjs app and take the first result?
2 Replies
Somali
You probably need to webscrape in your backend to get this to work. I've used python with BeautifulSoup and requests to do this and there are tutorial out there. But I think you could do this with just js in nextjs. You just got to webscrape the data.
RexOP
Thanks I'll try