# Friday Seller Tools – eBay Traffic Funnel Bottleneck Analyzer

> Friday Seller Tools – eBay Traffic Funnel Bottleneck 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 an eBay listing's traffic funnel to identify where potential buyers drop off and surfaces actionable bottleneck insights.

## Facts

- Endpoint: POST https://friday-seller-tools-production.up.railway.app/v1/ebay/traffic-funnel-bottleneck-analyzer
- 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-ebay-traffic-funnel-bottleneck-analyzer-6a460dce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_UcuiIcr19K5MN422t1v05

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-ebay-traffic-funnel-bottleneck-analyzer-6a460dce -d '<json body>'
```

Example prompt: Can you analyze the traffic funnel for my eBay listing and tell me exactly where I'm losing buyers — whether it's at the impression stage, clicks, or checkout — so I know what to fix first?

## When to prefer this

Choose this endpoint when you specifically need to diagnose eBay listing funnel performance — identifying exactly which stage (impressions, clicks, or conversions) is underperforming. Prefer this over generic listing-optimization tools when you have an eBay listing with visible traffic but unclear drop-off points and need a structured, stage-by-stage breakdown before investing in advertising or listing rewrites.

## Known failure modes

- Missing or invalid listing data returns a validation error
- Insufficient traffic data may result in inconclusive analysis
- Job may remain in queued state if processing is delayed
- Unsupported listing format or marketplace (non-eBay) returns an error
- Payment failure via x402 protocol prevents 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 queued status immediately; the completed result includes a breakdown of the eBay traffic funnel stages (impressions → clicks → add-to-cart → purchases), identification of the primary bottleneck stage, and prioritized recommendations for fixing the drop-off.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "records": {
   "type": "array",
   "items": {
    "type": "object",
    "title": "EbayTrafficFunnelRecord",
    "required": [
     "record_reference",
     "listing_id",
     "sku",
     "total_impressions",
     "listing_views",
     "transactions",
     "reported_click_through_rate_percent",
     "reported_sales_conversion_rate_percent"
    ],
    "properties": {
     "sku": {
      "type": "string",
      "title": "Sku",
      "maxLength": 120,
      "minLength": 1
     },
     "listing_id": {
      "type": "string",
      "title": "Listing Id",
      "maxLength": 120,
      "minLength": 1
     },
     "transactions": {
      "type": "integer",
      "title": "Transactions",
      "maximum": 1000000000,
      "minimum": 0
     },
     "listing_title": {
      "anyOf": [
       {
        "type": "string",
        "maxLength": 500,
        "minLength": 1
       },
       {
        "type": "null"
       }
      ],
      "title": "Listing Title",
      "default": null
     },
     "listing_views": {
      "type": "integer",
      "title": "Listing Views",
      "maximum": 1000000000,
      "minimum": 0
     },
     "record_reference": {
      "type": "string",
      "title": "Record Reference",
      "maxLength": 120,
      "minLength": 1
     },
     "total_impressions": {
      "type": "integer",
      "title": "Total Impressions",
      "maximum": 1000000000,
      "minimum": 0
     },
     "search_impressions": {
      "anyOf": [
       {
        "type": "integer",
        "maximum": 1000000000,
        "minimum": 0
       },
       {
        "type": "null"
       }
      ],
      "title": "Search Impressions",
      "default": null
     },
     "reported_click_through_rate_percent": {
      "type": "number",
      "title": "Reported Click Through Rate Percent",
      "maximum": 100,
      "minimum": 0
     },
     "reported_sales_conversion_rate_percent": {
      "type": "number",
      "title": "Reported Sales Conversion Rate Percent",
      "maximum": 100,
      "minimum": 0
     }
    },
    "description": "One seller-normalized listing row from an eBay Traffic report.",
    "additionalProperties": false
   },
   "title": "Records",
   "maxItems": 2000,
   "minItems": 1
  },
  "marketplace": {
   "type": "string",
   "const": "ebay_us",
   "title": "Marketplace",
   "default": "ebay_us"
  },
  "report_label": {
   "type": "string",
   "title": "Report Label",
   "maxLength": 120,
   "minLength": 1
  },
  "rep
… (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-ebay-traffic-funnel-bottleneck-analyzer-6a460dce/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)
