Finds podcast hosts for PR and guest outreach using apidojo's Twitter scrapers on Apify. Triggers when the user asks to: find podcast hosts to pitch for a guest spot, discover podcasters in a niche for PR outreach, build a podcast outreach list from Twitter, find podcast hosts who cover a specific topic or industry, identify podcasters who interview guests in a business niche, find B2B podcast hosts for thought leadership placement, or compile a list of podcast hosts for a media relations campaign. Returns podcast host handle, show name, topic focus, follower count, and audience size signals. Ideal for PR agencies, executives doing thought leadership, authors, and startup founders.
Data & analysis
music-podcast-research
Try itResearches music, artists, playlists, and podcasts via the Crawlora API — Spotify tracks/albums/artists/playlists/profiles, Spotify Podcasts, Apple Podcasts, Discogs, and SoundCloud tracks/profiles/playlists — returning clean JSON. Use when the user wants a track/album/artist's details, a playlist or profile, podcast show/episode info and charts, a record's Discogs release/pressing data, or a SoundCloud track/user's stats.
What it does
Researches music, artists, playlists, and podcasts via the Crawlora API — Spotify tracks/albums/artists/playlists/profiles, Spotify Podcasts, Apple Podcasts, Discogs, and SoundCloud tracks/profiles/playlists — returning clean JSON. Use when the user wants a track/album/artist's details, a playlist or profile, podcast show/episode info and charts, a record's Discogs release/pressing data, or a SoundCloud track/user's stats.
The skill document
Music & podcast research
Look up tracks, albums, artists, playlists, and podcast shows/episodes across Spotify, Spotify Podcasts, Apple Podcasts, Discogs, and SoundCloud as normalized JSON from the Crawlora API — no scraping streaming-app pages.
When to use this skill
- "Find this track/album/artist on Spotify" / "what's on this playlist?"
- "Look up a Spotify user's public profile/playlists."
- "What podcasts/episodes are trending?" (Spotify Podcasts, Apple Podcasts charts)
- "Get details for this podcast show/episode."
- "What pressings/releases exist for this record?" (Discogs — vinyl/collector data)
- "Look up this SoundCloud track/user" / "how many plays/likes does this track have?" / "what has this artist uploaded to SoundCloud?"
Setup (one-time)
- Get a free Crawlora API key (2,000 credits/mo, no card) at https://crawlora.net.
export CRAWLORA_API_KEY=sk_your_key_here- All requests:
x-api-key: $CRAWLORA_API_KEYagainsthttps://api.crawlora.net/api/v1. Missing/invalid key →401.
How it works
- Spotify — search first:
/spotify/search(or the scoped/spotify/tracks/search,/spotify/artists/search,/spotify/albums/search,/spotify/playlists/search,/spotify/profiles/search) withq. Detail endpoints (/spotify/track,/spotify/album,/spotify/artist,/spotify/playlist,/spotify/profile) accept eitheridoruri(a Spotify URI likespotify:track:...) — pass whichever you have./spotify/artist/related,/spotify/track/recommended, and/spotify/track/similar-albumscover discovery. - Spotify Podcasts —
/spotify-podcasts/search,/spotify-podcasts/show(byuri),/spotify-podcasts/show/episodes,/spotify-podcasts/charts. - Apple Podcasts —
/apple-podcasts/search(term),/apple-podcasts/show/{id},/apple-podcasts/show/{id}/episodes,/apple-podcasts/charts//apple-podcasts/charts/rankingsfor what's popular by country. - Discogs —
/discogs/search(q, optionaltype= release/master/ artist/label) to find an id, then/discogs/release/{id},/discogs/master/{id},/discogs/artist/{id},/discogs/label/{id}for detail (+/releasessub-paths for an artist's/label's catalog). - SoundCloud —
/soundcloud/search(query) to find a track, then/soundcloud/track(url— a track's fullpermalink_url) for its full metadata and play/like/comment/repost counts./soundcloud/profile(url— a user's profile URL) gets bio and follower/track counts;/soundcloud/user-tracks(url) lists that user's own uploads;/soundcloud/playlist(url) gets a playlist/album's metadata and full track list.
Full endpoint list, methods, and params: reference/endpoints.md.
Calling the API
# Spotify:
scripts/crawlora.sh /spotify/search q="Daft Punk" | jq '.'
scripts/crawlora.sh /spotify/artist id=4tZwfgrHOc3mvqYlEYSvVi | jq '.'
# Podcasts:
scripts/crawlora.sh /apple-podcasts/search term="Reply All" | jq '.'
scripts/crawlora.sh /spotify-podcasts/charts | jq '.'
# Discogs:
scripts/crawlora.sh /discogs/search q="Random Access Memories" type=release | jq '.'
scripts/crawlora.sh /discogs/release/4818226 | jq '.'
# SoundCloud:
scripts/crawlora.sh /soundcloud/search query="lofi hip hop" | jq '.'
scripts/crawlora.sh /soundcloud/track url="https://soundcloud.com/artist/track-name" | jq '.'
Raw curl fallback:
curl -fsS -H "x-api-key: $CRAWLORA_API_KEY" \
"https://api.crawlora.net/api/v1/spotify/search?q=lofi%20beats" | jq '.'
Endpoint reference
See reference/endpoints.md for every Spotify,
Spotify Podcasts, Apple Podcasts, Discogs, and SoundCloud endpoint this
skill uses.
Examples
- Artist deep-dive:
/spotify/artist+/spotify/artist/albums+/spotify/artist/relatedfor a full discography and similar-artist map. - Podcast discovery:
/spotify-podcasts/chartsor/apple-podcasts/chartsto find what's trending, then/spotify-podcasts/show/episodesfor a show's back catalog. - Collector research:
/discogs/searchfor a release, then/discogs/release/{id}for pressing details (format, year, label, condition-relevant metadata). - SoundCloud artist catalog:
/soundcloud/profilefor a user's follower/track counts, then/soundcloud/user-tracksfor their own uploads with per-track play/like/comment/repost counts.
Notes & limits
- Credits / pay-on-success: billed only on
2xx; free tier 2,000 credits/mo. Key at https://crawlora.net. - Public data only — public catalog/profile/chart pages.
- Security: key lives in
CRAWLORA_API_KEYonly — never hardcode, query-param, or commit it. - Spotify detail endpoints need an
idoruri— resolve one via the matching.../searchendpoint first if you only have a name. - SoundCloud detail endpoints need a full
url(a track/playlist/user'spermalink_url, e.g.https://soundcloud.com/artist/track-name) — there's no numeric-id lookup, so pull the URL from/soundcloud/searchresults first if you only have a name. - Search endpoints are paginated (
limit/offsetorpage) — walk pages for full coverage.
Related skills
Researches Instagram profiles, posts, and Reels via the Crawlora API, returning clean JSON. Use when the user wants a public Instagram profile's stats, a specific post's media/engagement, or a user's Reels feed — instead of scraping the app.
Researches books, authors, and audiobooks via the Crawlora API — Goodreads (books, authors, reviews, lists, quotes), Apple Books (books, audiobooks, series, reviews, charts), and Audible (audiobook catalog search, product detail, narrators/series, reviews, charts, editorial lists) — returning clean JSON. Use when the user wants a book's ratings/reviews, an author's bibliography, curated reading lists, or audiobook details and charts.
Audio search tool: searches Pixabay Music and returns royalty-free track URLs and metadata for background music selection. Use 2-3 short English style keywords (e.g. 'upbeat pop energetic'); a long phrase or sentence returns zero results. Each hit's track URL is in the `url` field.
Researches social-media profiles, posts, and engagement across Instagram, TikTok, Threads, Bluesky, X, Pinterest, LinkedIn, Facebook, and Reddit via the Crawlora API, returning clean JSON. Use when the user wants a public profile's stats, a post's content/engagement, a platform search, trending topics, or social listening/competitor research — instead of scraping each app.
Research the last 30 days across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, GitHub, and grounded web search. Returns a ranked, clustered...