# Muck Rack > Public relations and earned-media software: a journalist and media-outlet database, > media monitoring across news, print, broadcast, social and generative AI engines, > pitching and press-release distribution, and earned-media reporting. The Muck Rack > API is a paid Premier-tier add-on giving programmatic read access to the article > data behind a Saved Search. This file is generated by API Evangelist from publicly observable surface. Muck Rack does not publish an llms.txt of its own (https://muckrack.com/llms.txt returns 404). ## Important for AI agents - Muck Rack's API Terms Addendum PROHIBITS using the Services or Content to develop software or to train a machine learning or AI system. See https://muckrack.com/legal/api-terms before any programmatic or agentic use. - The API reference is published to authenticated customers only. There is no public OpenAPI, GraphQL, gRPC or SOAP contract, and no MCP server. - API access requires a paid Premier-tier subscription plus an API add-on; keys are issued by an account Admin under Organization Settings -> API Keys. ## API - [Muck Rack API (product page)](https://muckrack.com/pr-software/api): what the API does, who can buy it, and the supported destinations (Snowflake, Power BI, Tableau). - [Muck Rack API (help center)](https://help.muckrack.com/en/articles/10175260-muck-rack-api): how to generate an API key; notes that the reference is visible only to signed-in users. - [API Terms Addendum](https://muckrack.com/legal/api-terms): permitted use, rate-limit and AI/ML restrictions. Base URL: https://muckrack.com/api/ Authentication: HTTP Bearer, `Authorization: Bearer ` Observed public surface (anonymous probe, 2026-08-26): GET /api/saved-searches/ - list saved searches (403 without credentials) GET /api/saved-searches/{id}/ - retrieve one saved search (403 without credentials) Allow: GET, HEAD, OPTIONS - read-only; no write surface is exposed Error envelope: {"detail": ""} (Django REST Framework); not RFC 9457. ## Product - [Media database](https://muckrack.com/pr-software/media-database) - [Media monitoring and alerts](https://muckrack.com/pr-software/media-monitoring-alerts) - [Pitching](https://muckrack.com/pr-software/pitching) - [Press release distribution](https://muckrack.com/pr-software/press-release-distribution) - [Reporting](https://muckrack.com/pr-software/reporting) - [Social listening](https://muckrack.com/pr-software/social-listening) - [Generative engine optimization](https://muckrack.com/pr-software/generative-engine-optimization) ## Company and policy - [Pricing](https://muckrack.com/pricing): Starter, Standard, Premier. No published prices; contact sales. - [Terms of Service](https://muckrack.com/terms/) - [Privacy Policy](https://muckrack.com/privacy) - [Legal and security](https://muckrack.com/legal-and-security) - [Responsible disclosure](https://muckrack.com/responsible-disclosure): security@muckrack.com, no bounty. - [Trust center](https://trust.muckrack.com/): SOC 2, policies, compliance monitors. - [Status](https://status.muckrack.com/) - [Help center](https://help.muckrack.com/en/) - [Blog](https://muckrack.com/blog) - [GitHub](https://github.com/muckrack)