# AgentServices Marketing Trends API

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

Returns current marketing trends and insights for a specified industry, powered by x402 micropayments on Base.

## Facts

- Endpoint: POST https://agentservices.to/v1/marketing/trends
- Price: $0.03/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-trends-api-cdd0f20d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6vDIQqNZjrkirvtxVVuYk

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-trends-api-cdd0f20d -d '<json body>'
```

Example prompt: What are the top 5 current marketing trends in the fintech industry?

## When to prefer this

Choose this endpoint when an agent needs current marketing trend data for a specific industry, particularly in workflows involving campaign planning, competitive analysis, or content strategy. It is ideal for AI agents that can handle x402 micropayments on Base and need structured trend data by industry without building a custom scraper or intelligence pipeline. Best suited for real-time or near-real-time trend lookups rather than deep historical analysis.

## Known failure modes

- Missing required 'industry' field returns validation error
- Unrecognized or misspelled industry name may return empty results or generic data
- Response schema is undocumented so output structure may vary
- Payment failure via x402 prevents data delivery
- Rate limiting or micropayment gateway issues may cause timeouts

## 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 list of current marketing trends for the specified industry, likely including trend names, descriptions, and potentially popularity or recency signals. The number of results can be limited via the optional 'limit' parameter.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "industry"
 ],
 "properties": {
  "limit": {
   "type": "integer"
  },
  "industry": {
   "type": "string",
   "description": "Industry (e.g. fintech, ecommerce)"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agentservices-marketing-trends-api-cdd0f20d/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)
