# Magnum.ai Website Contacts Scraper

> Magnum.ai Website Contacts Scraper is a paid API for AI agents from magnum-ai-flame.vercel.app, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-15).

Scrapes contact information (emails, phone numbers, social links) from a given website URL

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/website-contacts-scraper
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/magnum-ai-website-contacts-scraper-19e28b4d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_cojWM-zhLlgpSjolta8dA

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 magnum-ai-website-contacts-scraper-19e28b4d -d '<json body>'
```

Example prompt: Can you scrape all the contact information — emails, phone numbers, and any social media links — from the website https://acmecorp.com?

## When to prefer this

Use this endpoint when you need to quickly extract publicly available contact information from a specific website URL without manually browsing the site. Ideal for lead generation, sales prospecting, or building contact lists from known company domains. At $0.07 per call it is cost-effective for single-site lookups paid via USDC on Base chain.

## Known failure modes

- Website is behind a login or CAPTCHA — scraper cannot access protected pages
- Invalid or unreachable URL — returns error or empty result
- Website has no publicly listed contact info — returns empty data
- Rate limiting or bot detection on target site — partial or failed scrape
- Malformed input URL — API returns error response

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a result object containing extracted contact data from the target website, which may include email addresses, phone numbers, social media profile links, and other publicly listed contact details found on the site.

## 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/magnum-ai-website-contacts-scraper-19e28b4d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from magnum-ai-flame.vercel.app](https://www.zero.xyz/host/magnum-ai-flame.vercel.app/llms.txt)
