Skip to content

Files

Latest commit

d73d48c · Jul 22, 2022

History

History
32 lines (19 loc) · 670 Bytes

README.rst

File metadata and controls

32 lines (19 loc) · 670 Bytes

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.