Skip to main content

My requirement is to Zapier app to open a webpage everyday and read content from the webpage and send the collected data to WhatsApp. 

Example: Navigate to https://www.moneycontrol.com/markets/global-indices/
Read the following data and send it to WhatsApp:

US MARKETS:
<Name> <LTP>  <Change> <chg%>

EUROPEAN MARKETS:

<Name> <LTP>  <Change> <chg%>

ASIAN MARKETS:

<Name> <LTP>  <Change> <chg%>

 

Note:

Here the data is dynamic meaning it keeps are changing everyday

<Name> <LTP>  <Change> <chg%> should be replaced with actual data collected from the webpage

Hi there ​@A Rajkumar, welcome to the Community! 🎉

Sorry to see no one’s replied here sooner. This sort of workflow should be possible with Zapier!

The Schedule by Zapier app would allow you to trigger a Zap every day at a specific time - see our Schedule Zaps to run at specific intervals guide for more details. Then to get the information you could use a Conversation (ChatGPT) action with the web search tool enabled. It should be able to find the latest information on that webpage and output it in the desired format.

Alternatively, you could try using an AI Web Scraping app like BrowseAI for example, to extract the information on that web page on a daily basis.

From there you could use a Send Message (WhatsApp Notifications) action to have it send the info to you.

Hope that helps to get you pointed in the right direction. If you run into any issues or have further questions just let me know! 🙂