# AgentServices Marketing Competitor Intelligence

> AgentServices Marketing Competitor Intelligence is a paid API for AI agents from agentservices.to, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Compares your website against a competitor's to surface marketing intelligence and competitive insights

## Facts

- Endpoint: POST https://agentservices.to/v1/marketing/competitors
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agentservices-marketing-competitor-intelligence-b2b2ec68
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_evA2XjZD-Ofd1I1u1YVUl

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 agentservices-marketing-competitor-intelligence-b2b2ec68 -d '<json body>'
```

Example prompt: Can you run a competitive marketing analysis comparing my site at acmecorp.com against my main rival at rivalcorp.com and tell me what they're doing differently?

## When to prefer this

Choose this endpoint when you need a quick, paid-per-call competitive marketing comparison between two specific websites without setting up your own scraping or analysis pipeline. Ideal for AI agents that need on-demand competitive intelligence as part of a larger workflow, especially when integrated with x402 micropayment infrastructure on Base.

## Known failure modes

- Invalid or unreachable URL provided for either site — returns error indicating the URL could not be crawled
- Competitor site blocks crawlers — may return partial or empty data
- Ambiguous or identical URLs — may return trivial comparison
- Payment failure via x402 micropayment — request not processed
- Rate limiting or timeout if either site is slow to respond

## How this service works

Paid data APIs for AI agents. Crypto market data, DeFi yields, IP geolocation, dispute resolution, marketing intelligence. Powered by x402 micropayments on Base.

## Output

A structured marketing intelligence report comparing the two websites, likely including differences in positioning, messaging, SEO signals, content strategy, and marketing tactics observed from each domain.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "your_url",
  "competitor_url"
 ],
 "properties": {
  "your_url": {
   "type": "string",
   "description": "Your website"
  },
  "competitor_url": {
   "type": "string",
   "description": "Competitor website"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-marketing-competitor-intelligence-b2b2ec68/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agentservices.to](https://www.zero.xyz/host/agentservices.to/llms.txt)
