Turn an Apple Podcasts link into ids
resolve_apple_linkTake a pasted Apple Podcasts URL and return the show ID, episode ID, and storefront, solving Apple's hidden query parameter issue so other ID-based tools can work.
Instructions
Take an Apple Podcasts URL someone pasted and return the show id, the episode id when the link points at one, and the storefront the link came from. Every other tool here is keyed by id, and Apple's share URLs hide the episode id in a query parameter rather than the path, so this is the bridge between what a person has and what the tools take.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | An Apple Podcasts URL, or a bare numeric id, which passes straight through. |