Apple's public directory hands out a 600-pixel copy. The 3000×3000 the publisher submitted is at the same address with one number changed.
A podcast cover art download should give you 3000×3000 pixels, because that is the size Apple requires publishers to submit and the size Apple keeps. What a show page or a link preview hands you is a 600 — the same file, five times smaller in each dimension, at an address one number away from the good one.
Where a full-size podcast cover art download comes from
Apple runs a public, unauthenticated directory API — the same one the Podcasts app asks — and it answers with a record for any show or episode. That record carries an artwork URL ending in a literal 600x600bb.jpg.
The size is a path segment, not a query parameter and not part of a signature. So the same file is served at any size by substitution: change 600x600 to 3000x3000 and you get the master. Ask for 4000 and Apple hands back the 3000 anyway, which is a useful confirmation that there is nothing larger behind it.
Why 3000 exists at all: Apple's podcast artwork requirements specify square artwork between 1400 and 3000 pixels, and effectively every show in the directory submits at the top of that range. The master is not a lucky find; it is the file the publisher uploaded.
Show art and episode art are different pictures
A link copied from a single episode carries an ?i= identifier. Shows that ship per-episode covers have different artwork on that record, and asking Apple about the episode id rather than the show id is the difference between the right picture and its parent.
The Apple Podcasts artwork downloader reads whichever identifier your link carries, prefers the episode when both are present — a link copied from an episode has both — and tells you which one it looked up.
Get the file
Open the show or episode in Apple Podcasts or on the web.
Copy the address. It looks like podcasts.apple.com/…/id1200361736, optionally with
?i= and an episode id.
Paste it into the downloader. The bare numeric id works too.
Take the last row — the 3000. Everything above it is a resize of the same file.
The run also hands back the show's RSS feed URL, because Apple's record carries it. That is the fastest way to find a podcast's real feed from an Apple link, and it is usually what people are actually after when they go looking for a show's details.
When it does not work
The show is not in the directory. Feeds go dead and Apple removes the listing while the old link keeps working. If the lookup finds nothing, that is what happened.
The artwork URL is not in the expected shape. Rare, and the tool hands back the URL Apple gave rather than inventing five that would 404 — the same rule every downloader here follows.
You wanted Spotify. Different platform, different answer, and a much less generous one: Spotify cover art size explains why 640 is the ceiling there and no tool can beat it.
Why the small copy is what you usually end up with
Three routes hand you a 600 without ever mentioning that a 3000 exists, and between them they account for almost every soft podcast cover in circulation.
Right-clicking the web page. The image element on a show page is the 600. Saving it saves exactly what is on screen.
A general image downloader. Anything that reads a page's link-preview tags gets the 600, because that is what the tag names. It is reporting the page accurately; it simply has no way to know the master exists.
A screenshot. Worse again, because a screenshot is the 600 resampled to whatever your display was doing at the time.
None of those are wrong so much as incomplete, and the difference only becomes visible when the artwork is placed somewhere large — a thumbnail, a slide, a printed flyer for a live show — at which point re-finding the original is a chore.
What you may do with it
The artwork belongs to the publisher. A directory listing, a review, a link card, a recommendation post, your own reference — all ordinary use. Presenting it as the face of something you made is not, and neither is re-uploading a show's cover as your own podcast's.
If you are making artwork rather than collecting it, the same square master is what every other platform wants too — the social image resizer cuts one file into each platform's required size, and the image compressor will get a 3000-pixel PNG under a submission limit without visible loss. The general case for every other platform is covered in downloading social media images.
What size is podcast cover art?
Between 1400 and 3000 pixels square by Apple's requirements, and effectively every show submits at 3000×3000. That master is what a full-size download should return.
Why is the artwork I saved only 600 pixels?
Because 600 is what the web page and the link card publish. The 3000 lives at the same address with the size segment changed.
Does this need an Apple account?
No. The directory lookup it uses is public and unauthenticated — it is the same request the Podcasts app makes.
Can I get episode artwork rather than the show's?
Yes. Paste the episode link, which carries an ?i= identifier, and the tool asks about the episode instead of its parent show.
Paste a show or episode link into the Apple Podcasts artwork downloader, or see what the same question looks like on Spotify — where the answer is a good deal smaller.
Spotify publishes album and artist images at 640, 300 and 64 pixels. There is no original behind the 640 — every 'HD Spotify cover art' result is upscaling the same file.
Threads answers a signed-out request honestly, which makes it one of the easier platforms to get a picture out of. Two details are worth knowing first.