Components get content
The Components Get Content tool by Webflow allows users to efficiently retrieve structured content data from specific components within their websites. It supports extraction of text, images, and nested components, streamlining content management for localized sites.
Features
- Retrieve detailed content structure for any Webflow component.
- Supports extraction of text, images, and nested subcomponents.
- Includes pagination support with limit and offset parameters.
- Allows localization by specifying locale IDs for multilingual content.
- Simple integration through unique site and component identifiers.
Benefits
- Efficiently manage and organize website content at the component level.
- Enhances site customization by providing granular content access.
- Supports localization to easily manage multilingual websites.
- Improves content workflow with pagination capabilities for large datasets.
- Facilitates seamless integration with Webflow API for automated content retrieval.
Description
Get the content structure and data for a specific component including text, images, and nested components.
Parameters
5 parameters
| Name | Type | Description |
|---|---|---|
| site_idrequired | string | Unique identifier for the Site. |
| component_idrequired | string | Unique identifier for the Component. |
| localeId | string | Unique identifier for a specific locale. Applicable when using localization. |
| limit | number | Maximum number of records to be returned (max limit: 100) |
| offset | number | Offset used for pagination if the results have more than limit records. |