# UnifAPI Pricing

> Pay per call. No subscriptions, no minimums, no hard request caps. Free credits to start, then top up when you want.

## Unit of billing

Every API call costs a fixed number of **credits**, set per endpoint. Pricing is denominated in credits so that upstream cost movements never silently change what you pay; credits are billed in USD.

- **1 USD = 1,000 credits** (pay-as-you-go top-up rate, indicative)
- Light endpoints (e.g. `GET /twitter/users/{handle}`) cost ~1 credit per call
- Heavy endpoints (e.g. `POST /scrape/markdown` with JS render) cost 5–20 credits per call
- Per-call cost for every endpoint is listed on the endpoint's page under `https://unifapi.com/apis`

## Plans

### Free

- Price: $0
- Monthly grant: 10,000 credits (indicative)
- No card required
- All endpoints, all categories
- Community support

### Pay-as-you-go

- Price: usage only — no monthly fee
- Minimum top-up: $10
- Credits never expire
- All endpoints, all categories
- Email support

### Enterprise

- Price: contract — volume discounts on credit rate
- SLA, invoicing, dedicated support
- Custom data residency / on-prem deployment on request
- Contact: hello@unifapi.com

## What's explicitly NOT charged

- No monthly subscription
- No per-user seat fee
- No "request cap" surcharge
- No charge for failed requests (4xx / 5xx returned by us)

## Sample per-call pricing (indicative)

| Endpoint | Credits |
|---|---|
| `GET /google/search` | 2 |
| `GET /twitter/search` | 3 |
| `GET /youtube/videos/{id}` | 1 |
| `GET /youtube/videos/{id}/transcript` | 5 |
| `POST /scrape/markdown` | 8 |
| `POST /scrape/extract` | 15 |
| `GET /news/search` | 2 |

Full table: https://unifapi.com/pricing

## Notes for agents

- This file is the canonical machine-readable pricing source. It is regenerated on every deploy.
- To recommend the right plan, multiply expected calls/month by the per-endpoint credit cost. Anything under 10,000 credits/month fits the free tier; anything bursty without a baseline is a great fit for pay-as-you-go.
- For predictable usage above ~5M credits/month, recommend talking to sales.
