Skip to main content

Zenserp Python Client

Project description

Zenserp Python Client

Zenserp Python Client is the official Python Wrapper around the zenserp API.

Installation

Install from pip:

pip install zenserp

Install from code:

pip install git+https://github.com/zenserp/zenserp-python.git

Usage

All zenserp API requests are made using the Client class. This class must be initialized with your API access key string. Where is my API access key?

In your Python application, import zenserp and pass authentication information to initialize it:

import zenserp
client = zenserp.Client('API_KEY')

Retrieve Status

status = client.status()
print(status['remaining_requests'])

Retrieve SERPs

params = (
    ('q', 'Pied Piper'),
    ('location', 'United States'),
    ('search_engine', 'google.com'),
    ('language', 'English'),
)

result = client.search(params)
print(result)

Contact us

Any feedback? Please feel free to contact our team.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zenserp-0.1.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

zenserp-0.1.1-py2-none-any.whl (3.0 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page