Exporting Webflow image URLs

Hi,

Has anyone found a workaround to export Webflow image urls?

Problem:
I need to export over 1500 image URLs and right now I am just going 1x1 grabbing the URLs. I am doing this so I can then update it to one of my collections so the photo is tagged correctly via Parabola.

Am I thinking about this the wrong way?

Or should I host the images somewhere else and upload those image URLs instead?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

1 Like

Hi Nick
I am a new user of Webflow and I am facing the same problem.
I have 20000 jpeg images to update in webflow. They are parts of CMS atributes; I uploaded them manually and now I would like to update them on a monthly basis either in python or in excel /vba (the images are generated by Excel)
My web site is adaminforme.com
Manu thanks for your answer.
Stephane

Hey Stephanie, if you want to store the images in the Webflow CMS, you’ll want to use the API for that. However there are some challenges there regarding rate limits, your update scripts would have to be… patient. Updating 20k image URLs would take something like 3.5h @ the rate limit of 100 requests per minute.

With 20k images, I’d probably host them elsewhere with a well-defined naming convention based on the CMS item slug, and then link them into my site from that source. It’s far easier to update an S3 store or a Netlify directory.