How to convert image URL to my domain?

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!

If you own the server, you could use something like SFTP to upload the images.

Screenshot_2024-03-12_170307

3 Likes

@samliew I own the domain, but for the server i dont know, i’m on google domain. So how can i do the connection ?

If you don’t know, you don’t own it. You’ll need to read the documentation of the external service to see the different methods you can use to connect to the file system.

1 Like