Skip to main content

Performs custom google search programmatically

Project description

py-custom-google-search

This library is to ease with the usage of custom Google Search API. This means that you can use this library to programatically perform Google searches with the API, without the need for scraping (which means that it is much lighter).

Installation

To install, run

pip install custom-google-search

Usage

Getting CX Number and API Key

Follow this tutorial on how to get your CX Number and API Key

Programmatically

from custom_google_search import search
search("nike logo", key=API_KEY, cx=CX_NUMBER)

where API_KEY and CX_NUMBER are the API Key and CX Number respectively.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

custom_google_search-1.0.0-py2.py3-none-any.whl (6.5 kB view hashes)

Uploaded Python 2 Python 3

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