# ScrapFly Content Signal Generator

> ScrapFly Content Signal Generator is a paid API for AI agents from scrapifrivly.orbonomy.xyz, paid per call via x402, $0.6/call, status unknown (last checked 2026-09-14).

Generates platform-specific content signals (posts, hooks, or engagement copy) for a given topic with a specified tone

## Facts

- Endpoint: POST https://scrapifrivly.orbonomy.xyz/api/content/signal
- 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-signal-generator-4c4c6503
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_GCrd_S7dhVS_lAkLveF43

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-signal-generator-4c4c6503 -d '<json body>'
```

Example prompt: Generate a content signal about the future of AI in healthcare for LinkedIn, using a professional and authoritative tone.

## When to prefer this

Use this endpoint when you need quick, pay-per-request content signal generation for a specific topic, tone, and platform without committing to a subscription. Best when you want platform-aware copy rather than generic text generation.

## Known failure modes

- Missing required 'topic' field returns validation error
- Unsupported platform value may return generic content or error
- API returns success:false if content generation fails internally
- High latency or timeout if the generation model is overloaded
- Payment failure on Base chain results in 402 response before processing

## 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 signal — platform-optimized copy or hook text based on the topic and tone inputs.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "topic"
 ],
 "properties": {
  "tone": {
   "type": "string",
   "description": "tone"
  },
  "topic": {
   "type": "string",
   "description": "topic"
  },
  "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-signal-generator-4c4c6503/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from scrapifrivly.orbonomy.xyz](https://www.zero.xyz/host/scrapifrivly.orbonomy.xyz/llms.txt)
