Meta Tag Fetcher

Developer REST API

Fetch title, meta description, Open Graph tags, and favicon from a URL.

This page documents the HTTP endpoint POST /api/tools/meta-fetch/execute.

View as Markdown

Call it over REST

POST https://api.findutils.com/api/tools/meta-fetch/execute · no API keys · 60 requests/min per IP

Execute — verified arguments

curl -X POST https://api.findutils.com/api/tools/meta-fetch/execute \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://findutils.com"
  }'

Parameter schema for this endpoint

curl https://api.findutils.com/api/tools/meta-fetch

Interactive docs · OpenAPI 3.1 spec · All REST tools

Input schema

Argument Type Required Description
url string yes URL to fetch meta tags from (e.g., https://example.com)

Example arguments (verified)

{
  "url": "https://findutils.com"
}

MCP

This tool is served over the REST API only. 292 other tools are also callable from Claude and any MCP client — see the MCP server.

More Developer tools