# OpenGraphr API **Provider:** OpenGraphr **Category:** developer **Base URL:** `https://opengraphr.com` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 100 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://opengraphr.com/docs/1.0/overview ## Description Really simple API to retrieve Open Graph data from an URL ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://opengraphr.com/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://opengraphr.com' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 100 req/month. Growth $9/mo (1,000 req). OpenGraph metadata extraction. --- *Source: [API Map](https://apimap.dev/apis/opengraphr/) — CC BY 4.0*