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

# Welcome to ScrapeLLM

> Extract structured data from ChatGPT, Perplexity, Grok, Copilot, Gemini, Google AI Mode, and Amazon Rufus through a single unified API.

ScrapeLLM is an API platform for extracting real AI responses and search results across multiple providers. Get structured JSON from ChatGPT, Perplexity, Grok, Copilot, Gemini, Google AI Mode, and Amazon Rufus through a single consistent API - including sources, citations, and provider-specific data fields.

## Quick start

```bash theme={null}
curl "https://api.scrapellm.com/scrapers/chatgpt" \
  -H "X-API-Key: YOUR_API_KEY" \
  -G \
  --data-urlencode "prompt=What brands do marketers recommend for email automation?" \
  --data-urlencode "country=US"
```

<Info>
  **Working with AI?** Head to our [full documentation index](/introduction/work-with-ai) for copy-paste context, llms.txt, and agent integration patterns.
</Info>

## Get started

<CardGroup cols={2}>
  <Card title="Authentication" icon="key" href="/guides/authentication">
    Manage your API key
  </Card>

  <Card title="Making requests" icon="lightbulb" href="/guides/making-requests">
    Understand request and response structure
  </Card>

  <Card title="Async jobs" icon="zap" href="/guides/concurrency">
    Fire-and-forget scrapes at scale
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference">
    Explore endpoint documentation
  </Card>

  <Card title="Credits & limits" icon="gauge" href="/guides/credits-and-limits">
    Monitor usage and rate limits
  </Card>

  <Card title="Scrapers" icon="network-wired" href="/guides/scrapers">
    View all scrapers and credit costs
  </Card>
</CardGroup>

## Why ScrapeLLM?

* **Real UI responses**: Capture exactly what users see in each AI interface - not sanitised API output
* **Structured data**: Every response is parsed into clean JSON with sources, citations, and provider-specific fields
* **Multiple AI providers**: ChatGPT, Perplexity, Grok, Copilot, Gemini, Google AI Mode, and Amazon Rufus
* **Global coverage**: Route requests through infrastructure in any country for localised AI responses
* **Async jobs**: Fire-and-forget mode with automatic retries - no open connections required

## Available scrapers

| Scraper                                                          | Credits / request | Best for                                     |
| ---------------------------------------------------------------- | ----------------- | -------------------------------------------- |
| [ChatGPT](/api-reference/endpoint/monitor-chatgpt)               | 3                 | Brand monitoring, AI SEO, query fan-out      |
| [Perplexity](/api-reference/endpoint/monitor-perplexity)         | 3                 | Research, real-time web citations            |
| [Grok](/api-reference/endpoint/monitor-grok)                     | 3                 | X (Twitter) integration, current events      |
| [Copilot](/api-reference/endpoint/monitor-copilot)               | 3                 | Microsoft ecosystem, multi-mode responses    |
| [Gemini](/api-reference/endpoint/monitor-gemini)                 | 3                 | Rich citation metadata, Google ecosystem     |
| [Google AI Mode](/api-reference/endpoint/monitor-google-ai-mode) | 3                 | AI Overviews + organic search results        |
| [Amazon Rufus](/api-reference/endpoint/monitor-amazon-rufus)     | 3                 | E-commerce product research, shopping intent |

See [Scrapers](/guides/scrapers) for full feature comparison and credit costs.

## Quick links

* **[Dashboard](https://scrapellm.com/dashboard)** - Manage API keys and billing
* **[Support](mailto:hello@scrapellm.com)** - Get help
