# Sna4an Web Contacts Extractor

> Sna4an Web Contacts Extractor is a paid API for AI agents from sna4an-misc.vercel.app, paid per call via x402, $0.075/call, status unknown (last checked 2026-09-15).

Extracts contact information (emails, phone numbers, social links) from websites via a RapidAPI-backed sub-endpoint

## Facts

- Endpoint: POST https://sna4an-misc.vercel.app/api/web-contacts
- Price: $0.075/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-web-contacts-extractor-205b50b2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VeSIrXHr29Jl-7_YxCdT5

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 sna4an-web-contacts-extractor-205b50b2 -d '<json body>'
```

Example prompt: Can you extract all publicly listed contact information — emails, phone numbers, and social media links — from the website example.com?

## When to prefer this

Use this endpoint when you need to programmatically extract publicly available contact information from websites, especially for lead generation or business research workflows, and are willing to pay per-call via x402 micropayment. Prefer over manual browsing or general-purpose scrapers when contact extraction is the specific goal.

## Known failure modes

- Invalid or unreachable target URL returns empty result or error
- Missing required 'path' parameter causes 400 bad request
- RapidAPI upstream service unavailable causes 502 or timeout
- Website blocks scraping resulting in no contacts returned
- Malformed params object causes unexpected behavior

## How this service works

News, AI, SEO, e-commerce, and utility APIs

## Output

Returns an object containing extracted contact data from the target website, such as email addresses, phone numbers, and social media profile links, as gathered via the underlying RapidAPI web-contacts sub-endpoint.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sna4an-web-contacts-extractor-205b50b2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-misc.vercel.app](https://www.zero.xyz/host/sna4an-misc.vercel.app/llms.txt)
