Fetch a public URL, respect robots rules, normalize the page, and return structured metadata, text, markdown, links, and JSON-LD in one paid request.
Click any endpoint to see details, example requests, and try it live with your Freighter wallet.
Fetch and normalize one public HTML page into structured extraction output.
Edit this JSON before trying the endpoint. The paid retry uses the exact same payload.
curl -X POST "https://xlm402.com/scrape/extract" -H "Content-Type: application/json" -d @- <<'JSON'
{
"url": "https://example.com/article",
"format": "markdown",
"include_links": true,
"include_metadata": true,
"include_json_ld": true,
"max_chars": 50000
}
JSON
Fetch and normalize one public HTML page into structured extraction output.
Edit this JSON before trying the endpoint. The paid retry uses the exact same payload.
curl -X POST "https://xlm402.com/scrape/extract" -H "Content-Type: application/json" -d @- <<'JSON'
{
"url": "https://example.com/article",
"format": "markdown",
"include_links": true,
"include_metadata": true,
"include_json_ld": true,
"max_chars": 50000
}
JSON