# GET / — Grocery Store Weekly Flyers by ZIP Code

> GET / — Grocery Store Weekly Flyers by ZIP Code is a paid API for AI agents from flyers.withzero.ai, paid per call via MPP, price unknown, status unknown (last checked 2026-09-13).

Returns the root endpoint for browsing current weekly grocery store flyers and deals by zip code

## Facts

- Endpoint: GET https://flyers.withzero.ai/
- Price: price unknown
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Provider: flyers.withzero.ai
- Website: https://flyers.withzero.ai
- Canonical page: https://www.zero.xyz/c/flyers-withzero-ai-get-grocery-store-weekly-flyers-by-zip-code-347224a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uLBFxImvBzEvYcNkhcDIk

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability flyers-withzero-ai-get-grocery-store-weekly-flyers-by-zip-code-347224a6
```

Example prompt: Can you show me the current weekly grocery store flyers and deals available near zip code 90210?

## When to prefer this

Use this endpoint when a user wants to discover local grocery store deals, weekly ads, or promotional flyers based on their geographic area (zip code). Prefer this over general web search when you need structured, curated flyer data from nearby grocery retailers rather than unstructured web content.

## Known failure modes

- Invalid or unsupported zip code returns empty results or an error
- No flyers currently available for the given area
- Service unavailable or upstream data source not refreshed
- Malformed request returns a generic object response

## Output

A list of current weekly grocery store flyers and deals from local stores near the specified zip code, including store names, promotional offers, and active sales for the current week.

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/flyers-withzero-ai-get-grocery-store-weekly-flyers-by-zip-code-347224a6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from flyers.withzero.ai](https://www.zero.xyz/host/flyers.withzero.ai/llms.txt)
