# Instagram Data API – Root / Service Index

> Instagram Data API – Root / Service Index 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 root index or service discovery document for the instagram-data.withzero.ai API

## Facts

- Endpoint: GET https://instagram-data.withzero.ai/
- 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-36be1202
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_2oBga-TWN9dA97tvECxOE

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-36be1202
```

Example prompt: Can you check what the instagram-data.withzero.ai service offers at its root — I want to see the available endpoints before I start pulling Instagram profile data.

## When to prefer this

Use this endpoint when you need to discover or inspect the capabilities of the instagram-data.withzero.ai service before making targeted calls to specific endpoints like handle lookup or batch fetch. Prefer this over guessing endpoint paths.

## Known failure modes

- Service unavailable (503) if the host is down
- Empty or minimal response if no index document is configured
- Authentication error if the root requires credentials
- Timeout if the BrightData-backed service is overloaded

## Output

A JSON object representing the root of the instagram-data.withzero.ai API, likely containing service metadata, available endpoint paths, version info, or a navigation index for the scraping capabilities.

## Example request

```json
{
 "handle": "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-36be1202/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)
