# OpenWebNinja Website Contacts Scraper

> OpenWebNinja Website Contacts Scraper is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Scrapes emails and social media profile links from one or more website domains

## Facts

- Endpoint: GET https://x402.openwebninja.com/website-contacts-scraper/scrape-contacts
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openwebninja-website-contacts-scraper-b45c653e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bcpQbXxP4HLcJuKEdptRs

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 openwebninja-website-contacts-scraper-b45c653e
```

Example prompt: Scrape all publicly listed emails and social media profiles (Twitter, GitHub, YouTube, TikTok) from the website wsgr.com, and only return emails that match that domain.

## When to prefer this

Use this endpoint when you need to quickly discover public contact emails and social media profiles for one or more known business domains, especially for lead generation, outreach research, or contact enrichment workflows. It supports batching up to 20 domains per call and can optionally filter emails to match the queried domain, making it more precise than generic search-based contact finders.

## Known failure modes

- Domain has no publicly listed emails — returns empty emails array
- Invalid or unreachable domain — may return empty result or error
- Rate limit exceeded for batch beyond 20 domains — request rejected
- Network timeout reaching target website — partial or no data returned
- Payment failure (x402) — request blocked before execution

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns an array of results per queried domain, each containing discovered email addresses with their source URLs, and social profile links (GitHub, Twitter/X, TikTok, YouTube, and others) found on or associated with the domain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openwebninja-website-contacts-scraper-b45c653e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
