I'd like to do a Google search using Alteryx's download tool. How can I do it?
The official Google Search API endpoint was deprecated by Google around 2010 I believe and therefore isn’t queryable via a traditional download tool. You could alternately use a different company’s search API or use the Python tool and something like Selenium to control a browser and then scrape the resulting page.
Thank you.I tried using the download tool with the URL containing the search word instead of using the API, but it didn't work so I would like to use the Python tool to solve the problem.