Skip to main content

Scrape and search localized results from Google, Bing, Baidu at scale using SerpApi.com

Project description

https://travis-ci.org/serpapi/google-search-results-python.svg?branch=master

This Python package is meant to scrape and parse Google, Bing, Baidu results using SerpAPI. The following services are provided:

SerpApi provides a script builder to get you started quickly.

Feel free to fork this repository to add more backends.

Installation

Compatible with Python 2.7 or 3.7.

pip install google-search-results

Link to the python package page

Quick start

from lib.google_search_results import GoogleSearchResults
client = GoogleSearchResults({"q": "coffee", "location": "Austin,Texas", "api_key": "secretKey"})
result = client.get_dict()

This example runs a search about “coffee” using your secret api key.

The Serp API service (backend)

  • searches on Google using the client: q = “coffee”

  • parses the messy HTML responses

  • return a standardizes JSON response

The GoogleSearchResults class

  • Format the request

  • Execute GET http request against Serp API service

  • Parse JSON response into a dictionary

Et voila..

Alternatively, you can search:

  • Bing using BingSearchResults class

  • Baidu using BaiduSearchResults class

See the playground to generate your code.

Documentation available here

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

google_search_results-1.5.4.tar.gz (7.1 kB view hashes)

Uploaded Source

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