|
| 1 | +--- |
| 2 | +title: Plans & Pricing |
| 3 | +description: 'Overview of ScrapeGraphAI plans, pricing, and what each tier includes' |
| 4 | +--- |
| 5 | + |
| 6 | +ScrapeGraphAI offers flexible plans to fit teams of every size — from hobbyists to enterprises. All plans include access to every service; higher tiers unlock more credits, throughput, and support. |
| 7 | + |
| 8 | +## Plans |
| 9 | + |
| 10 | +<CardGroup cols={2}> |
| 11 | + <Card title="Free" icon="seedling"> |
| 12 | + **$0 / month** |
| 13 | + |
| 14 | + - 500 API credits / month |
| 15 | + - 10 requests / min |
| 16 | + - 1 monitor |
| 17 | + - 1 concurrent crawl |
| 18 | + </Card> |
| 19 | + |
| 20 | + <Card title="Starter" icon="rocket"> |
| 21 | + **$17 / month** (or $204 / year — save $36) |
| 22 | + |
| 23 | + - 10,000 API credits / month |
| 24 | + - 100 requests / min |
| 25 | + - 5 monitors |
| 26 | + - 3 concurrent crawls |
| 27 | + </Card> |
| 28 | + |
| 29 | + <Card title="Growth" icon="chart-line"> |
| 30 | + **$85 / month** (or $1,020 / year — save $180) |
| 31 | + |
| 32 | + - 100,000 API credits / month |
| 33 | + - 500 requests / min |
| 34 | + - 25 monitors |
| 35 | + - 15 concurrent crawls |
| 36 | + - Basic Proxy Rotation |
| 37 | + </Card> |
| 38 | + |
| 39 | + <Card title="Pro" icon="bolt"> |
| 40 | + **$425 / month** (or $5,100 / year — save $900) |
| 41 | + |
| 42 | + - 750,000 API credits / month |
| 43 | + - 5,000 requests / min |
| 44 | + - 100 monitors |
| 45 | + - 50 concurrent crawls |
| 46 | + - Advanced Proxy Rotation |
| 47 | + - Priority support |
| 48 | + </Card> |
| 49 | +</CardGroup> |
| 50 | + |
| 51 | +Need more? **Enterprise** plans offer custom credit volumes, custom rate limits, dedicated support, and SLA guarantees. [Contact us](mailto:contact@scrapegraphai.com) for details. |
| 52 | + |
| 53 | +## Credit costs per service |
| 54 | + |
| 55 | +Every API call consumes credits. The exact cost depends on the service and the options you use. |
| 56 | + |
| 57 | +| Service | Base cost | Details | |
| 58 | +|---|---|---| |
| 59 | +| **Scrape** (markdown) | 1 credit | Basic page scrape returning markdown | |
| 60 | +| **Scrape** (screenshot) | 2 credits | Page scrape with a screenshot | |
| 61 | +| **Scrape** (branding analysis) | 25 credits | Full branding analysis of a page | |
| 62 | +| **Extract** | 5 credits | Structured data extraction | |
| 63 | +| **Search** (no prompt) | 2 credits / result | Search results without LLM processing | |
| 64 | +| **Search** (with prompt) | 5 credits / result | Search results processed by an LLM | |
| 65 | +| **Crawl** | 2 credits startup + per-page scrape cost | Startup fee plus scrape cost for each page | |
| 66 | +| **Monitor** | +5 credits | Additional credits charged when a change is detected | |
| 67 | + |
| 68 | +### Proxy modifiers |
| 69 | + |
| 70 | +Using a proxy adds extra credits on top of the base service cost: |
| 71 | + |
| 72 | +| Proxy mode | Additional credits | |
| 73 | +|---|---| |
| 74 | +| Fast / JS rendering | +0 | |
| 75 | +| Stealth | +4 | |
| 76 | +| JS + Stealth | +5 | |
| 77 | +| Auto (worst case) | +9 | |
| 78 | + |
| 79 | +<Note> |
| 80 | + Failed requests and requests that return an error are **not** charged. |
| 81 | +</Note> |
| 82 | + |
| 83 | +## Comparing plans at a glance |
| 84 | + |
| 85 | +| | Free | Starter | Growth | Pro | Enterprise | |
| 86 | +|---|---|---|---|---|---| |
| 87 | +| **Monthly price** | $0 | $17 | $85 | $425 | Custom | |
| 88 | +| **Annual price** | $0 | $204 | $1,020 | $5,100 | Custom | |
| 89 | +| **Credits / month** | 500 | 10,000 | 100,000 | 750,000 | Custom | |
| 90 | +| **Requests / min** | 10 | 100 | 500 | 5,000 | Custom | |
| 91 | +| **Monitors** | 1 | 5 | 25 | 100 | Custom | |
| 92 | +| **Concurrent crawls** | 1 | 3 | 15 | 50 | Custom | |
| 93 | +| **Proxy rotation** | — | — | Basic | Advanced | Custom | |
| 94 | +| **Priority support** | — | — | — | Yes | Yes | |
| 95 | +| **SLA guarantee** | — | — | — | — | Yes | |
| 96 | + |
| 97 | +## Upgrading or downgrading |
| 98 | + |
| 99 | +You can change your plan at any time from the [dashboard](https://scrapegraphai.com/dashboard). When upgrading mid-cycle, you receive the additional credits immediately. Downgrades take effect at the start of the next billing period. |
| 100 | + |
| 101 | +## Annual billing |
| 102 | + |
| 103 | +All paid plans offer an annual billing option with significant savings: |
| 104 | + |
| 105 | +- **Starter** — save $36 / year |
| 106 | +- **Growth** — save $180 / year |
| 107 | +- **Pro** — save $900 / year |
| 108 | + |
| 109 | +Switch to annual billing from the [dashboard](https://scrapegraphai.com/dashboard). |
0 commit comments