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

# Introduction

> Eleven public APIs for domain data, Google Search, and web extraction.

ScoutLayer turns a domain, URL, or keyword into structured website data. Add it to your product through REST, or connect the same capabilities directly to an AI agent through MCP.

## What you can access

<CardGroup cols={2}>
  <Card title="Domain data" icon="globe" href="/docs/v1/website/traffic/domains">
    Website Traffic, WHOIS, and DNS.
  </Card>

  <Card title="Web extraction" icon="file-lines" href="/docs/v1/website/content">
    Page content, style guides, contacts, screenshots, and sitemaps.
  </Card>

  <Card title="Google Search" icon="magnifying-glass" href="/docs/v1/google/serp">
    SERP, Site Search, and Intitle results.
  </Card>
</CardGroup>

## One integration

<Steps>
  <Step title="Create an API key">
    Sign up and create a key in the
    [dashboard](https://scoutlayer.io/dashboard/api-keys).
  </Step>

  <Step title="Choose an endpoint">
    Review its parameters, response schema, and credit cost in this reference.
  </Step>

  <Step title="Use the response">
    Receive clean JSON in your application, data pipeline, or AI agent.
  </Step>
</Steps>

<Note>New accounts receive 100 free credits. No credit card is required.</Note>
