Self-service sample

Public URL Extract Sample

A sample for turning a public page into readable fields, source evidence, field notes, and JSON that can be copied into a report or workflow.

Report Preview

  • Title: Example Domain.
  • Summary: A short public sample page used for examples and documentation.
  • Primary link: More information link visible on the page.
  • Field note: Small pages may have limited extraction depth but are useful for validating format.

Confidence and Limits

Confidence: High for visible fields on the sample page.

Limitation: The extractor reports what is available from the public page. It does not infer private, missing, or unavailable fields.

Next Action

Use this tool for public pages, vendor pages, landing pages, docs, and article extraction before requesting larger workflows.

Run URL Extract

JSON Preview

{
  "task_type": "custom_url_extract",
  "source_url": "https://example.com/",
  "collection_time": "demo_fixture",
  "fields": {
    "title": "Example Domain",
    "summary": "A short public sample page."
  },
  "confidence": "high",
  "limits": ["visible_public_fields_only"]
}