>>> from google_search import google_search_api
>>> results = google_search_api("python free google web scraping")
>>> results
[{'title': 'How to Scrape Web Data from Google using Python?', 'link': 'https://www.geeksforgeeks.org/how-to-scrape-web-data-from-google-using-python/', 'text': 'Mordad 11, 1401 AP — Web Scraping is the automation of the data extraction process from websites. ... Scrape Google Search Results using Python BeautifulSoup.', 'time': 'Mordad 11, 1401 AP —'}, {'title': 'Web Scraper - Free Web Scraping', 'link': 'https://chrome.google.com/webstore/detail/web-scraper-free-web-scra/jnhgnonknehpejjnehehllkliplmbmhn?hl=en', 'text': "Shahrivar 17, 1401 AP — Free and easy to use web data extraction tool for everyone. ... don't need Python, PHP, or JavaScript coding experience to start scraping.", 'time': 'Shahrivar 17, 1401 AP —'}, {'title': 'How to Scrape Google Results for Free Using Python', 'link': 'https://predictivehacks.com/how-to-scrape-google-results-for-free-using-python/', 'text': 'Aban 3, 1399 AP — Scrape Google results in python for free in a few lines of code.', 'time': 'Aban 3, 1399 AP —'}, {'title': "Scraping Google's Search Engine With Python — A Step-by ...", 'link': 'https://medium.com/codex/scraping-google-with-python-a-step-by-step-tutorial-11b38dd5691c', 'text': 'Khordad 8, 1400 AP — In principle, accessing a website via Python is not that hard. ... Provision your free Custom Search Engine on Google Cloud Platform.', 'time': 'Khordad 8, 1400 AP —'}, {'title': "A Beginner's Guide to learn web scraping with python!", 'link': 'https://www.edureka.co/blog/web-scraping-with-python/', 'text': 'Tir 22, 1401 AP — Is Web Scraping Legal? Why is Python Good For Web Scraping? How Do You Scrape Data From A Website?', 'time': 'Tir 22, 1401 AP —'}, {'title': 'Google Search Web Scraping with Python - Stack Overflow', 'link': 'https://stackoverflow.com/questions/38619478/google-search-web-scraping-with-python', 'text': 'You can always directly scrape Google results. To do this, you can use the URL https://google.com/search?q=<Query> this will return the top\xa0...', 'time': 'Mordad 6, 1395 AP · 4 answers'}]
>>>