I have published a tutorial called Build a connector to extract data from the Webflow API, that discusses the development of an Airbyte connector that exports data from Webflow. Interesting topics that are discussed include:
- Using Webflow APIs to export your website data.
- The design of an Airbyte (Python) source connector to extract data from Webflow APIs.
- How to build a new Airbyte source connector from scratch, using the Webflow source connector implementation as an example.
If you are just looking to get your data out of Webflow, you may be able to directly make use of Airbyte’s Webflow source connector without understanding its implementation details. But if you are interested in writing your own code to extract data from Webflow APIs, you may find the tutorial to be helpful.