/python-semrush

Python wrapper around the SEMrush API.

Primary LanguagePythonMIT LicenseMIT

python-semrush

Python-Semrush is a wrapper around the SEMrush API version 3.0.

Thanks to tomlinton for the basis of this package.

Installation

You can install python-semrush from github.

From github;

$ pip install git+https://github.com/storerjeremy/python-semrush.git

Usage

from python_semrush.semrush import SemrushClient
client = SemrushClient(key='your_semrush_api_key')
result = client.domain_ranks(domain='example.com')

Todo

License

This software is licensed under the MIT License. See the LICENSE file in the top distribution directory for the full license text.

Author

Jeremy Storer <storerjeremy@gmail.com>