//Endpoint · Web Parser
One Endpoint for Any Public URL
Send a URL, get the page’s substance back — title, main content, author, publication date, links, images, word count — with navigation and ads stripped by AI extraction, not selectors that rot on the next redesign. One credit per URL.
Start for free7-day free trial
Fields You Get Back
url
title
content
author
published_date
meta_description
links
images
word_count
What Comes Back
POST /api/webparser/parse
{
"url": "https://cartora.example/blog/freight-index",
"title": "The Mid-Market Freight Index, Explained",
"author": "Dana Reyes",
"published_date": "2026-06-12",
"meta_description": "How we compute the weekly index.",
"content": "Freight rates for mid-market shippers moved…",
"links": [
{ "text": "Methodology", "url": "/methodology" }
],
"word_count": 1840
}Parse the Next URL in Minutes
One credit per page, sitemap discovery for whole sites, and 500+ sources on the same key. 7-day free trial.
Common Questions
Yes. Client-rendered content is processed before extraction, so single-page apps come back with their real content, not an empty shell. Links and images are included when you ask for them.