Parse Pinterest URL
parse_pinterest_urlParse Pinterest URLs to determine their type and extract canonical URL, host, and type-specific identifiers such as pin, profile, board, or idea IDs.
Instructions
Parse a Pinterest URL and return its kind, canonical URL, host, and type-specific identifiers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | A complete Pinterest or pin.it URL |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | Yes | ||
| kind | Yes | ||
| pinId | No | ||
| ideaId | No | ||
| ideaSlug | No | ||
| username | No | ||
| boardSlug | No | ||
| shortcode | No | ||
| originalUrl | Yes | ||
| normalizedUrl | Yes |