putunebandi / searchsan

Efficient Python tool crafted for conducting bulk Google searches seamlessly, powered by the serper.dev API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

searchsan

made-with-Python license issues

Searchsan Logo

Efficient Python tool crafted for conducting bulk Google searches seamlessly, powered by the serper.dev API.


Resources

Installation

git clone https://github.com/putunebandi/searchsan && cd searchsan
python -m pip install PyYAML

Usage

python searchsan.py -h

This will display all the options that can be used.

usage: searchsan.py [-h] -ql QUERYLIST -t NUMTHREAD [-o SAVEOUTPUT] [-exdom] [-maxpage MAXPAGE] [-perpage PERPAGE]
                    [-country COUNTRY] [-language LANGUAGE] [-show]

options:
  -h, --help            show this help message and exit
  -ql QUERYLIST, --query-list QUERYLIST
                        Input file with a list of query
  -t NUMTHREAD, --threads NUMTHREAD
                        Number of threads
  -o SAVEOUTPUT, --output SAVEOUTPUT
                        Output file to write found links
  -exdom, --extract-domain
                        Extract and filter unique domains
  -maxpage MAXPAGE, --maxpage MAXPAGE
                        Set the maximum page number (default: max of the page or 20 pages)
  -perpage PERPAGE, --perpage PERPAGE
                        Set result urls per page (default: 100)
  -country COUNTRY, --country COUNTRY
                        Set search by country (default: us)
  -language LANGUAGE, --language LANGUAGE
                        Set search by language (default: en)
  -show, --show         Print text results

License

Please see the LICENSE file for more information.

About

Efficient Python tool crafted for conducting bulk Google searches seamlessly, powered by the serper.dev API.

License:MIT License


Languages

Language:Python 100.0%