# OpenWeb Ninja — Amazon Influencer Post Products API

> OpenWeb Ninja — Amazon Influencer Post Products 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).

Retrieves products featured in Amazon influencer posts by a given influencer or post identifier

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-amazon-data/influencer-post-products
- 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-post-products-api-4db7220a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VuNeVtIr62CygztfLgCIy

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-post-products-api-4db7220a
```

Example prompt: Can you pull all the products featured in this Amazon influencer's post? I want the product names, ASINs, and prices — here's the influencer ID: amzn1.idea.xyz123.

## When to prefer this

Use this endpoint when you need to programmatically discover which products an Amazon influencer is promoting in their posts, without requiring an Amazon API key or account. It is ideal for competitive research, affiliate product discovery, brand monitoring, or building influencer product databases. Prefer this over manual scraping or Amazon's own APIs when you need no-account pay-per-call access via x402.

## Known failure modes

- Invalid or non-existent influencer ID returns empty results or 404-equivalent
- Private or unlisted influencer storefronts may return no data
- Amazon rate limiting or page changes may cause partial or failed extraction
- Payment failure over x402 protocol results in 402 error with no data returned
- Malformed request parameters return a 400-level 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

A JSON object containing an array of products featured in the specified Amazon influencer post, including product details such as ASIN, title, price, image URL, rating, and product page URL.

## 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-post-products-api-4db7220a/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)
