# Magnum.ai Website Social Scraper API

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

Scrapes social media profiles and website data for a given target URL or domain, returning structured social presence information.

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/website-social-scraper-api
- Price: $0.08/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/magnum-ai-website-social-scraper-api-d5ce494e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ObtohaQCGfIPxdJxicQFx

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-social-scraper-api-d5ce494e -d '<json body>'
```

Example prompt: Can you scrape the website techcrunch.com and pull out all the social media profiles and links they have listed — Twitter, LinkedIn, Instagram, YouTube, whatever you can find?

## When to prefer this

Use this endpoint when you need to quickly discover all social media profiles associated with a website or brand without manually visiting the page. Ideal for lead enrichment, competitive research, or building contact databases where social presence is needed at scale for $0.08 per lookup.

## Known failure modes

- Target website blocks scraping bots — returns empty or partial result
- Invalid or unreachable URL — returns error in result object
- Website has no social links — returns empty social data
- Payment failure via x402/USDC — 402 response before data is returned
- Rate limiting or timeout on target site — incomplete data returned

## How this service works

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

## Output

Returns a structured result object containing social media profile URLs, handles, and other social presence data found on or linked from the target website.

## 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-social-scraper-api-d5ce494e/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)
