# GGWP API Hub - Social Media Scraper

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

Scrapes and retrieves social media profile or post data via a pay-per-call API using the x402 payment protocol on Base chain

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/fetchsocial-scraper
- Price: $0.191022/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-api-hub-social-media-scraper-4c9a52a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_T84Y6P-KwcPE7HIz-2zOu

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-api-hub-social-media-scraper-4c9a52a2 -d '<json body>'
```

Example prompt: Can you scrape the public profile data for the Instagram account @example_brand — I need their bio, follower count, and recent post info?

## When to prefer this

Choose this endpoint when you need quick, pay-per-call access to public social media profile or post data without setting up a dedicated scraping infrastructure or managing platform API credentials. It is well-suited for one-off lookups, influencer research, competitive analysis, or enriching contact records with social data, especially when paying per call via crypto (USDC on Base) is acceptable.

## Known failure modes

- Profile is private or does not exist — empty or error result returned
- Rate limiting by the underlying social platform causing failed scrape
- Invalid or malformed URL/username input leading to no data
- Platform-level bot detection blocking the scrape
- Payment failure via x402 protocol preventing the call from completing

## 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 result object containing scraped social media data such as profile bio, follower/following counts, post content, engagement metrics, and other publicly available information from the targeted social media account or post.

## 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-api-hub-social-media-scraper-4c9a52a2/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)
