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

# Introduction

> Scrape any website and access Twitter/X data through a simple REST API. Web scraping with anti-bot bypass, AI extraction, and 50+ Twitter endpoints.

## What is ScrapeBadger?

ScrapeBadger is a unified web scraping and data API. Scrape any website with automatic anti-bot bypass, JavaScript rendering, and AI-powered data extraction — or access Twitter/X data through 50+ structured endpoints. No infrastructure to manage.

**Base URL:** `https://scrapebadger.com/v1`

<CodeGroup>
  ```bash Web Scraping theme={null}
  curl -X POST "https://scrapebadger.com/v1/web/scrape" \
    -H "x-api-key: YOUR_API_KEY" \
    -H "Content-Type: application/json" \
    -d '{"url": "https://scrapebadger.com", "format": "markdown"}'
  ```

  ```bash Twitter API theme={null}
  curl -X GET "https://scrapebadger.com/v1/twitter/users/elonmusk/by_username" \
    -H "x-api-key: YOUR_API_KEY"
  ```
</CodeGroup>

## Key Features

<CardGroup cols={3}>
  <Card title="Web Scraping" icon="globe">
    Scrape any website with smart engine selection, anti-bot bypass, and AI extraction.
  </Card>

  <Card title="50+ Twitter Endpoints" icon="grid-2">
    Tweets, users, lists, communities, trends, geo data, and Twitter Spaces.
  </Card>

  <Card title="Reliable & Scalable" icon="shield-check">
    Automatic proxy rotation, retry logic, and rate limit management handled for you.
  </Card>
</CardGroup>

## Quick Links

<CardGroup cols={2}>
  <Card title="Quick Start" icon="rocket" href="/quickstart">
    Get up and running in 5 minutes with your first API call.
  </Card>

  <Card title="Web Scraping Guide" icon="globe" href="/web-scraping/overview">
    Scrape any website with anti-bot bypass and AI extraction.
  </Card>

  <Card title="API Reference" icon="code" href="/api-reference/introduction">
    Browse all endpoints with examples and response schemas.
  </Card>

  <Card title="Credits & Pricing" icon="credit-card" href="/credits-and-pricing">
    Understand the credit-based pricing model.
  </Card>
</CardGroup>
