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
- Host: GitHub
- URL: https://github.com/ilyazub/nextjs-serpapi
- Owner: ilyazub
- Created: 2022-02-11T17:26:19.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-11T19:46:49.000Z (over 3 years ago)
- Last Synced: 2025-02-02T03:31:30.327Z (3 months ago)
- Topics: nextjs, nodejs, webscraping
- Language: JavaScript
- Homepage: https://nextjs-serpapi.vercel.app
- Size: 965 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.