Tool
Pages get content
The Webflow Pages Get Content tool enables users to retrieve the structured content and data of any specific webpage, including all its elements and their properties, allowing for comprehensive page analysis and management.
Features
- Fetch complete content structure of a webpage.
- Retrieve detailed properties of all page elements.
- Supports localization with locale-specific content fetching.
- Pagination support with limit and offset parameters.
- Integration-ready for seamless use within Webflow's CMS ecosystem.
Benefits
- Enhances website content management efficiency.
- Facilitates dynamic content updates and synchronization.
- Supports multilingual websites via locale-specific content retrieval.
- Improves SEO by allowing detailed content inspection and optimization.
- Streamlines development workflows by providing structured page data.
Description
Get the content structure and data for a specific page including all elements and their properties.
Parameters
4 parameters
| Name | Type | Description |
|---|---|---|
| page_idrequired | string | Unique identifier for the page. |
| 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. |