Skip to main content

Hello, can you connect tripadvisor.com reviews to clickfunnel.com using zapier with python??

Hi @tech_pierce!

 

ClickFunnels does have an integration with Zapier, so connecting to tripadvisor.com is the harder part. Do you know if Trip Advisor has an API? If it does, you may be able to do what you need. 

 

To learn more about how you can use the Zapier ClickFunnels integration, take a look at the app page for ClickFunnels


Thank for the details. Trip Advisor has an API (no subscription yet taken) but I want custom scraping using python. I have script that do the job locally but I think zapier existing python setup doesn’t have bs4 BeatifulSoup module installed. Can you give me more details on it.

I have setup zapier (scheduler, Python code and Spreadsheet) which can populate a google spreasheet every week and from there my clickfunnel will load data in to the web page. But the problem is there’s no bs4 BeatifulSoup installed in zapier AWS Lymbda resources.

Can you confirm it?

Looking forward to your help.

Thanks


Hi @tech_pierce 

I do not think Zapier would have that module installed.
The code block environment is vanilla Python 3.7.2. 

You could try using the code block to trigger your local machine to run the script and then once finished send it back to Zapier using their Webhooks trigger. 


Hey @tech_pierce, hope you’re well, just checking in here!

Did the information provided by GetUWired help get you on the right track?