# Friday Seller Tools – Amazon ASIN Sales & Traffic Trend Analysis

> Friday Seller Tools – Amazon ASIN Sales & Traffic Trend Analysis is a paid API for AI agents from friday-seller-tools-production.up.railway.app, paid per call via x402, $0.5/call, status unknown (last checked 2026-09-14).

Analyzes Amazon business report data to surface sales and traffic trends for specific ASINs over time.

## Facts

- Endpoint: POST https://friday-seller-tools-production.up.railway.app/v1/amazon/business-reports/asin-sales-traffic-trend
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/friday-seller-tools-amazon-asin-sales-traffic-trend-analysis-b4912b47
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_TGKJaGTB5KUcHVHtz1E5K

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 friday-seller-tools-amazon-asin-sales-traffic-trend-analysis-b4912b47 -d '<json body>'
```

Example prompt: Can you pull the sales and traffic trend analysis for my Amazon ASIN B08XYZ1234 over the last 30 days so I can see how it's been performing?

## When to prefer this

Choose this endpoint when you need to analyze historical Amazon ASIN-level sales and traffic trends from business report data, particularly for sellers wanting low-cost, instant trend insights without building their own Amazon SP-API integration. Best suited for batch analysis jobs where real-time latency is not critical.

## Known failure modes

- Invalid or malformed ASIN returns a validation error
- Missing required date range parameters causes a 400-level error
- Amazon business report data unavailable for the requested period may result in empty trend results
- Service queue overload may delay job completion beyond expected latency
- Payment failure via x402 protocol blocks job submission

## How this service works

Instant, low-cost Amazon, Walmart, Shopify, and eBay listing, upload-preparation, advertising, and image-brief deliverables.

## Output

Returns a job ID and queue status immediately (asynchronous), indicating the trend analysis job has been submitted. The completed result is expected to include ASIN-level sales and traffic trend data derived from Amazon business report inputs, such as units ordered, page views, sessions, and conversion rates over the specified date range.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "current": {
   "type": "object",
   "title": "AmazonSalesTrafficPeriod",
   "required": [
    "label",
    "start_date",
    "end_date",
    "rows"
   ],
   "properties": {
    "rows": {
     "type": "array",
     "items": {
      "type": "object",
      "title": "AmazonSalesTrafficAsinRow",
      "required": [
       "asin",
       "sessions",
       "page_views",
       "unit_session_percentage",
       "buy_box_percentage",
       "units_ordered",
       "ordered_product_sales"
      ],
      "properties": {
       "asin": {
        "type": "string",
        "title": "Asin",
        "pattern": "^[A-Z0-9]{10}$"
       },
       "claims": {
        "type": "integer",
        "title": "Claims",
        "default": 0,
        "maximum": 1000000000,
        "minimum": 0
       },
       "sessions": {
        "type": "integer",
        "title": "Sessions",
        "maximum": 1000000000,
        "minimum": 0
       },
       "page_views": {
        "type": "integer",
        "title": "Page Views",
        "maximum": 1000000000,
        "minimum": 0
       },
       "units_ordered": {
        "type": "integer",
        "title": "Units Ordered",
        "maximum": 1000000000,
        "minimum": 0
       },
       "units_refunded": {
        "type": "integer",
        "title": "Units Refunded",
        "default": 0,
        "maximum": 1000000000,
        "minimum": 0
       },
       "buy_box_percentage": {
        "type": "number",
        "title": "Buy Box Percentage",
        "maximum": 100,
        "minimum": 0
       },
       "ordered_product_sales": {
        "type": "number",
        "title": "Ordered Product Sales",
        "maximum": 1000000000,
        "minimum": 0
       },
       "unit_session_percentage": {
        "type": "number",
        "title": "Unit Session Percentage",
        "maximum": 100,
        "minimum": 0
       }
      },
      "additionalProperties": false
     },
     "title": "Rows",
     "maxItems": 1000,
     "minItems": 1
    },
    "label": {
     "type": "string",
     "title": "Label",
     "maxLength": 80,
     "minLength": 2
    },
    "end_date": {
     "type": "string",
     "title": "End Date",
     "format": "date"
    },
    "start_date": {
     "type": "string",
     "title": "Start Date",
     "format": "date"
    }
   },
   "additionalProperties": false
  },
  "baseline": {
   "type": "object",
   "title": "AmazonSalesTrafficPeriod",
   "required": [
    "label",
    "start_d
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "job_id": "example",
  "status": "queued"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/friday-seller-tools-amazon-asin-sales-traffic-trend-analysis-b4912b47/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from friday-seller-tools-production.up.railway.app](https://www.zero.xyz/host/friday-seller-tools-production.up.railway.app/llms.txt)
