[ad_1]
[ad_2]
I have around 300 pages created with Elementor, and I need to transfer their content into Advanced Custom Fields (ACF). Manually inputting this data is time consuming. Is there an automated method or tool that can help with transferring Elementor page content into ACF fields efficiently?

Elementor is a page builder. ACF is custom fields – they’re two completely different things/systems. There isn’t a way to programmatically insert parts of an elementor page into ACF fields.
The best way (I think) to do this is through REST API. You can use a plugin called WPGetAPI to pull all content from pages through WordPress’ native API and then map them into your custom fields. The setup alone will take a lot of time, and may be cheaper to hire someone on Fiverr to manually do it the hard way.