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

# Scrapengine Documentation

> Powerful web scraping API with AI extraction and specialized search endpoints

## Welcome to Scrapengine

Scrapengine is a web scraping API that helps you extract data from any website while bypassing anti-bot measures. We provide dedicated endpoints for popular platforms like Google, Amazon, Bing, and Lazada - returning clean, structured data without the hassle of parsing HTML.

<Card title="Get Started" icon="rocket" href="/quickstart" horizontal>
  Start scraping in minutes with our quickstart guide.
</Card>

## Key Features

<CardGroup cols={2}>
  <Card title="Web Scraping" icon="shield-halved" href="/api-reference/endpoint/scrape">
    Scrape any website with automatic anti-bot bypass, proxy rotation, and JavaScript rendering.
  </Card>

  <Card title="AI Extraction" icon="microchip-ai" href="/api-reference/endpoint/scrape">
    Extract structured data using LLM-powered extraction with JSON schemas or natural language prompts.
  </Card>

  <Card title="Search Engine APIs" icon="magnifying-glass" href="/api-reference/endpoint/google-search">
    Get parsed search results from Google and Bing with organic listings, ads, and related searches.
  </Card>

  <Card title="E-Commerce APIs" icon="cart-shopping" href="/api-reference/endpoint/amazon-search">
    Search Amazon and Lazada for product data including prices, ratings, and seller information.
  </Card>
</CardGroup>

## API Endpoints

### Web Scraping

| Endpoint              | Description                                |
| --------------------- | ------------------------------------------ |
| `POST /scrape`        | Scrape any URL with optional AI extraction |
| `GET /scrape/{jobId}` | Check status of async scraping jobs        |

### Search Engines

| Endpoint             | Description                                       |
| -------------------- | ------------------------------------------------- |
| `GET /google/search` | Google Search with organic results, ads, and more |
| `GET /bing/search`   | Bing Search with web pages, news, and images      |

### E-Commerce

| Endpoint             | Description                                          |
| -------------------- | ---------------------------------------------------- |
| `GET /amazon/search` | Amazon product search with pricing and reviews       |
| `GET /lazada/search` | Lazada product search across Southeast Asian markets |

## Quick Examples

<CardGroup cols={2}>
  <Card title="Scrape Any Website" icon="globe" href="/api-reference/endpoint/scrape">
    Extract HTML or rendered content from any URL with anti-bot bypass.
  </Card>

  <Card title="AI Data Extraction" icon="wand-magic-sparkles" href="/api-reference/endpoint/scrape">
    Use GPT-4 or Claude to extract structured data without writing parsers.
  </Card>

  <Card title="Google SERP Data" icon="google" href="/api-reference/endpoint/google-search">
    Get parsed Google search results with rankings, snippets, and ads.
  </Card>

  <Card title="Product Prices" icon="tag" href="/api-reference/endpoint/amazon-search">
    Monitor Amazon and Lazada for product prices and availability.
  </Card>
</CardGroup>

## Getting Started

<Steps>
  <Step title="Get your API key">
    Sign up at [app.scrapengine.io](https://app.scrapengine.io) to get your free API key
  </Step>

  <Step title="Make your first request">
    Use the `/scrape` endpoint to scrape any website
  </Step>

  <Step title="Try specialized APIs">
    Explore Google, Amazon, Bing, or Lazada endpoints for structured data
  </Step>

  <Step title="Monitor usage">
    Track your API credits and requests in the dashboard
  </Step>
</Steps>

<CardGroup cols={2}>
  <Card title="API Reference" icon="book" href="/api-reference/introduction">
    Complete API documentation with examples and schemas.
  </Card>

  <Card title="Credits & Pricing" icon="coins" href="/pricing">
    See how credits work and pricing per platform.
  </Card>
</CardGroup>
