I have a process question:
I want to collect data from a website (Weebly) to send to another website (Wordpress). What is the best way to do this:
Should I use a web scraper to fetch static data into a Google sheet and then send the entries from Google to the Wordpress site with a webhook?
Or can I fetch the data with a web scraper and send directly to Wordpress?
And then how to fetch data from the same source website when it is updated on a weekly basis:
Should I use a web scraper, or is there another way to fetch dynamic data? There is no RSS option on this site.
Do I need to collect into a Google sheet and then send to Wordpress or can I send directly from the source site to the destination site?
I hope this question is not too basic … I still need to work through the University videos.
Thanking you in advance.