# GGWP Website Social Scraper

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

Scrapes social media profile links and related social data from a given website URL

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/website-social-scraper
- Price: $0.124735/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-website-social-scraper-53936f8c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_-OUvWHznzqsqNO4eLPWOh

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 ggwp-website-social-scraper-53936f8c -d '<json body>'
```

Example prompt: Can you scrape the social media links and profiles from apple.com and tell me what platforms they're active on?

## When to prefer this

Use this endpoint when you need to discover social media profiles and platform handles directly linked from a company or brand website, especially for lead enrichment, competitor research, or contact discovery workflows. Prefer this over manual search when you have a domain name and want structured social data without needing to search each platform individually.

## Known failure modes

- Target website is unreachable or returns a non-200 status, resulting in empty or error result
- Website uses JavaScript-heavy rendering that prevents static scraping, yielding incomplete data
- Website has no detectable social media links, returning an empty result set
- Rate limiting or bot protection on the target site blocks the scraper
- Invalid or malformed website URL input causes a request error

## How this service works

All-in-one API hub: Social Media, Jobs, Finance, Crypto, and Tools. Pay-per-call with x402 protocol on Base chain.

## Output

Returns a structured result object containing social media profile URLs and platform handles discovered on the target website, such as Twitter, LinkedIn, Instagram, Facebook, YouTube, and similar accounts linked from the site's pages.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## 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/ggwp-website-social-scraper-53936f8c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ggwp-ten.vercel.app](https://www.zero.xyz/host/ggwp-ten.vercel.app/llms.txt)
