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

# Context.dev - Structured Web Data for AI

> The infrastructure layer that turns the raw internet into structured knowledge. Brand data, web scraping, entity resolution, and AI-powered extraction from any domain.

<div className="max-w-[1200px] mx-auto px-10">
  <div className="text-start pt-[80px] pb-[60px] text-zinc-900 dark:text-white">
    <h1 className="text-[3.5rem] font-bold mb-6">
      Build with
      <span className="italic text-primary ml-1">Context.dev</span>
    </h1>

    <p className="text-[1.25rem] max-w-[800px]  leading-[1.6]">
      Turn any domain into structured, AI-ready data. Logos, colors, company
      metadata, web scraping, product extraction, and more through a single API.
    </p>
  </div>

  <CardGroup cols={3}>
    <Card target="_blank" href="/guides/get-started/quickstart">
      <h3 className="text-[1.25rem] font-semibold mb-2">Quickstart</h3>

      <p className="m-0 text-[#666]">
        Get started with key concepts and try requests in our API playground
      </p>
    </Card>

    <Card target="_blank" href="/guides/use-cases/onboarding-flows">
      <h3 className="text-[1.25rem] font-semibold mb-2">Use Cases</h3>

      <p className="m-0 text-[#666]">
        Explore common use cases and design patterns from no code tools to direct
        integrations and optimization
      </p>
    </Card>

    <Card target="_blank" href="/logolink">
      <h3 className="text-[1.25rem] font-semibold mb-2">Logo Link</h3>

      <p className="m-0 text-[#666]">
        Embed always up to date logos seamlessly into your application with our
        fast global CDN
      </p>
    </Card>
  </CardGroup>

  <h2 className="text-[1.75rem] font-bold mt-[40px] mb-[20px]">Brand APIs</h2>

  <CardGroup cols={3}>
    <Card target="_blank" title="Retrieve Brand" icon="swatchbook" href="/api-reference/brand-intelligence/retrieve-brand-data-by-domain">
      Retrieve logos, colors, fonts, and company metadata for any domain.
    </Card>

    <Card target="_blank" title="Retrieve Styleguide" icon="palette" href="/api-reference/web-extraction/scrape-styleguide">
      Get a style guide to generate brand kits or power generative AI.
    </Card>

    <Card target="_blank" title="Retrieve Fonts" icon="font" href="/api-reference/web-extraction/scrape-fonts">
      Extract every font family used across a website with usage stats.
    </Card>
  </CardGroup>

  <h2 className="text-[1.75rem] font-bold mt-[40px] mb-[20px]">Web APIs</h2>

  <CardGroup cols={4}>
    <Card target="_blank" title="Crawl Website" icon="spider" href="/api-reference/web-scraping/crawl-website-&-scrape-markdown">
      Crawl an entire website starting from any URL and extract page content as
      LLM-ready Markdown.
    </Card>

    <Card target="_blank" title="Scrape Markdown" icon="file-lines" href="/api-reference/web-scraping/scrape-markdown">
      Scrape any URL and convert the page to clean Markdown.
    </Card>

    <Card target="_blank" title="Extract Product" icon="box" href="/api-reference/web-extraction/extract-a-single-product-from-a-url">
      Detect if a URL is a product page and extract structured product data.
    </Card>

    <Card target="_blank" title="Extract Images" icon="images" href="/api-reference/web-scraping/scrape-images">
      Extract all images from a URL including inline SVGs and data URIs.
    </Card>

    <Card target="_blank" title="Crawl Sitemap" icon="sitemap" href="/api-reference/web-scraping/crawl-sitemap">
      Crawl a domain's sitemap and return all discovered page URLs.
    </Card>

    <Card target="_blank" title="Scrape HTML" icon="code" href="/api-reference/web-scraping/scrape-html">
      Scrape any URL and get the raw HTML content. Automatic proxy escalation for
      blocked sites.
    </Card>

    <Card target="_blank" title="AI Query" icon="robot" href="/api-reference/web-extraction/query-website-data-using-ai">
      Ask natural language questions about any website and get structured answers.
    </Card>

    <Card target="_blank" title="Website Screenshot" icon="camera-viewfinder" href="/api-reference/web-scraping/scrape-screenshot">
      Generate high-quality screenshots of websites for previews and thumbnails.
    </Card>
  </CardGroup>

  <h2 className="text-[1.75rem] font-bold mt-[40px] mb-[20px]">
    Enrichment APIs
  </h2>

  <CardGroup cols={3} className="pb-12">
    <Card target="_blank" title="NAICS API" icon="filter-list" href="/api-reference/web-extraction/classify-naics-industries">
      Classify any brand into NAICS industry codes from its domain or name.
    </Card>

    <Card target="_blank" title="SIC API" icon="filter-list" href="/api-reference/web-extraction/classify-sic-industries">
      Classify any brand into Standard Industrial Classification (SIC) codes.
    </Card>

    <Card target="_blank" title="Transaction Enrichment" icon="money-check-dollar" href="/api-reference/brand-intelligence/identify-brand-from-transaction-data">
      Identify the merchant and enrich transaction records with brand data.
    </Card>
  </CardGroup>
</div>
