Apple Podcasts

Neutral Block: Depends Verified robots.txt: No

Fetches URLs associated with registered Apple Podcasts content.

Key facts

Operator
Apple
Family
Apple
Purpose
User Triggered
User-Agent
iTMS
Should you block it?
Depends
Verified
Yes
Respects robots.txt
No
Identity type
Official Documented
Confidence
High
Last verified
2026-04-19
Last checked
2026-04-19

Bot details

Identity

User-Agent
iTMS
robots.txt token
iTMS
HTTP user-agent
iTMS
Aliases
apple-podcasts; Apple Podcasts

Ownership

Operator
Apple
Family
Apple
Type
Unknown
Purpose
User Triggered

Verification and trust

Source type
Official
Confidence
High
Last verified
2026-04-19
Last checked
2026-04-19
Verification
Use Apple's documented iTMS user-agent; Apple states it does not follow robots.txt for Apple Podcasts crawling.
Spoofing risk
User-agent strings can be spoofed. For allow-listing or low-friction rules, pair the published identifier with operator documentation or cryptographic verification when available.

Blocking and detection

Robots

User-agent: iTMS
Disallow: /

Cloudflare

(http.user_agent contains "iTMS")
Advanced server rules

Apache

RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} iTMS [NC]
RewriteRule ^ - [F,L]

Nginx

if ($http_user_agent ~* "iTMS") { return 403; }

Notes

Known user-agent patterns: iTMS Known user-agent strings: iTMS Robots.txt handling in the directory: no.

Operator documentation: https://support.apple.com/en-us/119829

Evidence and source

  • Use Apple's documented iTMS user-agent; Apple states it does not follow robots.txt for Apple Podcasts crawling.
  • Fetches URLs associated with registered Apple Podcasts content.
  • User-agent strings can be spoofed. For allow-listing or low-friction rules, pair the published identifier with operator documentation or cryptographic verification when available.