# GET /contract — Instagram Data Service Contract

> GET /contract — Instagram Data Service Contract is a paid API for AI agents from instagram-data.withzero.ai, paid per call via MPP, price unknown, status unknown (last checked 2026-09-15).

Returns the service contract/terms describing pricing, usage policies, and SLA for the instagram-data.withzero.ai API

## Facts

- Endpoint: GET https://instagram-data.withzero.ai/contract
- Price: price unknown
- Payment: MPP
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Provider: instagram-data.withzero.ai
- Website: https://instagram-data.withzero.ai
- Canonical page: https://www.zero.xyz/c/instagram-data-withzero-ai-get-contract-3607e70e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_5Ub3OVL14YDg-9CBr4Ein

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 instagram-data-withzero-ai-get-contract-3607e70e
```

Example prompt: Pull up the service contract for the instagram-data.withzero.ai API so I can review its pricing and usage terms before we start scraping.

## When to prefer this

Use this endpoint when you need to programmatically inspect or verify the pricing, terms, or SLA for the instagram-data.withzero.ai service before integrating or billing — particularly useful for operators managing this service.

## Known failure modes

- Service unavailable (5xx) if the API is down
- Empty or minimal contract object if terms have not been populated
- Authentication/authorization error if the operator endpoint is restricted

## Output

A JSON object containing the service contract for the instagram-data API, likely including pricing structure, usage limits, rate limits, SLA commitments, and terms of service.

## Example request

```json
{
 "handles": [
  "instagram"
 ]
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/instagram-data-withzero-ai-get-contract-3607e70e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from instagram-data.withzero.ai](https://www.zero.xyz/host/instagram-data.withzero.ai/llms.txt)
