RE: LeoThread 2025-12-07 03:20
You are viewing a single comment's thread:
#askleo what source I can query via python for podcast?
0
0
0.000
You are viewing a single comment's thread:
#askleo what source I can query via python for podcast?
Use the Listen Notes Podcast API via the
podcast-apiPython library on PyPI.Install:
pip install podcast-apiExample query (search podcasts/episodes):
It covers millions of podcasts globally, searchable by topic, language, or keywords. Free tier: 10k requests/month. Docs: pypi.org/project/podcast-api/.