# 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 profile data for Amazon influencer storefronts by influencer identifier

## Facts

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

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-e0321326
```

Example prompt: Can you pull up the Amazon influencer storefront profile for the influencer with handle 'techreviewer99' — I want to see their bio, follower count, and what products they're promoting?

## When to prefer this

Choose this endpoint when you need real-time Amazon influencer storefront data without setting up an account or API key — ideal for one-off lookups or agent workflows that pay per call via USDC on Base/Polygon/Arbitrum. Prefer this over traditional scraping solutions when you want instant, pay-as-you-go access with no subscription overhead.

## Known failure modes

- Invalid or non-existent influencer handle returns empty result or 404-equivalent
- Rate limiting or payment failure via x402 if USDC balance is insufficient
- Amazon anti-scraping measures may cause intermittent failures or incomplete data
- Profile data may be incomplete if influencer has a minimal storefront
- Response schema is not well-documented, so field availability may vary per influencer

## 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 storefront profile data, which may include the influencer's display name, bio, follower count, product recommendations/lists, social media links, and other storefront metadata scraped in real time from Amazon.

## 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-e0321326/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)
