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