# GetBags AEOAGENTS SEO Analyzer

> GetBags AEOAGENTS SEO Analyzer is a paid API for AI agents from www.getbags.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Analyzes a website URL and returns SEO insights and recommendations for AI engine optimization (AEOA/AEO).

## Facts

- Endpoint: GET https://www.getbags.app/api/agent/link/pl-c69503bd-235d-4c73-a1e2-f4f92869c7d2
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/getbags-aeoagents-seo-analyzer-a5266c60
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Bq8hswnr4jxlhK-UbFdmQ

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 getbags-aeoagents-seo-analyzer-a5266c60
```

Example prompt: Can you run an SEO and AI engine optimization analysis on https://www.mybusiness.com and send the receipt to john@mybusiness.com for John Smith?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call SEO and AI engine optimization audit of a specific website URL without committing to a subscription. Best suited for one-off website evaluations where micropayment billing is acceptable. Choose this over free tools if you need structured, machine-readable SEO output consumable by an AI agent.

## Known failure modes

- Invalid or unreachable website URL returns an error or empty analysis
- Missing required website field causes a validation error
- Payment failure (x402) prevents access to the analysis
- Timeout if the target website is slow to respond
- Malformed URL input may result in unexpected behavior

## How this service works

AEOAGENTS SEO

## Output

Returns an SEO audit and optimization report for the provided website URL, including insights on how the site performs for search engines and AI engine optimization (AEO). May include a receipt or customer record if email and name are provided.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "website": {
   "type": "string",
   "description": "website link to analyze"
  },
  "customerName": {
   "type": "string",
   "description": "Optional buyer name"
  },
  "customerEmail": {
   "type": "string",
   "description": "Optional buyer email for the receipt/customer record"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/getbags-aeoagents-seo-analyzer-a5266c60/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from www.getbags.app](https://www.zero.xyz/host/www.getbags.app/llms.txt)
