Credits
How the universal credit system works, cost tables by product, and pricing tiers.
PagePry uses a universal credit system. Every API call costs a certain number of credits based on the operation type and options used. Credits are fungible across all products — one pool, one invoice.
How credits work
- Each plan includes a monthly credit bundle
- Every API call deducts credits from your pool
- Cached responses always cost 0 credits
- Unused credits do not roll over
- Overages are billed at a premium rate if enabled
Plans and pricing
| Starter | Growth | Business | Enterprise | |
|---|---|---|---|---|
| Price | $5/mo | $79/mo | $249/mo | Custom |
| Credits / mo | 1,000 | 100,000 | 500,000 | 2,000,000+ |
| Overage rate | $7.00 / 1K | $1.50 / 1K | $1.00 / 1K | $0.60 / 1K |
Web Scraping credit costs
| Operation | Credits |
|---|---|
| Cached response | 0 |
| Static HTML scrape | 1 |
| JS-rendered scrape | 5 |
| + Datacenter proxy | +5 |
| + Residential proxy | +25 |
Screenshot credit costs
| Operation | Credits |
|---|---|
| Cached screenshot | 0 |
| Standard viewport | 8 |
| Full-page capture | 15 |
| Custom viewport / retina | 12 |
| + Datacenter proxy | +5 |
| + Residential proxy | +25 |
| Output: PNG | +2 |
| Output: WebP | +0 |
SERP credit costs (coming soon)
| Operation | Credits |
|---|---|
| Cached result | 0 |
| Google search (10 results) | 10 |
| Google search (100 results) | 40 |
| Bing / DuckDuckGo | 3 |
Monitoring usage
Track your credit usage in real time from the dashboard. You can view usage breakdowns by application, product, and time period.
The fromCache field in API responses tells you whether a cached (free) result was returned.
Running out of credits
When your credits are exhausted, API calls return a 429 response with the code USAGE_LIMIT_ERROR. To continue making requests:
- Enable overages in the dashboard to automatically purchase additional credits at the overage rate
- Upgrade your plan for a larger monthly bundle at a lower per-credit rate
- Wait for the next billing cycle when your credits reset

