Skip to main content
Best answer

Connect tripadvisor.com reviews to clickfunnel.com using zapier with python


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

Best answer by GetUWiredBest answer by GetUWired

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. 

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

4 replies

Danvers
Forum|alt.badge.img+12
  • Zapier Staff
  • 3731 replies
  • March 16, 2021

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


GetUWired
Forum|alt.badge.img+12
  • Zapier Expert
  • 1030 replies
  • Answer
  • March 17, 2021

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. 


william
Forum|alt.badge.img+6
  • Zapier Staff
  • 177 replies
  • June 4, 2021

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

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