Tool
Pages list
Pages_List by Webflow is an AI-powered tool designed to list all pages within a website effortlessly. It provides comprehensive page metadata such as IDs, titles, and slugs, enabling streamlined website management and optimization.
Features
- Retrieve a complete list of pages within a specified Webflow site using the site’s unique ID.
- Access detailed metadata for each page, including page IDs, titles, and URL slugs.
- Support for localization through a locale ID to manage multi-language websites seamlessly.
- Pagination control with limit and offset parameters, allowing efficient handling of large numbers of pages.
- User-friendly input schema ensuring easy integration and reliable performance within Webflow environments.
Benefits
- Simplifies website structure overview by offering a centralized page listing.
- Enhances SEO efforts by providing critical metadata for optimization of page titles and URLs.
- Supports multilingual websites enabling accurate content management across locales.
- Improves development efficiency by allowing developers to fetch page data programmatically.
- Facilitates better content organization and navigation planning through detailed page insights.
Description
List all pages within a site. Returns page metadata including IDs, titles, and slugs.
Parameters
4 parameters
| Name | Type | Description |
|---|---|---|
| site_idrequired | string | The site’s unique ID, used to list its pages. |
| 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. |