
Want to display parsed content in a more readable format? No problem.
We’ve supported a new field to Content Parsing and Content Parsing Live endpoints in On-Page API, which allows you to do just that.
What’s new
When set to true
, the new markdown_view
field instructs our API to deliver the parsed content in Markdown format. It will be returned in the page_as_markdown
field of the response.
This option brings more structure and readability to the content you extract, which is perfect for modern interfaces and workflows.
Why it matters
With this feature, you can:
➤ Show parsed content in an easy-to-read layout.
➤ Streamline how your team reviews or integrates parsed data.
➤ Improve how content appears in dashboards and user-facing apps.
Dive into the updated API docs to learn more.