Skip to content

A Python client library for fetching data from the VALUE SERP API.

License

Notifications You must be signed in to change notification settings

joejoinerr/python-valueserp

Repository files navigation

VALUE SERP for Python

A Python client library for fetching data from the VALUE SERP API.

Documentation: https://python-valueserp.readthedocs.io/

Get started

  1. Install:
pip install python-valueserp
  1. Use:
import valueserp

creds = valueserp.Credentials('YOURAPIKEYHERE')
google = valueserp.GoogleClient(creds)

serp = google.web_search('seo', location='United Kingdom')
results = serp.links

Disclaimer

This is not an officially maintained library, and is neither owned by nor affiliated with VALUE SERP or Wildeer LLP.

About

A Python client library for fetching data from the VALUE SERP API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages