> ## 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.

# Credits & Pricing

> Understand how API credits work and pricing per platform

## How Credits Work

Scrapengine uses a credit-based pricing model. Each API request consumes a certain number of credits based on the platform.

<Note>
  Credits are only deducted for **successful requests**. Failed requests do not consume credits.
</Note>

## Credits per Platform

| Platform    | Credits per Request |
| ----------- | ------------------- |
| Amazon      | 5 credits           |
| eBay        | 5 credits           |
| Google Play | 5 credits           |
| Booking.com | 5 credits           |
| TripAdvisor | 5 credits           |
| Zillow      | 5 credits           |
| Xiaohongshu | 5 credits           |
| TikTok      | 15 credits          |
| Taobao      | 15 credits          |
| Shopee      | 25 credits          |

<Info>
  **JavaScript rendering**: +5 credits per request when enabled.
</Info>

## Checking Your Balance

Your remaining credits are returned in the response header of every API call:

```
x-remaining-credits: 4750
```

You can also check your balance in the [dashboard](https://app.scrapengine.io).

## Example Cost Calculation

| Task                | Requests | Credits per Request | Total Credits |
| ------------------- | -------- | ------------------- | ------------- |
| 100 Amazon products | 100      | 5                   | 500           |
| 50 TikTok profiles  | 50       | 15                  | 750           |
| 20 Shopee searches  | 20       | 25                  | 500           |
| **Total**           | 170      | -                   | **1,750**     |

<Card title="Get Started" icon="arrow-right" href="https://app.scrapengine.io">
  Sign up and get credits to start scraping
</Card>
