GithubHelp home page GithubHelp logo

chukhraiartur / seo-keyword-research-tool Goto Github PK

View Code? Open in Web Editor NEW
79.0 4.0 10.0 93 KB

Python SEO keywords suggestion tool. Google Autocomplete, People Also Ask and Related Searches.

License: MIT License

Python 100.00%
cli google google-autocomplete google-related-search people-also-ask python seo serpapi webscraping

seo-keyword-research-tool's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

seo-keyword-research-tool's Issues

Got an error on Depth-limit for detailed results

Hi @dimitryzub ,

I am trying this API to get detailed results but got an error on the depth limit parameter. can you help me to extract detailed results. and can we also get the statistics of these google searches e.g. number of times the terms/questions searches ??

CODE

keyword_research = SeoKeywordResearch(
query='moderna covid vaccine',
api_key=,
lang='en',
country='au',
depth_limit=2,
domain='google.com.au'
)

ERROR:
TypeError: SeoKeywordResearch.init() got an unexpected keyword argument 'depth_limit'

Arabic Search keywords issue

Hello,

Iam trying to run the following query:

seo -q اخبار السعودية -e rq -dl 1 -gl sa -hl ar -ak XXX

I got the following error:

Traceback (most recent call last):
File "/usr/local/bin/seo", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.10/dist-packages/SeoKeywordResearch/cli.py", line 19, in main
args = parser.parse_args()
File "/usr/lib/python3.10/argparse.py", line 1848, in parse_args
self.error(msg % ' '.join(argv))
File "/usr/lib/python3.10/argparse.py", line 2604, in error
self.print_usage(_sys.stderr)
File "/usr/lib/python3.10/argparse.py", line 2574, in print_usage
self._print_message(self.format_usage(), file)
File "/usr/lib/python3.10/argparse.py", line 2540, in format_usage
return formatter.format_help()
File "/usr/lib/python3.10/argparse.py", line 295, in format_help
help = self._root_section.format_help()
File "/usr/lib/python3.10/argparse.py", line 226, in format_help
item_help = join([func(*args) for func, args in self.items])
File "/usr/lib/python3.10/argparse.py", line 226, in
item_help = join([func(*args) for func, args in self.items])
File "/usr/lib/python3.10/argparse.py", line 350, in _format_usage
assert ' '.join(opt_parts) == opt_usage
AssertionError

Import Error

from SeoKeywordResearch import SeoKeywordResearch
ModuleNotFoundError: No module named 'SeoKeywordResearch'
it give the above error when I try to run the code that you given in the example.py

[Feature request] Documentation for the programmatic API

Currently, only CLI usage is documented in the README and demo.

get_auto_complete, get_related_searches, and get_related_questions can be imported but it's not documented in the README. For example, a web app can be build with the same functionality as the CLI.

if 'all' in args.engines:
data['auto_complete'] = get_auto_complete(args.query, args.country, args.lang, args.api_key)
data['related_searches'] = get_related_searches(args.query, args.domain, args.country, args.lang, args.api_key)
data['related_questions'] = get_related_questions(args.query, args.domain, args.country, args.lang, args.api_key, args.depth_limit)

Wdyt?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.