A Python client library for fetching data from the VALUE SERP API.
Documentation: https://python-valueserp.readthedocs.io/
- Install:
pip install python-valueserp
- Use:
import valueserp
creds = valueserp.Credentials('YOURAPIKEYHERE')
google = valueserp.GoogleClient(creds)
serp = google.web_search('seo', location='United Kingdom')
results = serp.links
This is not an officially maintained library, and is neither owned by nor affiliated with VALUE SERP or Wildeer LLP.