Skip to content

Scripts to search get the position in google of a webpage by a search term

License

Notifications You must be signed in to change notification settings

orimarti/google-search-position

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Google rank search Scripts to launch a search and find what position the page has

Example of use:

./get_position.pl --api_key **** --web_page www.example.com --query_string "term+search" --search_engine *******

You have to create a search engine. More info: https://developers.google.com/custom-search/json-api/v1/introduction

Installation

To install do a clone:

git clone https://github.com/orimarti/google-search-position.git

Install all the required libraries with carton:

cd google-search-position
carton install

To run:

carton exec bash -l
./get_position.pl --api_key **** --web_page www.example.com --query_string "term+search" --search_engine *******

About

Scripts to search get the position in google of a webpage by a search term

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published