In a scrapping result, I have image URLs that are not from my domain but from the domain I scrapped.
I need to do some SEO articles and the fact that the images I’m going to use are hosted on another domain. And it’s not efficient. So I want to get these images to download and upload to my domain. Then use them for my articles.
Here’s what I’m using:
I have a google sheet with the result of my scrapping and each line will be an article.
This scrapping contains all the sources for my articles, including the images (not on the right URL).
Then, with a chatGPT 4 API, I create an article with the sources and my SEO rules with the images (on my domain).
And then I automatically publish them in Shopify blog post with an image (on my domain in highlight) and content images etc…
So I need to transfer the images from the scrapped domain to my domain, so how do I do this in a make automation?
Thank you very much for your help!