Socket
Socket
Sign inDemoInstall

custom-google-search

Package Overview
Dependencies
1
Maintainers
1
Alerts
File Explorer

Install Socket

Detect and block malicious and high-risk dependencies

Install

    custom-google-search

Performs custom google search programmatically


Maintainers
1

Readme

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.

Keywords

FAQs


Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc