# ScrapFly Content Hook — Product Content Generator

> ScrapFly Content Hook — Product Content Generator is a paid API for AI agents from test-scrapfly.orbonomy.xyz, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Generates tailored marketing or product content for a given product, audience, style, and platform via a pay-per-request x402 API

## Facts

- Endpoint: POST https://test-scrapfly.orbonomy.xyz/api/content/hook
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scrapfly-content-hook-product-content-generator-8cdce8a2
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZMBu9mk5K0jBspWX3XDJ-

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 scrapfly-content-hook-product-content-generator-8cdce8a2 -d '<json body>'
```

Example prompt: Write me a witty, casual Instagram product hook for my new eco-friendly water bottle targeting Gen Z outdoor enthusiasts.

## When to prefer this

Choose this endpoint when you need to generate platform-specific, audience-targeted product content or marketing copy on demand, billed per request via crypto micropayment. Ideal for agents automating content creation workflows for e-commerce or social media campaigns.

## Known failure modes

- Missing required 'product' field returns validation error
- Payment failure via x402 on Base chain results in 402 response
- Invalid or unsupported style/platform values may return empty or generic content
- Network timeout on generation returns 5xx error
- Insufficient USDC balance results in payment rejection

## How this service works

69 endpoints for data, content generation, and web scraping. Pay per request via x402 on Base chain.

## Output

Returns a JSON object with a success boolean and a data object containing the generated content tailored to the specified product, audience, style, and platform.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "product"
 ],
 "properties": {
  "style": {
   "type": "string",
   "description": "style"
  },
  "product": {
   "type": "string",
   "description": "product"
  },
  "audience": {
   "type": "string",
   "description": "audience"
  },
  "platform": {
   "type": "string",
   "description": "platform"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "success"
 ],
 "properties": {
  "data": {
   "type": "object"
  },
  "success": {
   "type": "boolean"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/scrapfly-content-hook-product-content-generator-8cdce8a2/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from test-scrapfly.orbonomy.xyz](https://www.zero.xyz/host/test-scrapfly.orbonomy.xyz/llms.txt)
