# Friday Seller Tools – Amazon PPC Launch Kit

> Friday Seller Tools – Amazon PPC Launch Kit 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).

Generates a ready-to-use Amazon PPC advertising launch kit including campaign structure, keyword targets, and ad copy deliverables for a new product listing.

## Facts

- Endpoint: POST https://friday-seller-tools-production.up.railway.app/v1/amazon-ppc/launch-kit
- 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-ppc-launch-kit-05c3f598
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3jjd6cyilsnkMUBx8E1Yh

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-ppc-launch-kit-05c3f598 -d '<json body>'
```

Example prompt: Build me an Amazon PPC launch kit for my new silicone kitchen spatula set (ASIN B0CXYZ1234) in the Kitchen & Dining category — my daily budget is $30 and I want to target terms like 'silicone spatula set' and 'heat-resistant cooking spatula'.

## When to prefer this

Choose this endpoint when you need a fast, low-cost, ready-to-upload Amazon PPC campaign launch kit without manual keyword research or ad copy writing. Ideal for new product launches on Amazon where speed-to-advertising matters. Prefer over general AI text generation when you need marketplace-specific ad structures and keyword targeting formatted for Amazon's advertising platform.

## Known failure modes

- Missing required product information returns a validation error
- Invalid ASIN format may cause processing failure
- Job may remain in 'queued' state if service is under load — poll job_id for completion
- Insufficient product category data may result in generic or low-quality keyword suggestions
- Payment failure via x402 prevents job creation

## 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 status ('queued') immediately, with the full Amazon PPC launch kit deliverable — including suggested campaign structure, keyword list with match types, bid recommendations, and ad copy — available once the job completes. The kit is formatted for direct use or upload into Amazon Seller Central or Advertising Console.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "asin": {
   "type": "string",
   "title": "Asin",
   "pattern": "^[A-Z0-9]{10}$"
  },
  "product": {
   "type": "object",
   "title": "ProductFacts",
   "required": [
    "brand",
    "product_name",
    "category",
    "features"
   ],
   "properties": {
    "brand": {
     "type": "string",
     "title": "Brand",
     "maxLength": 100,
     "minLength": 1
    },
    "benefits": {
     "type": "array",
     "items": {
      "type": "string",
      "maxLength": 500,
      "minLength": 1
     },
     "title": "Benefits",
     "maxItems": 20
    },
    "category": {
     "type": "string",
     "title": "Category",
     "maxLength": 150,
     "minLength": 2
    },
    "features": {
     "type": "array",
     "items": {
      "type": "string",
      "maxLength": 500,
      "minLength": 1
     },
     "title": "Features",
     "maxItems": 20,
     "minItems": 1
    },
    "keywords": {
     "type": "array",
     "items": {
      "type": "string",
      "maxLength": 100,
      "minLength": 1
     },
     "title": "Keywords",
     "maxItems": 50
    },
    "materials": {
     "type": "array",
     "items": {
      "type": "string",
      "maxLength": 100,
      "minLength": 1
     },
     "title": "Materials",
     "maxItems": 20
    },
    "price_usd": {
     "anyOf": [
      {
       "type": "number",
       "maximum": 1000000,
       "exclusiveMinimum": 0
      },
      {
       "type": "null"
      }
     ],
     "title": "Price Usd",
     "default": null
    },
    "dimensions": {
     "anyOf": [
      {
       "type": "string",
       "maxLength": 200
      },
      {
       "type": "null"
      }
     ],
     "title": "Dimensions",
     "default": null
    },
    "marketplace": {
     "enum": [
      "amazon_us",
      "walmart_us",
      "shopify",
      "ebay_us"
     ],
     "type": "string",
     "title": "Marketplace",
     "default": "amazon_us"
    },
    "product_url": {
     "anyOf": [
      {
       "type": "string",
       "format": "uri",
       "maxLength": 2083,
       "minLength": 1
      },
      {
       "type": "null"
      }
     ],
     "title": "Product Url",
     "default": null
    },
    "product_name": {
     "type": "string",
     "title": "Product Name",
     "maxLength": 200,
     "minLength": 2
    },
    "target_audience": {
     "type": "string",
     "title": "Target Audience",
     "default": "general shoppers",
     "maxLength": 500
    },
    "verified_claims": {
     "type": "arra
… (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-ppc-launch-kit-05c3f598/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)
