# GGWP Influencer Scan

> GGWP Influencer Scan is a paid API for AI agents from ggwp-ten.vercel.app, paid per call via x402, $0.115717/call, status unknown (last checked 2026-09-14).

Scans and analyzes social media influencer profiles to extract audience, engagement, and credibility metrics.

## Facts

- Endpoint: POST https://ggwp-ten.vercel.app/api/influencer-scan
- Price: $0.115717/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ggwp-influencer-scan-1c4266ff
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NLYfSJzrAxwv_RqxveCVm

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-influencer-scan-1c4266ff -d '<json body>'
```

Example prompt: Can you scan the influencer profile for @techreviewjane and pull up their engagement rate, follower count, and audience credibility score so I can decide if they're a good fit for our campaign?

## When to prefer this

Choose this endpoint when you need to programmatically evaluate social media influencers for marketing campaigns, brand partnerships, or audience analysis, especially when you need engagement and credibility metrics in a single pay-per-call call without a monthly subscription.

## Known failure modes

- Invalid or non-existent influencer handle returns an error or empty result
- Private accounts may not be scannable and return restricted-access errors
- Rate limits may be hit if scanning many profiles rapidly
- Platform API changes may cause data gaps or stale metrics
- Malformed request body returns a validation 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 structured data about the scanned influencer including follower counts, engagement rates, audience demographics, authenticity/credibility indicators, and other social performance metrics.

## 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-influencer-scan-1c4266ff/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)
