Upload your calls and meetings, tap 18M+ episodes of public conversation, and serve it all to your AI agents over API and MCP, with speakers, timestamps, and citations.
Show off your agentic readiness — the badge auto-updates when your score changes.
llms.txt Content
# Audioscrape
> Audioscrape is a podcast search engine and discovery platform that indexes podcast transcriptions, enabling users to search within episode content.
## About
Audioscrape processes podcast RSS feeds, transcribes audio content using AI, and makes episodes searchable by their spoken content. The platform features:
- Full-text search across podcast transcriptions
- Entity extraction (people, organizations, topics mentioned)
- Podcast charts from Apple Podcasts and Spotify
- Embeddable podcast clips with transcriptions
## Main Sections
- `/` - Homepage with search and trending content
- `/search?q=` - Search podcast episodes by transcription content
- `/entities` - Browse people, companies, and topics mentioned in podcasts
- `/charts` - Podcast charts by country and category
- `/podcast/{slug}` - Individual podcast pages with episodes
- `/podcast/{slug}/episode/{slug}` - Episode pages with full transcriptions
## API
The API is available at `/api/` endpoints for programmatic access. MCP (Model Context Protocol) is available at `mcp.audioscrape.com` for AI tool integration.
## Contact
Website: https://www.audioscrape.com
OpenAPI Spec (preview)
{"openapi":"3.1.0","info":{"title":"Audioscrape REST API","description":"Public REST API for searching podcasts, episodes, transcripts, and running AI/agent integrations. All endpoints live under `/api/*` and require authentication via a workspace-scoped API key (Bearer header or `?api_key=` query parameter).\n\n## Versioning\n\nAudioscrape uses **date-pinned versioning** (Stripe-style). URLs are permanent; breaking changes ship as new dated versions. Clients pin to a version in one of two ways: