XML feed to Webflow CMS

I have a client who has an XML feed which updates with active job posts.

We’d like to pull active jobs into the Webflow CMS to show them on the Webflow site.

Has anyone done something like this before? Trying to figure out how we can achieve it.


Here is my public share link: LINK
(how to access public share link)

1 Like

Yes, it’s the same principle as polling an RSS feed for updates.
If it’s an RSS feed you’re dealing with, you’ll find trigger automations built into automation platforms like Make and Zapier.

From there you just unpack it, and create your CMS record with the data you want.
I’d try Make first, it’s far less expensive.

If it’s a custom XML feed you’ll likely need to build a time-based trigger and custom polling mechanism to identify changes.

@Marty_Youssef
I am looking for the same solution. Have you already tested one of the options, and do you have feedback on how it worked?

Hey Sarah, we ended up hiring a developer who used Pipedream to sync the XML with our Webflow CMS.

Pipedream is an excellent choice for that. Much more robust than a number of other automation platforms I’ve used.