Dear Zapier community,
I want to retrieve the open graph image from a website in order to send it to Webflow.
Zapier told me on Twitter to ask the community. Do you have any ideas?
Thank you
Dear Zapier community,
I want to retrieve the open graph image from a website in order to send it to Webflow.
Zapier told me on Twitter to ask the community. Do you have any ideas?
Thank you
Hi there
Thanks for writing into Zapier's Community!
Have you checked out the Apify integration we have? https://zapier.com/apps/apify/integrations - Maybe you can test it out and create a zap to retrieve your open graph image and then sent it to Webflow.
Let us know how it went for you. Thanks!
I wanted to point to a more simple solution using a webhook in Zapier to an open API for Open Graph...
In the case of Apify you could make the following call:
Which provides the following as a response:
and in there I see this
"image":"https://apify.com/img/og-image.png","imageWidth":"1200","imageHeight":"630"
If you sign up for a free account at opengraph.io and then use your own API key you'll be able to do this from a simple webhook call in a Zap.
Let us know how it goes!
Hey
Hey
Sorry for the delay in responding, I missed this one!
I’ll show some extra formatting below, but the guts of the thing you’ll need to do is here.
No other settings need to be set, now test that step and in your next step you have the output of anything that open graph could get from that website, like so:
The URL of the site/page you want to get the opengraph information from needs to be URL Encoded, which is possible inside of Zapier with a single caveat. The Formatter Function for Text called URL Encoding doesn’t actually encode the “/” slashes so we have to add an additional step to find/replace those. See the below Screenshots for how to do that:
It is a little backwards in how I explained it, but I wanted to get right to the “meat” of it so you could understand that it doesn’t involve any coding. A couple of formatting steps to fix a few problems with the URL and boom you’re in business.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.