settings
The Settings class manages configuration parameters for the search client, including safe search settings.
Constructor:
__init__(scraper: cloudscraper)
scraper(cloudscraper): Acloudscraperobject used to perform HTTP requests.
Methods:
safeSearch(status: bool = False) -> dict
The safeSearch method allows managing the safe search settings on Google.
Last updated