# OpenWeb Ninja — Amazon Influencer Posts API

> OpenWeb Ninja — Amazon Influencer Posts 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 posts and content from Amazon influencer storefronts and profiles

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-amazon-data/influencer-posts
- 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-posts-api-322d0921
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_KILKEehWRjrzwoAk1EOHO

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-posts-api-322d0921
```

Example prompt: Can you pull the latest posts and product recommendations from the Amazon influencer storefront for handle 'techgadgetguru'?

## When to prefer this

Choose this endpoint when you need real-time, up-to-date posts and product recommendations from a specific Amazon influencer storefront without requiring an API key or account setup. Ideal for e-commerce intelligence, influencer research, and brand monitoring workflows that need pay-per-call flexibility at $0.003 per request via x402.

## Known failure modes

- Invalid or non-existent influencer ID returns empty result or 404
- Rate limiting or payment failure causes 402 response requiring USDC payment
- Amazon storefront temporarily unavailable causes upstream timeout
- Influencer account deactivated or removed returns no data
- Malformed input parameter returns schema validation error

## 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 real-time posts, product recommendations, and content metadata from the specified Amazon influencer's storefront, including post details, promoted products, and associated links.

## 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-posts-api-322d0921/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)
