# Basebuilder2 Search – CSV Parse Endpoint

> Basebuilder2 Search – CSV Parse Endpoint is a paid API for AI agents from bbx-search.vercel.app, paid per call via x402, $0.188658/call, status unknown (last checked 2026-09-14).

Parses and processes CSV data submitted via POST, returning structured results as part of the BaseBuilder Search API hub

## Facts

- Endpoint: POST https://bbx-search.vercel.app/api/csv-parse
- Price: $0.188658/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/basebuilder2-search-csv-parse-endpoint-05501822
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IHEzSgLjGYfT4hD-Qet1V

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 basebuilder2-search-csv-parse-endpoint-05501822 -d '<json body>'
```

Example prompt: Can you parse this CSV data I have and convert it into structured JSON records so I can work with the rows and columns programmatically?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-use CSV parsing service without setting up your own parsing infrastructure. It is part of a broader search and data API hub, making it suitable for pipelines that may also need other search or data endpoints from the same provider.

## Known failure modes

- Malformed or non-CSV input returns a parsing error
- Missing or ambiguous delimiter causes incorrect column splitting
- Empty CSV body results in empty or error response
- Oversized payload may be rejected or time out
- Mismatched header count and data columns produces incomplete records

## How this service works

BaseBuilder Search API hub - 18 paid endpoints

## Output

Returns parsed CSV content as structured JSON, with rows represented as objects keyed by column headers and values extracted from each row of the input CSV data.

## More

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