# OpenWeb Ninja — Amazon Influencer Profile API

> OpenWeb Ninja — Amazon Influencer Profile API is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Fetches real-time Amazon influencer profile data including storefront details, follower counts, and featured products for a given influencer handle or URL.

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-amazon-data/influencer-profile
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/openweb-ninja-amazon-influencer-profile-api-26c56b65
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_afEUTnY37eAgPQJa66tcJ

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 openweb-ninja-amazon-influencer-profile-api-26c56b65
```

Example prompt: Pull up the Amazon influencer profile for the storefront handle 'TechWithMarcus' — I want their follower count, bio, and the products they're currently featuring.

## When to prefer this

Choose this endpoint when you need real-time Amazon influencer profile data without setting up an account or API key — ideal for one-off lookups or agent-driven workflows. At $0.003 per call with USDC payment via x402, it suits low-volume research, competitive analysis, or influencer vetting tasks where you want fresh data directly from Amazon storefronts rather than a cached third-party database.

## Known failure modes

- Invalid or non-existent influencer handle returns empty result or 404-equivalent error
- Rate limiting or Amazon blocking may cause intermittent failures
- Influencer account suspended or deleted returns no data
- Malformed input handle causes bad request error
- Payment failure via x402 protocol prevents call from completing

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

Returns a JSON object containing the Amazon influencer's profile information, including their display name, bio, follower count, storefront URL, featured/recommended products, and social media links where available. Data reflects real-time state of the Amazon influencer page.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "required": {
   "type": "string"
  },
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/openweb-ninja-amazon-influencer-profile-api-26c56b65/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
