An open API service indexing awesome lists of open source software.

https://github.com/ilyazub/nextjs-serpapi

SerpApi usage in Next.js app
https://github.com/ilyazub/nextjs-serpapi

nextjs nodejs webscraping

Last synced: about 2 months ago
JSON representation

SerpApi usage in Next.js app

Awesome Lists containing this project

README

        

# Example of SerpApi usage in Next.js app

This example shows the most basic idea behind SerpApi and Next.js. We have one page `pages/index.js` and one API Route `pages/api/search.js`.