Socket
Socket
Sign inDemoInstall

senginta

Package Overview
Dependencies
15
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

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!


Version published
Weekly downloads
3
decreased by-50%
Maintainers
1
Created
Weekly downloads
 

Readme

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

Last updated on 29 Jun 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc