# Friday Seller Tools – Amazon Ads Search Term Spend Waste Analyzer

> Friday Seller Tools – Amazon Ads Search Term Spend Waste Analyzer 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-15).

Analyzes Amazon advertising search term reports to identify wasted ad spend and surface optimization opportunities for PPC campaigns.

## Facts

- Endpoint: POST https://friday-seller-tools-production.up.railway.app/v1/amazon-ads/search-term-spend-waste
- Price: $0.5/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/friday-seller-tools-amazon-ads-search-term-spend-waste-analyzer-143744a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_IgnjAQG9lPRElZs7-_Wih

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-ads-search-term-spend-waste-analyzer-143744a2 -d '<json body>'
```

Example prompt: I need to audit my Amazon PPC campaigns — can you run a search term spend waste analysis on my campaign data so I can see which keywords are burning money without converting?

## When to prefer this

Choose this endpoint when you specifically need to audit Amazon PPC search term spend waste — it is purpose-built for Amazon advertising optimization at $0.50 per call, making it ideal for sellers and agencies who want cost-effective, instant analysis without building custom reporting pipelines. Prefer this over generic analytics tools when the goal is actionable Amazon ad waste identification.

## Known failure modes

- Missing or malformed search term report data returns a 400 validation error
- Invalid campaign or ASIN identifiers result in empty or error response
- Job processing failure may return error status on polling
- Rate limiting or payment failure (x402) prevents job submission
- Incomplete spend data may produce partial or low-confidence waste analysis

## 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 queued status upon submission; the async job produces a structured JSON report identifying Amazon advertising search terms with wasted spend, including metrics such as spend amounts, conversion rates, and recommendations for negative targeting or bid adjustments.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "rows": {
   "type": "array",
   "items": {
    "type": "object",
    "title": "SearchTermSpendRow",
    "required": [
     "campaign_name",
     "ad_group_name",
     "search_term",
     "targeting",
     "match_type",
     "impressions",
     "clicks",
     "spend",
     "orders",
     "sales"
    ],
    "properties": {
     "sales": {
      "type": "number",
      "title": "Sales",
      "maximum": 1000000000,
      "minimum": 0
     },
     "spend": {
      "type": "number",
      "title": "Spend",
      "maximum": 100000000,
      "minimum": 0
     },
     "clicks": {
      "type": "integer",
      "title": "Clicks",
      "maximum": 1000000000,
      "minimum": 0
     },
     "orders": {
      "type": "integer",
      "title": "Orders",
      "maximum": 1000000000,
      "minimum": 0
     },
     "reference": {
      "anyOf": [
       {
        "type": "string",
        "maxLength": 80,
        "minLength": 1
       },
       {
        "type": "null"
       }
      ],
      "title": "Reference",
      "default": null
     },
     "targeting": {
      "type": "string",
      "title": "Targeting",
      "maxLength": 300,
      "minLength": 1
     },
     "match_type": {
      "enum": [
       "broad",
       "phrase",
       "exact",
       "automatic",
       "product_targeting",
       "unknown"
      ],
      "type": "string",
      "title": "Match Type"
     },
     "impressions": {
      "type": "integer",
      "title": "Impressions",
      "maximum": 1000000000,
      "minimum": 0
     },
     "search_term": {
      "type": "string",
      "title": "Search Term",
      "maxLength": 300,
      "minLength": 1
     },
     "ad_group_name": {
      "type": "string",
      "title": "Ad Group Name",
      "maxLength": 200,
      "minLength": 1
     },
     "campaign_name": {
      "type": "string",
      "title": "Campaign Name",
      "maxLength": 200,
      "minLength": 1
     }
    },
    "description": "One seller-supplied Amazon Ads search-term report row.",
    "additionalProperties": false
   },
   "title": "Rows",
   "maxItems": 500,
   "minItems": 1
  },
  "currency_code": {
   "type": "string",
   "title": "Currency Code",
   "default": "USD",
   "pattern": "^[A-Z]{3}$"
  },
  "phrase_min_rows": {
   "type": "integer",
   "title": "Phrase Min Rows",
   "default": 2,
   "maximum": 100,
   "minimum": 2
  },
  "protected_terms": {
   "type": "array",
   "items": {
    "type": "string",
    "maxLength": 80
… (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-ads-search-term-spend-waste-analyzer-143744a2/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)
