TranscriptFilters
Filters that can be applied to a transcripts query.
type TranscriptFilters {
identifiers: [PodcastIdentifier]
powerScore: [RangeInput]
airDate: [DateRangeInput]
categories: [String]
transcriptCreationDate: [DateRangeInput]
}
Fields
identifiers ([PodcastIdentifier])
Filter by specific podcast identifiers. Use Podchaser ID for best performance.
powerScore ([RangeInput])
Filter by the podcast's PowerScore. Requires our plus or pro plans.
airDate ([DateRangeInput])
Filter by when the episode aired, according to its publisher.
categories ([String])
Filter by the Podchaser categories attached to the podcast. Must search using the 'slug' of the category.
transcriptCreationDate ([DateRangeInput])
Filter by the date that a transcript was created.