URL Title API

POST

Extract HTML page titles from any URL without scraping.

URL Title fetches the HTML title tag of any web page in real time from a target URL. Paid plans also retrieve an array of every H1 heading tag found on the page.

Try it — live request, no key required

Request
POSTapi.apiverve.com/v1/urltitle
Body
Verification
Format

No key required to try it. Get a key to use it in your app.

Example
{
  "status": "ok",
  "error": null,
  "data": {
    "title": "HTML element - Wikipedia",
    "h1": [
      "HTML element"
    ]
  }
}

About the URL Title API

Send a web address to parse the live document over HTTP. The endpoint inspects the markup and extracts the text content inside the title tag. On paid tiers, the response also includes a list of all H1 headings located within the page body.

What people use it for

Bookmark Link Cards
Social bookmarking platforms generate readable cards by pulling page titles whenever members save external web links.
SEO Metadata Auditing
Audit web pages across a client domain to verify that HTML title tags exist and match target requirements.
Reading List Management
When readers submit articles to an aggregator, the system attaches live page titles to label each entry automatically.
Chat Message Previews
Messaging services parse shared URLs on post to show clear discussion context before members click outbound links.

Ways to call it

One endpoint, many ways in — REST with JSON, XML, YAML and CSV, plus GraphQL and an MCP interface for AI agents.

JSON
Default REST response
XML
Markup format
YAML
Human-readable
CSV
Tabular export
Beta
GraphQL
Query language
New
MCP
For AI agents

Other ways to use URL Title

Same data, same APIVerve account, same credit balance — one key works on all of them.

Questions.

Common questions about the URL Title API.

Read the docs →
What kinds of URLs can I pass to the API?
You can pass any standard web page URL. The API accepts any public web address as a string parameter and inspects the page in real time to locate its HTML title tag.
Can I extract H1 headings on the Free plan?
No. The HTML title is included on every tier, but H1 headings are a premium field reserved for paid plans. Upgrading to Starter or above unlocks the array of all H1 heading elements found on the page.
What would checking 10,000 URLs a month cost me?
Checking 10,000 URLs uses 100,000 credits, which uses half of the Starter plan allowance of 20,000 calls per month. That works out to about $1.50 per 1,000 calls. The Free plan includes 20 calls each month to test with.
What happens if a web page has multiple H1 headings?
URL Title returns them all. On paid plans, the H1 response field delivers an array containing every H1 element discovered on the target page, rather than only the first one. If a page contains no H1 elements, the array returns empty.
Can I use the extracted titles inside my commercial app?
Yes, as long as you subscribe to a paid plan. You can display page titles and headings inside your own application, link previewer, or bookmark tool. You may not resell or redistribute the raw metadata as a standalone dataset.

Ready to build with URL Title? Start with 200 free credits — one key unlocks all 300+ APIs.

Explore the catalog

300+ APIs on the same key and the same response shape.

Browse all APIs