Next.js Discord

Discord Forum

Google researches on Nextjs

Unanswered
Rex posted this in #help-forum
Open in Discord
Avatar
RexOP
Hi, is there a way to generate a research on google directly from my Nextjs app and take the first result?

2 Replies

Avatar
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.
Avatar
RexOP
Thanks I'll try