Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

senginta

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

senginta

All in one Search Engine Scrapper for used by API or Node JS library. It's Free & Lightweight!

  • 0.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
increased by200%
Maintainers
1
Weekly downloads
 
Created
Source

All in one Search Engine Scrapper for used by API or Node JS library. It's Free & Lightweight!

Documentation
Documentation

Senginta is All in one Search Engine Scrapper. With traditional scrapping, Senginta can be powerful to get result from any Search Engine, and convert to Json. Now support only for Google Product Search Engine (GShop, GVideo and many too) and Baidu Search Engine.

Senginta was originally developed by me alone. So, if you want to contribute for support another search engine, let's fork this Repository.

Senginta provides beta JavaScript.

Install

$ cd <to-your-project-directory>
$ npm init
$ npm install senginta
Try your first Senginta program
$ node
>>> const { GSearch, GNews, GBooks, GVideo, GShop, GScholar, BASearch } = require('senginta')
>>> const search_spider = new GSearch('study from home')
>>> async function try_GSearch(cb) {
        const result = await search_spider.get_all()
        cb(result)
    }
>>> try_GSearch((data) => console.log(data))
...
...
...
Object Formatting

Resources

  • Let's contribute your blog about this module here!

License

MIT License

WARNING

All intended of use, the responsibility rests with you. So, use wisely!

Keywords

FAQs

Package last updated on 29 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc