~/apis/web-extract

Web Extract + Enrich

Fetch any URL and return structured content: title, description, OG image, word count, detected language, contact emails, and headings.

Utilities2 credits / call($0.01/credit)

Quick start

curl -X POST https://theglitchstore.com/api/secure-proxy \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"path": "GET /", "target_api": "web-extract", "params": {}}'

Allowed methods for this API: GET, POST. Full docs in the documentation.