I am looking for a service(API) to search through Podcasts and their episodes.
Goal: I would like to set a search term - football and the results are podcast episodes related to this term (Title, Description, Tag).
I looked into https://itunes.apple.com/search? from https://developer.apple.com/library/archive/documentation/AudioVideo/Conceptual/iTuneSearchAPI/Searching.html#//apple_ref/doc/uid/TP40017632-CH5-SW2 but unfortunately this just gives me the podcasts and not the episodes.
Do you have an idea how to reach my goal?
Thank you.