Skip to main content

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

Project description

This Python package is meant to scrape and parse Google, Google Scholar, Bing, Baidu, Yandex, Yahoo, Ebay results using SerpApi. The following services are provided:

SerpApi provides a script builder to get you started quickly.

Installation

Compatible with Python 3.7+

pip install google-search-results

Link to the python package page

Quick start

from serpapi import GoogleSearch
search = GoogleSearch({"q": "coffee", "location": "Austin,Texas", "api_key": "secretKey"})
result = search.get_dict()

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

The Serp API service (backend)

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

  • parses the messy HTML responses

  • return a standardizes JSON response

The GoogleSearch 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 BingSearch class

  • Baidu using BaiduSearch class

  • Yahoo using YahooSearch class

  • Ebay using EbaySearch class

  • Yandex using YandexSearch class

  • Home depot using HomeDepotSearch class

  • GoogleScholar using GoogleScholarSearch 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-2.1.0.tar.gz (8.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