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

# WebLinq API Documentation

> Extract data, capture screenshots, and search the internet with our web scraping and browser automation platform

<Note>
  **New to WebLinq?** Get your first API response in under 5 minutes with our
  [quickstart guide](/getting-started/quickstart).
</Note>

## What you can build

<CardGroup cols={2}>
  <Card title="Markdown Extraction" icon="markdown" href="/api-reference/web/extract-markdown-from-a-web-page">
    Convert any webpage to clean Markdown format
  </Card>

  <Card title="Screenshot Capture" icon="camera" href="/api-reference/web/take-a-screenshot-of-a-web-page">
    Capture high-quality screenshots with custom viewport settings
  </Card>

  <Card title="PDF Generation" icon="file" href="/api-reference/web/generate-pdf-from-a-web-page">
    Generate PDFs from any webpage
  </Card>

  <Card title="Structured Data Extraction" icon="layout-template" href="/api-reference/web/extract-structured-data-from-a-web-page">
    AI extract structured data
  </Card>

  <Card title="Web Scraping" icon="bug" href="/api-reference/web/scrape-specific-elements-from-a-web-page">
    Extract specific elements using CSS selectors
  </Card>

  <Card title="Link Extraction" icon="link" href="/api-reference/web/extract-links-from-a-web-page">
    Extract all internal and external links
  </Card>

  <Card title="Raw HTML Content" icon="square-code" href="/api-reference/web/get-raw-html-content-from-a-web-page">
    Get raw HTML content from any page
  </Card>

  <Card title="Web Search" icon="globe" href="/api-reference/web/search-the-web">
    Search the web programmatically
  </Card>
</CardGroup>

## Common use cases

<CardGroup cols={2}>
  <Card title="Content Aggregation" icon="rss" href="/api-reference/web/extract-markdown-from-a-web-page">
    Build content feeds, news aggregators, or monitoring systems.
  </Card>

  <Card title="Visual Documentation" icon="album" href="/api-reference/web/take-a-screenshot-of-a-web-page">
    Create visual documentation, page previews, or archival systems.
  </Card>

  <Card title="Research Workflow Automation" icon="sparkles" href="/guides/workflow-automation">
    Chain search → markdown → JSON extraction for instant research briefs
  </Card>

  <Card title="E-commerce Store Monitoring" icon="shopping-cart" href="/guides/ecommerce-use-cases">
    Track prices, inventory and promotions across entire stores
  </Card>

  <Card title="Content Intelligence Pipeline" icon="chart-area" href="/guides/workflow-automation#content-intelligence">
    Generate winning content strategies from competitive analysis
  </Card>

  <Card title="Price Comparison Reports" icon="dollar-sign" href="/guides/ecommerce-use-cases#price-report-pdf">
    Auto-create PDF price reports and highlight the best deals
  </Card>
</CardGroup>

## Need help?

<CardGroup cols={2}>
  <Card title="Get Support" icon="mail" href="mailto:support@weblinq.dev">
    Email us for technical support and questions
  </Card>

  <Card title="View Examples" icon="code" href="/guides">
    See real-world integration examples
  </Card>
</CardGroup>
