# ScrapFly Content Signal Generator

> ScrapFly Content Signal 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-14).

Generates social media or content signals (posts, ideas, or copy) for a given topic, with optional tone and platform targeting

## Facts

- Endpoint: POST https://test-scrapfly.orbonomy.xyz/api/content/signal
- Price: $0.2/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-cfb21bc0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4IAAd-aDDGf6N-VpZL286

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

Example prompt: Generate a social media content signal about 'sustainable fashion' for LinkedIn using a professional tone.

## When to prefer this

Use this endpoint when you need to quickly generate platform-specific social content or signal copy for a given topic, especially when you want tone control and platform targeting in a single pay-per-use call without managing a full content platform subscription.

## Known failure modes

- Missing required 'topic' field returns validation error
- Invalid or unsupported platform value may return empty or generic content
- Payment failure via x402/Base chain blocks request entirely
- Overly broad or ambiguous topic may yield low-quality generic output
- Network timeout if upstream generation service is slow

## 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 — likely post copy, captions, or signal text tailored to the specified topic, tone, and platform.

## 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-cfb21bc0/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)
