Install
openclaw skills install @crawlora-org/podcast-discovery-researchDiscovers and compares public podcast shows, episodes, charts, rankings, and related programs using Apple Podcasts and Spotify Podcasts through the Crawlora API. Use for show research, guest discovery, and listening-market snapshots.
openclaw skills install @crawlora-org/podcast-discovery-researchFind public podcast shows and episodes across Apple Podcasts and Spotify Podcasts. Preserve platform IDs, chart definitions, release dates, and source URLs when comparing programs.
scripts/crawlora.sh /apple-podcasts/search term="climate tech" | jq '.'
scripts/crawlora.sh /apple-podcasts/show/<id> | jq '.'
scripts/crawlora.sh /spotify-podcasts/search q="climate tech" | jq '.'
scripts/crawlora.sh /spotify-podcasts/show/episodes uri=<spotify-show-uri> | jq '.'
See reference/endpoints.md for the complete generated endpoint list.