Python-Semrush is a wrapper around the SEMrush API version 3.0.
Thanks to tomlinton for the basis of this package.
You can install python-semrush from github.
From github;
$ pip install git+https://github.com/storerjeremy/python-semrush.git
from python_semrush.semrush import SemrushClient
client = SemrushClient(key='your_semrush_api_key')
result = client.domain_ranks(domain='example.com')
- Implement projects API http://www.semrush.com/api-projects/
- Implement accounts API http://www.semrush.com/api-accounts/
- Implement specific errors
This software is licensed under the MIT License. See the LICENSE
file in the top distribution directory for the full license text.
Jeremy Storer <[email protected]>