# ScrapFly Content Hook Generator

> ScrapFly Content Hook Generator is a paid API for AI agents from scravfly.vercel.app, paid per call via x402, $0.6/call, status unknown (last checked 2026-09-14).

Generates tailored marketing hooks or content copy for a product, targeting a specific audience, platform, and style

## Facts

- Endpoint: POST https://scravfly.vercel.app/api/content/hook
- Price: $0.6/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/scrapfly-content-hook-generator-51721016
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_3VVCfftpIul2o4WKN74md

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-generator-51721016 -d '<json body>'
```

Example prompt: Can you generate a catchy marketing hook for my new fitness tracker called FitPulse, targeting health-conscious millennials on Instagram, in an energetic and motivational style?

## When to prefer this

Choose this endpoint when you need to quickly generate platform-specific, audience-targeted marketing hooks or copy for a product without writing prompts manually. It is ideal for AI agents automating content pipelines, launching products across multiple platforms, or personalizing marketing copy at scale. Prefer this over generic LLM prompting when you want a structured, pay-per-use API with consistent output format via x402 micropayments on Base chain.

## Known failure modes

- Missing required 'product' field returns validation error
- Unsupported or ambiguous style/platform combinations may yield generic output
- API may return success:false with no data if content generation fails internally
- Network timeouts if the underlying generation model is slow
- Malformed JSON body results in 400-level error

## How this service works

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

## Output

Returns a success boolean and a data object containing the generated marketing hook or content copy tailored to the specified product, audience, platform, and style inputs.

## 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-generator-51721016/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scravfly.vercel.app](https://www.zero.xyz/host/scravfly.vercel.app/llms.txt)
