← Back to search
70
Agent Ready
Agentic Readiness Score
+25 llms.txt +20 OpenAPI missing +20 ai-plugin
ai-tools ai-friendlyaimusicstoragellms-txtopenapiapi

Agentic Signals

📄
Found
🤖
ai-plugin.json
Not found
📖
OpenAPI Spec
Found
🔗
Structured API
Found
🏷
Schema.org Markup
Found
MCP Server
Not found

Embed this badge

Show off your agentic readiness — the badge auto-updates when your score changes.

Agentic Ready 70/100

            

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: