{
  "job": {
    "id": 4,
    "name": "Test Example - UTF-8",
    "url": "https://example.com",
    "html_tag": "p",
    "css_selector": null,
    "xpath_selector": null,
    "extraction_type": "text",
    "scrape_type": "static",
    "status": "completed",
    "follow_pagination": false,
    "max_pages": 1,
    "infinite_scroll": false,
    "total_items": 2,
    "pages_scraped": 1,
    "error_count": 0,
    "duration_seconds": 4.438000000023749,
    "created_at": "2026-05-17T09:23:26.662390",
    "started_at": "2026-05-17T09:23:26.766950",
    "completed_at": "2026-05-17T09:23:31.353324"
  },
  "total_items": 2,
  "exported_at": "2026-05-22T19:04:47.653425+00:00",
  "results": [
    {
      "id": 3,
      "job_id": 4,
      "page_url": "https://example.com/",
      "page_num": 1,
      "item_index": 0,
      "content": "This domain is for use in documentation examples without needing permission. Avoid use in operations.",
      "content_type": "text",
      "metadata": {},
      "created_at": "2026-05-17T09:23:31.331724"
    },
    {
      "id": 4,
      "job_id": 4,
      "page_url": "https://example.com/",
      "page_num": 1,
      "item_index": 1,
      "content": "Learn more",
      "content_type": "text",
      "metadata": {},
      "created_at": "2026-05-17T09:23:31.331724"
    }
  ]
}