# AutoScrape Business Entity Search

> AutoScrape Business Entity Search is a paid API for AI agents from autoscrape-api-seven.vercel.app, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Searches state business registries to look up and verify legal entity information for KYB, merchant underwriting, and vendor due diligence

## Facts

- Endpoint: GET https://autoscrape-api-seven.vercel.app/x402/v1/business-entity/search
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/autoscrape-api-seven-vercel-app-9e9b2ef7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VcY1tFeIYZaRvfo44iRV5

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 autoscrape-api-seven-vercel-app-9e9b2ef7
```

Example prompt: Search the state business registries for a company called 'Acme Distribution LLC' — check across NY, TX, and CO and pull richer details if available, up to 5 results — I need to verify it's a legitimate registered entity before onboarding them as a vendor.

## When to prefer this

Use this endpoint when you need official-source, public-records evidence of a business entity's legal registration status — especially for KYB workflows, merchant underwriting, vendor onboarding, or supplier due diligence where authoritative state registry data is required. Prefer this over third-party business data APIs when official government registry provenance matters.

## Known failure modes

- No matching entity found for the query name — returns empty results array
- State not in supported pilot list (e.g. CA without a key) — returns error or empty results
- Ambiguous company name returns too many unrelated results — agent should refine query
- Rate limiting or payment failure via x402 — returns 402 or 429 status
- State registry source temporarily unavailable — returns partial or error response

## How this service works

Business registry lookup for KYB, merchant underwriting, company verification, legal entity verification, vendor due diligence, supplier onboarding, and official-source public records evidence

## Output

Returns one or more business entity records sourced from official state registries, including legal entity name, registration status, entity type, state of formation, and optionally richer details such as registered agent, address, and filing history, depending on the state source.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 1,
  "items": [
   {
    "name": "Apple Inc",
    "state": "NY",
    "status": "active",
    "sourceUrl": "https://apps.dos.ny.gov/publicInquiry/"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/autoscrape-api-seven-vercel-app-9e9b2ef7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from autoscrape-api-seven.vercel.app](https://www.zero.xyz/host/autoscrape-api-seven.vercel.app/llms.txt)
