# OpenWeb Ninja — Amazon Influencer Post Products

> OpenWeb Ninja — Amazon Influencer Post Products 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 the list of products featured in an Amazon influencer's post in real time

## Facts

- Endpoint: GET https://x402.openwebninja.com/realtime-ecommerce-data/amazon/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-6fc4280c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_PbCcJE8fwhoJy-P7hR_7X

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-6fc4280c
```

Example prompt: Can you pull all the products listed in this Amazon influencer post and show me their names and prices?

## When to prefer this

Choose this endpoint when you need real-time product data from a specific Amazon influencer post without requiring an Amazon API key or seller account. It is ideal for influencer research, affiliate product discovery, brand monitoring of influencer campaigns, or competitive intelligence on what products influencers are promoting. Prefer this over Amazon's official Product Advertising API when you specifically need influencer-post-level product listings rather than general catalog lookups.

## Known failure modes

- Invalid or missing influencer post URL returns an empty result or 400 error
- Post has been deleted or made private results in a 404 or empty response
- Amazon rate-limiting or anti-scraping measures may cause transient failures
- Incorrect post identifier format results in no products returned
- Payment of 0.003 USDC via x402 must succeed before data is returned; insufficient funds cause a 402 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 array of products featured in the specified Amazon influencer post, including product titles, ASINs, prices, images, and any available metadata such as ratings or availability status.

## 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-6fc4280c/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)
