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

# Examples

> Real-world examples built with Actionbook

Explore real-world examples in the [playground](https://github.com/actionbook/actionbook/tree/main/playground) directory.

<CardGroup cols={2}>
  <Card title="Stagehand Agent" icon="hand-pointer" href="https://github.com/actionbook/actionbook/tree/main/playground/stagehand-agent">
    Browser automation agent using Stagehand + AI SDK + Actionbook
  </Card>

  <Card title="Scraper Generator" icon="code" href="https://github.com/actionbook/actionbook/tree/main/playground/generate-scraper-script">
    Generate accurate web scraper code with Claude Code
  </Card>

  <Card title="Actionbook Scraper" icon="spider" href="https://github.com/actionbook/actionbook/tree/main/playground/actionbook-scraper">
    Web scraper plugin using verified Actionbook selectors
  </Card>

  <Card title="arXiv Viewer" icon="book-open" href="https://github.com/actionbook/actionbook/tree/main/playground/arxiv-viewer">
    Access and read academic papers from arXiv
  </Card>

  <Card title="Rust Learner" icon="rust" href="https://github.com/actionbook/actionbook/tree/main/playground/rust-learner">
    Learn Rust language features and crate updates
  </Card>

  <Card title="Lib.rs Scraper" icon="box" href="https://github.com/actionbook/actionbook/tree/main/playground/lib-rs-scraper">
    Scrape Rust crate information from lib.rs
  </Card>
</CardGroup>
