Download the PHP package serps/cli without Composer
On this page you can find all versions of the php package serps/cli. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Package cli
Short Description Command line utility to scrape from the terminal
License Fair
Homepage https://github.com/serp-spider/serps-cli
Informations about the package cli
SERPS cli
Command line utility to scrape from the terminal
Install
You can install it globally with composer:
Test installation by invoking the help message
Search
Search command allows to trigger a google search from the command line
serps google:search "keyword"
example
Tip: In the example jq helped to pretty format the outputted json:
$ serps google:search "github" | jq '.'
Advanced usage
With proxy:
Page and result per page:
User Ageng:
Mobile search
This is an alertnative to the user agent option to use an hard coded mobile user agent
Dump page in a file:
In a addition of printing the results you can save the dom in a file
By default the dump option wont be able to process if the file you specify already exists. The option force-dump makes it able to override an existing file:
Read and parse a html google file saved locally instead of doing http query
All versions of cli with dependencies
symfony/console Version ^3.3
serps/core Version ~0.3.0
serps/search-engine-google Version ~0.3.0|~0.4.0
serps/http-client-phantomjs Version ~0.2.0
serps/http-client-curl Version ~0.2.0
zendframework/zend-diactoros Version ^1.4