Fact-preserving listing formatter for Etsy, eBay and Shopify: titles, bullets, description
Fact-preserving listing formatter for Etsy, eBay and Shopify: titles, bullets, description, keyword suggestions, character checks and claim-risk flags. Rules-based, not keyword-volume research or platform compliance certification.
30000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-15
updated
Provider
signalforgestudios.com · discovered, not yet claimed by its owner
Payment (x402 accepts[])
[
{
"scheme": "exact",
"network": "eip155:8453",
"payTo": "0x7e4d786057930b66cb45e2017a587425ebade587",
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"amount": "30000",
"maxTimeoutSeconds": 1800
}
]Output schema
{
"bazaar": {
"info": {
"input": {
"body": {
"brand": "Sample Studio",
"facts": [
"100% linen",
"Natural white",
"Measures 14 x 72 inches"
],
"keywords": [
"linen table runner",
"white table runner"
],
"platform": "etsy",
"product_name": "Linen Table Runner"
},
"bodyType": "json",
"method": "POST",
"type": "http"
},
"output": {
"example": {
"data": {
"limitations": [
"No search-volume or ranking prediction."
],
"listing": {
"bullets": [
"100% linen",
"Natural white",
"Measures 14 x 72 inches"
],
"title": "Sample Studio Linen Table Runner Natural White"
},
"provenance": {
"facts": "customer_supplied_not_independently_verified"
},
"validation": {
"title_within_limit": true
},
"warnings": []
},
"meta": {
"example_only": true
},
"success": true
},
"type": "json"
}
},
"schema": {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"body": {
"additionalProperties": false,
"properties": {
"brand": {
"maxLength": 80,
"minLength": 0,
"type": "string"
},
"facts": {
"items": {
"maxLength": 200,
"minLength": 1,
"type": "string"
},
"maxItems": 12,
"minItems": 1,
"type": "array"
},
"keywords": {
"items": {
"maxLength": 80,
"minLength": 1,
"type": "string"
},
"maxItems": 13,
"minItems": 0,
"type": "array"
},
"platform": {
"enum": [
"etsy",
"ebay",
"shopify"
]
},
"product_name": {
"maxLength": 140,
"minLength": 1,
"type": "string"
}
},
"required": [
"platform",
"product_name",
"facts"
],
"type": "object"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"method": {
"enum": [
"POST"
],
"type": "string"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"bodyType",
"body"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"properties": {
"data": {
"required": [
"listing",
"validation",
"provenance",
"warnings",
"limitations"
],
"type": "object"
},
"meta": {
"type": "object"
},
"success": {
"const": true
}
},
"required": [
"success",
"data",
"meta"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}
}
}Use it
curl
curl "https://signalforgestudios.com/x402/listing-optimizer" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://signalforgestudios.com/x402/listing-optimizer");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://signalforgestudios.com/x402/listing-optimizer")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7660.json, and this resource appears in /discovery/resources and /discovery/search.