Skip to content

mrgoonie/searchapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SearchAPI.site

Description

SearchAPI.site is a tool that provides API to search on some popular platforms such as Google, Youtube, Bing, Yahoo, etc.

From the author: I made it for N8N or any automation workflows.

API Docs

https://searchapi.site/api-docs

Stack

  • Node.js (TypeScript)
  • Express.js
  • Prisma (PostgreSQL)
  • Auth (Lucia)
  • Zod
  • Template Engine (EJS)
  • Styling with TailwindCSS
  • Commitlint
  • Swagger UI

Features

  • Google - Web Search
    • Search a single keyword
    • Search multiple keywords
  • Google - Image Search
  • Google - YouTube Search
  • Google - Maps Search
  • Bing - Web Search
  • Bing - Image Search
  • Reddit
  • X/Twitter
  • Facebook Search
  • Facebook Group Search
  • Instagram
  • TikTok

Development

Create .env from .example.env

Then:

bun i
bun dev
# OR
npm i
npm run dev

Docker

docker build -t local/bun-express-starter -f Dockerfile .
docker run -p 3000:3000 local/bun-express-starter
# OR
docker compose up

Deploy with DXUP

dx up
# dx up --prod

CI/CD

  • Github Actions: Create Pull Request to main branch will trigger a build and push to preview environment
  • Github Actions: Merge Pull Request to main branch will trigger a build and push to production environment

Author

Please feel free to contribute to this project!

Check out my other products

  • IndieBoosting.com - A platform that help you reach your target audience, and accelerate growth effortlessly.
  • DigiCord AI - The Most Useful AI Chatbot on Discord
  • BoostTogether.com - The Power of WE in Advertising
  • TopRanking.ai - AI Directory, listing AI products
  • ZII.ONE - Personalized Link Shortener
  • VidCap.xyz - Extract Youtube caption, download videos, capture screenshot, summarize,…
  • ReadTube.me - Write blog articles based on Youtube videos
  • AIVN.Site - Face Swap, Remove BG, Photo Editor,…
  • GetViral.Now - KOL booking better together!
  • SaveDB.site - API to backup your database and store it in the cloud

Thank you!

About

An open-source API Gateway for Google Search, Youtube Search, Yahoo Search, Bing Search,...

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors