Page Summary API
This API allows you to retrieve structured content from any public webpage. By providing a url, you can extract the page's metadata (like title, description, and Open Graph tags), the full HTML body, or both, based on your configuration. It supports an optional getMetadata flag (default true), a getBody flag (default false), and additionalHeaders in case the target site requires custom headers…
Page Summary API endpoints
| Method | Endpoint | Description |
|---|---|---|
| summary | ||
| POST |
Website to JSON /v1/json |
Get website metadata and page content as a JSON. |
Page Summary API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | 2 / second |
|
| ULTRA | $10 / month | 1 / second |
|
| MEGA | $20 / month | — |
|