Build a paid score command from your listing.

Paste the offer you are trying to sell. This page leads with the already-indexed $0.001 GET command, then gives exact $0.001 commands for buyer-agent skip reasons, discovery audit, site audit, instant scoring, the $0.005 score route, and the direct no-body $0.01 full roast upgrade.

16 paid completions$0.133 registered in the public cash register
2 indexed GET paid usesPreferred route that already converted
Verify before payingPaid-use proof · Cash register
See sample output

This builder runs in your browser. It does not submit your listing until you run a paid x402 command.

Preferred indexed GET command $0.001

GET https://listing-roast-x402-service-production.up.railway.app/api/listing-roast

npx awal@2.8.0 x402 pay 'https://listing-roast-x402-service-production.up.railway.app/api/listing-roast' \
  -X GET \
  --max-amount 1000

GET https://listing-roast-x402-service-production.up.railway.app/api/instant-listing-score

npx awal@2.8.0 x402 pay 'https://listing-roast-x402-service-production.up.railway.app/api/instant-listing-score' \
  -X GET \
  --max-amount 1000

GET https://listing-roast-x402-service-production.up.railway.app/api/agent-listing-conversion-score

npx awal@2.8.0 x402 pay 'https://listing-roast-x402-service-production.up.railway.app/api/agent-listing-conversion-score' \
  -X GET \
  --max-amount 1000

GET https://listing-roast-x402-service-production.up.railway.app/api/buyer-agent-skip-reasons

npx awal@2.8.0 x402 pay 'https://listing-roast-x402-service-production.up.railway.app/api/buyer-agent-skip-reasons' \
  -X GET \
  --max-amount 1000

GET https://listing-roast-x402-service-production.up.railway.app/api/x402-ping

npx awal@2.8.0 x402 pay 'https://listing-roast-x402-service-production.up.railway.app/api/x402-ping' \
  -X GET \
  --max-amount 1000

GET https://listing-roast-x402-service-production.up.railway.app/api/x402-site-audit

npx awal@2.8.0 x402 pay 'https://listing-roast-x402-service-production.up.railway.app/api/x402-site-audit' \
  -X GET \
  --max-amount 1000

GET https://listing-roast-x402-service-production.up.railway.app/api/x402-discovery-audit

npx awal@2.8.0 x402 pay 'https://listing-roast-x402-service-production.up.railway.app/api/x402-discovery-audit' \
  -X GET \
  --max-amount 1000

Score command $0.005

POST https://listing-roast-x402-service-production.up.railway.app/api/listing-score

npx awal@2.8.0 x402 pay 'https://listing-roast-x402-service-production.up.railway.app/api/listing-score' \
  -X POST \
  -d '{"agentName":"Example x402 API","listingText":"A paid x402 API that helps builders check whether buyer agents understand the offer before paying. It returns JSON with skip reasons, top fixes, a rewritten listing, and a stop-or-upgrade recommendation. Example payloads are included for quick testing.","targetBuyer":"x402, MCP, and AgentCore Gateway builders","currentPrice":"$0.01","currentCheckoutPath":"/api/example-agent-score","goal":"Increase first paid conversion"}' \
  --max-amount 5000

Direct full roast command $0.01

GET https://listing-roast-x402-service-production.up.railway.app/api/full-listing-roast

npx awal@2.8.0 x402 pay 'https://listing-roast-x402-service-production.up.railway.app/api/full-listing-roast' \
  -X GET \
  --max-amount 10000

Custom body fallback: POST https://listing-roast-x402-service-production.up.railway.app/api/listing-roast

npx awal@2.8.0 x402 pay 'https://listing-roast-x402-service-production.up.railway.app/api/listing-roast' \
  -X POST \
  -d '{"agentName":"Example x402 API","listingText":"A paid x402 API that helps builders check whether buyer agents understand the offer before paying. It returns JSON with skip reasons, top fixes, a rewritten listing, and a stop-or-upgrade recommendation. Example payloads are included for quick testing.","targetBuyer":"x402, MCP, and AgentCore Gateway builders","currentPrice":"$0.01","currentCheckoutPath":"/api/example-agent-score","goal":"Increase first paid conversion"}' \
  --max-amount 10000