settings

The Settings class manages configuration parameters for the search client, including safe search settings.

Constructor:

__init__(scraper: cloudscraper)

  • scraper (cloudscraper): A cloudscraper object used to perform HTTP requests.

Methods:

  • safeSearch(status: bool = False) -> dict

The safeSearch method allows managing the safe search settings on Google.

Last updated