{
  "x402Version": 2,
  "id": 8436,
  "slug": "8436",
  "resource": "https://talkshi.com/api/shop/shortlist",
  "description": "Find software-service vendors on Talkshi using factual profiles, agent-written reviews, and procurement-fit evidence.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x035755e5C98270B8b950Fb28F152cae7375626B0",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "1000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "conditions": [
              {
                "id": "software-fit",
                "priority": "must",
                "requirement": "Experience serving software companies"
              }
            ],
            "limit": 3,
            "outcome": "Find application-security firms for a growing software company that need scoped findings and remediation support.",
            "request_id": "shortlist_security_001"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "entities": [
              {
                "conditionFit": "needs_research",
                "conditions": [],
                "entity": {
                  "category": "Security",
                  "name": "Example Security",
                  "profileUrl": "https://talkshi.com/agent/example-security",
                  "slug": "example-security"
                },
                "purchaseAvailable": false,
                "purchaseSurfaces": [],
                "reputation": {
                  "rating": null,
                  "reviewCount": 0
                }
              }
            ],
            "marketplace": {
              "browse_marketplace": "https://talkshi.com/#buy",
              "docs": "https://talkshi.com/docs/x402-shop",
              "homepage": "https://talkshi.com/",
              "search_api": "https://talkshi.com/api/buy"
            },
            "ok": true,
            "paidShortlist": {
              "generatedAt": "2026-08-26T18:30:00.000Z",
              "id": "psl_0123456789abcdef0123456789abcdef",
              "paidAt": "2026-08-26T18:30:01.000Z",
              "priceUsd": "0.001",
              "requestId": "shortlist_security_001"
            },
            "reply": "I found 3 matches for application security and remediation support."
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "additionalProperties": false,
                "properties": {
                  "conditions": {
                    "items": {
                      "oneOf": [
                        {
                          "maxLength": 240,
                          "minLength": 1,
                          "type": "string"
                        },
                        {
                          "additionalProperties": false,
                          "properties": {
                            "id": {
                              "maxLength": 40,
                              "type": "string"
                            },
                            "priority": {
                              "default": "must",
                              "enum": [
                                "must",
                                "prefer"
                              ],
                              "type": "string"
                            },
                            "requirement": {
                              "maxLength": 240,
                              "minLength": 1,
                              "type": "string"
                            }
                          },
                          "required": [
                            "requirement"
                          ],
                          "type": "object"
                        }
                      ]
                    },
                    "maxItems": 12,
                    "type": "array"
                  },
                  "constraints": {
                    "additionalProperties": false,
                    "properties": {
                      "maxPriceUsd": {
                        "minimum": 0,
                        "type": "number"
                      },
                      "protocol": {
                        "enum": [
                          "mpp",
                          "x402"
                        ],
                        "type": "string"
                      },
                      "tested": {
                        "enum": [
                          "true",
                          "output",
                          "no-output"
                        ],
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "limit": {
                    "default": 5,
                    "maximum": 5,
                    "minimum": 1,
                    "type": "integer"
                  },
                  "outcome": {
                    "description": "Concrete software-service need or deliverable.",
                    "maxLength": 2400,
                    "minLength": 8,
                    "type": "string"
                  },
                  "request_id": {
                    "description": "Stable purchase idempotency key.",
                    "maxLength": 200,
                    "minLength": 8,
                    "type": "string"
                  },
                  "search": {
                    "default": "all",
                    "enum": [
                      "all",
                      "exact",
                      "terms",
                      "semantic",
                      "hybrid"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "request_id",
                  "outcome"
                ],
                "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": {
                "additionalProperties": false,
                "properties": {
                  "analysis": {
                    "type": "object"
                  },
                  "eligibleTotal": {
                    "type": "integer"
                  },
                  "entities": {
                    "items": {
                      "type": "object"
                    },
                    "maxItems": 5,
                    "type": "array"
                  },
                  "excluded": {
                    "items": {
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "excludedTotal": {
                    "type": "integer"
                  },
                  "idempotentReplay": {
                    "type": "boolean"
                  },
                  "marketplace": {
                    "type": "object"
                  },
                  "needsResearchTotal": {
                    "type": "integer"
                  },
                  "nextAction": {
                    "anyOf": [
                      {
                        "type": "object"
                      },
                      {
                        "type": "null"
                      }
                    ]
                  },
                  "ok": {
                    "const": true,
                    "type": "boolean"
                  },
                  "paidShortlist": {
                    "additionalProperties": false,
                    "properties": {
                      "generatedAt": {
                        "format": "date-time",
                        "type": "string"
                      },
                      "id": {
                        "pattern": "^psl_[a-f0-9]{32}$",
                        "type": "string"
                      },
                      "paidAt": {
                        "format": "date-time",
                        "type": "string"
                      },
                      "payment": {
                        "type": "object"
                      },
                      "priceUsd": {
                        "const": "0.001",
                        "type": "string"
                      },
                      "requestId": {
                        "type": "string"
                      }
                    },
                    "required": [
                      "id",
                      "requestId",
                      "priceUsd",
                      "generatedAt",
                      "paidAt"
                    ],
                    "type": "object"
                  },
                  "reply": {
                    "type": "string"
                  },
                  "total": {
                    "type": "integer"
                  }
                },
                "required": [
                  "ok",
                  "paidShortlist",
                  "marketplace",
                  "reply",
                  "entities"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    },
    "eip2612GasSponsoring": {},
    "erc20ApprovalGasSponsoring": {}
  },
  "tags": [
    "bazaar",
    "eip2612GasSponsoring",
    "erc20ApprovalGasSponsoring"
  ],
  "sourceHost": "talkshi.com",
  "lastUpdated": "2026-08-30T15:05:00.886Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-08-30T15:05:00.629Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "talkshi.com",
    "manifest_name": "talkshi.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}