# Website Social Scraper API

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

Scrapes social media profile data and metadata from a given website URL

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/website-social-scraper-api
- Price: $0.068289/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/website-social-scraper-api-da904ea4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_bpLEp5xM3y0V2WMCunHNY

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

Example prompt: Can you scrape the website tesla.com and pull out all the social media profiles and links they have listed on their site?

## When to prefer this

Use this endpoint when you need to quickly discover all social media accounts and profiles linked from a specific website without manually browsing the page. Best suited for brand research, lead enrichment, or competitive analysis where you have a website URL and need its associated social presence.

## Known failure modes

- Website is unreachable or returns non-200 status — empty or error result
- Website blocks scrapers or uses bot-detection — partial or no data returned
- No social links present on the page — empty social profile list
- Invalid or malformed URL input — request fails with validation error
- Dynamic JavaScript-rendered content not scraped — missing social links that load client-side

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns a result object containing extracted social media profile URLs, handles, and related metadata found on 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/website-social-scraper-api-da904ea4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
