Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Download Tool & Google

SaoriYamguchi
8 - Asteroid

I'd like to do a Google search using Alteryx's download tool. How can I do it?

3 REPLIES 3
BrandonB
Alteryx
Alteryx

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. 

SaoriYamguchi
8 - Asteroid

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.

BrandonB
Alteryx
Alteryx

This is a helpful article that covers the process of using Selenium via Alteryx to control a web browser and pass values into dynamic pages: https://community.alteryx.com/t5/Alteryx-Designer-Discussions/Python-Code-Tool-Web-Scraping-Dynamic-...

Labels