Skip to content

bhowe/niche-keyword-planning-tool

Repository files navigation

backlinkpatrol

SImple top; to see if your links are indexed.

blekkoseach api

Script to poll blekko search api. Need to plugin your own API KEY

Usage $bs = new BlekkoSearch(); echo "" .$bs->getBlogResults($keyword->text) . ""; echo " " .$bs->getTwitterResults($keyword->text) ."";
echo "" .$bs->getFacebookResults($keyword->text) ."";

Depreated I think blekko no longer offers free version

Patent Search API

Uses googles patent search API $ps = new PatentSearch("super tech"); echo "" .$ps->results($start) . "

Handle Enom API

Uses enom api to look up if a domain is take. Plugin your enom creditentials.

Todo:

Create a script that uses patent search, enom, twitter, facebook stats , adword data (keyword planning) to find good domains,

What kind of intelligence do I use?

About

SImple to to see if your links are indexed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages