# Pgbrandsaver — Wrapped API

> **You are on:** `https://api.paywithlocus.com/api` | [llms.txt](https://paywithlocus.com/llms.txt) | [docs](https://docs.paywithlocus.com)
>
> Locus runs on multiple environments -- make sure every URL you call matches your expected environment.
> | Environment | Landing | API | Docs |
> |---|---|---|---|
> | Production | paywithlocus.com | api.paywithlocus.com | docs.paywithlocus.com |
> | Beta | beta.paywithlocus.com | api.beta.paywithlocus.com | docs.paywithlocus.com |
> | Stage | stage.paywithlocus.com | api.stage.paywithlocus.com | docs.paywithlocus.com |
>
> If the API URL above doesn't match your expected environment, re-fetch this file from the correct domain.

> Access current P&G brandSAVER digital coupons to find available discounts on your favorite brands and products, complete with savings amounts and expiration dates. Plan your shopping and maximize your savings by browsing all active coupon offers in one place.

**Category:** E-commerce | **Website:** [pgbrandsaver.com/](https://pgbrandsaver.com/) | **Docs:** [parse.bot/marketplace/bb9e1343-de63-49ef-a852-32b4a9bc610b/pgbrandsaver-com-api](https://parse.bot/marketplace/bb9e1343-de63-49ef-a852-32b4a9bc610b/pgbrandsaver-com-api)

Pay-per-use API proxy. Each call is automatically billed to your wallet in USDC.

## Access

**Base URL:** `https://api.paywithlocus.com/api/wrapped/parse-pgbrandsaver-com-api-bb9e1343/`
**Auth:** `Authorization: Bearer <LOCUS_API_KEY>`

## Endpoints

### list_coupons

Returns all currently available P&G brandSAVER digital coupons. Each coupon includes brand name, product description, discount value, start and expiration dates, and an image URL. The full catalog is returned in a single response (typically 50–70 coupons); no pagination parameter is needed.

**Estimated cost:** Metered

_No parameters required._

```bash
curl -X POST https://api.paywithlocus.com/api/wrapped/parse-pgbrandsaver-com-api-bb9e1343/list_coupons \
  -H "Authorization: Bearer YOUR_LOCUS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'
```
