All Projects → vladocar → keywordsextract

vladocar / keywordsextract

Licence: MIT license
keywords-extract - Command line tool extract keywords from any web page.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to keywordsextract

SEO-Dashboard
SEO dashboard from Search console Data using the Google Search API, Mysql database , NodeJS RESTAPI( ExpressJS) and reactJs Dashboard
Stars: ✭ 39 (-22%)
Mutual labels:  seo, seotools, node-js
poke
A simple tool to check your site for broken links, media, iframes, stylesheets, scripts, forms or metadata.
Stars: ✭ 24 (-52%)
Mutual labels:  seo, seotools
seotool
New version of my keyword tracking tool with additional features - works currently for google.de!
Stars: ✭ 52 (+4%)
Mutual labels:  seo, seotools
sitemap-checker
a tool for validate xml sitemap and sitemap index files for broken links
Stars: ✭ 21 (-58%)
Mutual labels:  seo, seotools
rake new2
A Python library that enables smooth keyword extraction from any text using the RAKE(Rapid Automatic Keyword Extraction) algorithm.
Stars: ✭ 23 (-54%)
Mutual labels:  keywords, keyword-extraction
DNZ.SEOChecker
SEO Checker and Recommander Plugin (like wordpress Yoast) for ASP.NET Core.
Stars: ✭ 18 (-64%)
Mutual labels:  seo, seotools
people-also-ask
People also ask Google scraper. Get as many questions as you need to optimize your site for voice or new content ideas or answering questions about your desired topic.
Stars: ✭ 39 (-22%)
Mutual labels:  seo, seotools
kwx
BERT, LDA, and TFIDF based keyword extraction in Python
Stars: ✭ 33 (-34%)
Mutual labels:  keywords, keyword-extraction
ecommercetools
EcommerceTools is a Python data science toolkit for ecommerce, marketing science, and technical SEO analysis and modelling and was created by Matt Clarke.
Stars: ✭ 41 (-18%)
Mutual labels:  seo, seotools
Google-rank-tracker
SEO: Python script + shell script and cronjob to check ranks on a daily basis
Stars: ✭ 124 (+148%)
Mutual labels:  seo, seotools
tagify
Tagify produces a set of tags from a given source. Source can be either an HTML page, a Markdown document or a plain text. Supports English, Russian, Chinese, Hindi, Spanish, Arabic, Japanese, German, Hebrew, French and Korean languages.
Stars: ✭ 24 (-52%)
Mutual labels:  keywords, keyword-extraction
Meta Tags
Search Engine Optimization (SEO) for Ruby on Rails applications.
Stars: ✭ 2,464 (+4828%)
Mutual labels:  seo, seotools
awesome-search-engine-optimization
A curated list of backlink, social signal opportunities, and link building strategies and tactics to help improve search engine results and ranking.
Stars: ✭ 82 (+64%)
Mutual labels:  seo, keywords
SEO-Manager-Electron
Generates SEO Report Easily
Stars: ✭ 24 (-52%)
Mutual labels:  seo, seotools
Seotools
SEO Tools for Laravel
Stars: ✭ 2,406 (+4712%)
Mutual labels:  seo, seotools
SeoTags
SeoTags create all SEO tags you need such as meta, link, twitter card (twitter:), open graph (og:), and JSON-LD schema (structred data).
Stars: ✭ 113 (+126%)
Mutual labels:  seo, seotools
lopez
Crawling and scraping the Web for fun and profit
Stars: ✭ 20 (-60%)
Mutual labels:  seo
google-search-results-nodejs
SerpApi client library for Node.js. Previously: Google Search Results Node.js.
Stars: ✭ 46 (-8%)
Mutual labels:  seotools
KeywordExtraction
Implementation of algorithm in keyword extraction,including TextRank,TF-IDF and the combination of both
Stars: ✭ 95 (+90%)
Mutual labels:  keyword-extraction
live-plugin-manager
Plugin manager and installer for Node.JS
Stars: ✭ 172 (+244%)
Mutual labels:  node-js

keywords-extract - extract keywords from any website

Extract keywords with Node.js in the console


Command line tool for keyword extraction. This Node.js project works mainly with two node modules "node-readability" that filters only the main text clearing the noise from the main text and "gramophone" module that filters the keywords from the texts.

Install & Use

$ npm i -g keywordsextract

Example:

$ keywordsextract --url https://en.wikipedia.org/wiki/Search_engine_optimization --n 3,4

You can use two parameters

--url the url address

--n number of words example:(--n 1,4) means from 1 word to max 4 words;

All the keywords will be displayed in the console and title.txt file will be created with the keywords.

License

This project is licensed under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].