# GGWP CSV Parse

> GGWP CSV Parse is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.146663/call, status unknown (last checked 2026-09-15).

Parses a CSV file or CSV-formatted text and returns structured data as a JSON object

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/csv-parse
- Price: $0.146663/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-csv-parse-c9a24745
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vImmfPrCq37YdgM_p7ey7

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 ggwp-csv-parse-c9a24745 -d '<json body>'
```

Example prompt: Can you parse this CSV text I have and give me the data back as structured JSON so I can work with it programmatically?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-use CSV-to-JSON conversion without setting up your own parsing infrastructure, especially in agentic workflows running on Base chain where x402 micropayments are already integrated.

## Known failure modes

- Malformed or invalid CSV input may result in parsing errors or unexpected output
- Missing or empty CSV content in the request body
- CSV with inconsistent column counts may produce incomplete rows
- Very large CSV files may hit payload size limits
- Insufficient USDC balance on Base chain blocks the x402 payment and the call fails

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a JSON object containing the parsed CSV data, with rows represented as structured objects where column headers map to values for each row.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ggwp-csv-parse-c9a24745/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
