I am using the HTTP module to get the data from a website to populate to a Google sheet. Is it possible to get an image of the website too? Do I need to use some type of service or is it possible to get the data from the HTTP module?
Yeah, that could work
As far as I understood the challenge it’s about getting a screenshot of said website and not an image within the page. Sorry if I got that wrong!
Reading between the lines I think they are trying to pull specific images out of the content.
You’d need to find the reference to the images within the html and call them specifically in a separate operation I would think.
If it’s a single website and you know how the images are referenced in the html then it might be possible. Would need more info to really know for sure.
Hi
Thanks so much everyone. Ah no I do mean a screenshot of the website not images from within the copy. I thought there would be a thumbnail or something within the HTTP module. E.g. if you share a link on Facebook a little thumbnail image displays - that’s the image I want to try get/ otherwise a screenshot is good too
Make may not have an integration for these third-party services though.
You should be able to integrate the endpoints in Make using the generic HTTP “Make a request” module using the Developer API Reference/Documentation.
You can also suggest for it to be made in the Idea exchange. Don’t forget to search for it first, in case someone already suggested it!