Socket
Socket
Sign inDemoInstall

amazon-keyword-research

Package Overview
Dependencies
57
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    amazon-keyword-research

From 1 keyword you can scrape up to hundreds and even thousands **Unique and Relevant Keywords** with a **Number of Active Products** per each keyword.


Version published
Weekly downloads
9
increased by800%
Maintainers
1
Install size
7.06 MB
Created
Weekly downloads
 

Readme

Source

Amazon Keyword Scraper

From 1 keyword you can scrape up to hundreds and even thousands Unique and Relevant Keywords with a Number of Active Products per each keyword.


Buy Me A Coffee


Features

  • Scrape Keywords with the number of active products from Amazon Store
  • Save result to a csv file or use as plugin in your app

Module

import { GrabKeywords } from './src';

const options = {
    keyword: "iphone",
    limit: 100,
};
let amazon = new GrabKeywords(options)._initScraper();

amazon.on('keywords', key => {
    console.log(key);
});

Options

let options = {
    // Keyword: {string default: ''}
    keyword: `iphone`,
    
    // Number of keywords to collect: {int default: 50}
    limit: 50,
    
    // Save result to a CSV file: {boolean default: false}
    save: false,

    // How many post should be downloaded asynchronously. Only if {download:true}: {int default: 5}
    asyncDownload: 5,
    
    // File path where all files will be saved: {string default: 'CURRENT_DIR'}
    filepath: `CURRENT_DIR`,
};

CSV Example

Demo


Buy Me A Coffee


License

MIT

Free Software

FAQs

Last updated on 18 Mar 2020

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