PAGE
Status: PRODUCTION A
PAGE
link type represents a standard webpage—such as an article, blog post, or informational page. Beyond the common attributes (title
, description
, image
), PAGE
links may provide additional information like estimated reading time, direct access to raw text, markdown, or even an automatically captured screenshot.
What It Includes
Whentype
is PAGE
, the response includes a page
object with the following potential fields:
- estimatedReadingTimeInMinutes: Approximate reading time calculated from the content’s length.
- screenshot: A responsive image object capturing a snapshot of the page.
- htmlUrl: A URL to an HTML-rendered version of the page.
- markdownUrl: A URL to a Markdown version of the page content.
- rawTextUrl: A URL providing raw text extracted from the page.
Example Request
Example Response
Special Notes
- Fallbacks & Computations: If the original page lacks certain metadata (like title or description), Peekalink uses AI-driven strategies to generate these fields.
- Estimated reading time: is computed by analyzing the extracted text content.
- Screenshots & Content Exports: Screenshots are generated automatically and hosted on our CDN for quick retrieval. The HTML, Markdown, and raw text URLs are dynamically generated, giving you flexible ways to present or process the page’s content.