> ## Documentation Index
> Fetch the complete documentation index at: https://webscraping.titannet.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Documentation for Titan: web intelligence, automation, and structured extraction through tasks, workers, and public APIs.

Titan is a **web intelligence and automation** platform. You define **tasks** that describe what to collect— from classic **URL lists and output schemas** to **modular** flows that combine **search**, **crawl**, **scrape**, and **HTTP API** steps. Titan runs that work on **managed workers**, tracks every **execution**, and exposes **structured results**, **datasets**, and **media** through stable HTTP APIs and the dashboard.

Use these docs to learn the platform model, integrate with the **Task Service**, and see how billing, analytics, and worker types fit around the same task and execution identifiers.

<Note>
  New to Titan? Read [What is Titan Web Scraping?](/get-started/what-is-titan-web-scraping) and [What can you build?](/get-started/what-can-you-build), then follow the [Quickstart](/get-started/quickstart-run-your-first-task). Prefer a system map first? Open [Architecture](/about-platform/architecture-overview).
</Note>

## Start here

<CardGroup cols={2}>
  <Card title="What is Titan Web Scraping?" icon="circle-question" href="/get-started/what-is-titan-web-scraping">
    Platform scope: tasks, actions, workers, and why teams standardize on one control plane.
  </Card>

  <Card title="What can you build?" icon="layer-group" href="/get-started/what-can-you-build">
    Patterns for agents, commerce, compliance, operations, and knowledge bases.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/get-started/quickstart-run-your-first-task">
    Authenticate, create a task, run it once, poll the execution, and export a result.
  </Card>

  <Card title="Authentication" icon="key" href="/get-started/authentication-and-api-keys">
    JWTs and API keys for interactive apps and backend automation.
  </Card>

  <Card title="Task Service API" icon="code" href="/use-the-platform/use-the-task-service-api">
    Programmatic task and execution lifecycle against Titan’s main public API.
  </Card>

  <Card title="Architecture overview" icon="sitemap" href="/about-platform/architecture-overview">
    User layer, control plane, workers, and how a run flows end to end.
  </Card>
</CardGroup>

## Explore the platform

<CardGroup cols={2}>
  <Card title="Action types" icon="diagram-project" href="/about-platform/action-types/overview">
    Search, crawl, scrape, and API call—and how multi-step tasks compose them.
  </Card>

  <Card title="Tasks" icon="list-check" href="/about-platform/tasks">
    Durable definitions: classic extraction and modular execution plans.
  </Card>

  <Card title="Executions" icon="play" href="/about-platform/executions">
    Lifecycle from queued run to completed output for any task shape.
  </Card>

  <Card title="Datasets and media" icon="database" href="/about-platform/datasets-and-media">
    Structured output, datasets, and media-aware exports.
  </Card>
</CardGroup>

## API reference

<Card title="HTTP APIs (OpenAPI)" icon="server" href="/api-reference/overview">
  Open the **API Reference** tab for per-operation pages (Task, Analytics, and Billing) generated from OpenAPI, including parameters, responses, and optional try-it requests against your deployment base URL.
</Card>

## Build with the platform

<CardGroup cols={2}>
  <Card title="Create and manage tasks" icon="pen-to-square" href="/use-the-platform/create-and-manage-tasks">
    Create, update, and organize long-lived workflows and monitors.
  </Card>

  <Card title="Monitor executions" icon="eye" href="/use-the-platform/monitor-and-control-executions">
    Poll execution state and apply runtime controls.
  </Card>

  <Card title="Download results" icon="download" href="/use-the-platform/download-results-and-access-media">
    Export structured results, inspect datasets, and resolve media assets.
  </Card>

  <Card title="Templates and previews" icon="copy" href="/use-the-platform/use-templates-and-preview-runs">
    Reusable patterns and short-lived preview runs before durable tasks.
  </Card>
</CardGroup>

## Understand worker types

<CardGroup cols={2}>
  <Card title="Browser node workers" icon="desktop" href="/worker-guides/browser-node-workers">
    How standalone Playwright and Puppeteer workers participate in execution.
  </Card>

  <Card title="Chrome extension workers" icon="puzzle-piece" href="/worker-guides/chrome-extension-workers">
    Extension-based execution and platform verification.
  </Card>

  <Card title="Data return flow" icon="arrow-right-to-bracket" href="/worker-guides/how-workers-return-data-to-the-platform">
    Ingestion path for structured output and media.
  </Card>

  <Card title="Security and trust" icon="shield-halved" href="/worker-guides/worker-security-and-trust-model">
    How Titan separates execution trust, ingestion, and public result access.
  </Card>
</CardGroup>

## Example workflows

<CardGroup cols={2}>
  <Card title="Single URL extraction" icon="bullseye" href="/examples/example-single-url-extraction">
    Validate the basic end-to-end API flow on one page.
  </Card>

  <Card title="Scheduled monitoring" icon="clock" href="/examples/example-scheduled-monitoring-workflow">
    Repeated execution and datasets over time.
  </Card>

  <Card title="Media-aware scraping" icon="image" href="/examples/example-media-aware-scraping-task">
    Structured fields plus media assets in one run.
  </Card>
</CardGroup>

## Recommended reading order

1. [What is Titan Web Scraping?](/get-started/what-is-titan-web-scraping)
2. [What can you build?](/get-started/what-can-you-build)
3. [Quickstart](/get-started/quickstart-run-your-first-task)
4. [Authentication and API keys](/get-started/authentication-and-api-keys)
5. [Architecture](/about-platform/architecture-overview)
6. [Action types overview](/about-platform/action-types/overview)
7. [Task Service API](/use-the-platform/use-the-task-service-api)
