{
  "x402Version": 2,
  "id": 3205,
  "slug": "3205",
  "resource": "https://api.qonoro.ai/v1/hiring-signals/find",
  "description": "Given a company name, returns the company's currently open job postings, normalized into a single structured JSON response (title, department, location, posted date, URL).",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x40B62aa49F4a929760fb2DD0Fcb0642f0AA872eb",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "company_name": "Stripe",
            "domain": "stripe.com"
          },
          "bodyType": "json",
          "inputSchema": {
            "properties": {
              "buyer_region": {
                "description": "Optional privacy-safe buyer region for operational reporting.",
                "type": "string"
              },
              "company_name": {
                "description": "Company name to look up open job postings for (e.g. 'Stripe').",
                "type": "string"
              },
              "domain": {
                "description": "Optional company domain hint (e.g. 'stripe.com') to improve match accuracy.",
                "type": "string"
              }
            },
            "required": [
              "company_name"
            ],
            "type": "object"
          },
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "ats_source": "greenhouse",
            "board_resolved": true,
            "cache_hit": false,
            "company_name": "Stripe",
            "domain": "stripe.com",
            "job_postings": [
              {
                "department": "Engineering",
                "location": "Remote",
                "posted_date": "2026-06-15",
                "source_ats": "greenhouse",
                "title": "Software Engineer, Payments",
                "url": "https://boards.greenhouse.io/stripe/jobs/1234567"
              },
              {
                "department": "Sales",
                "location": "San Francisco, CA",
                "posted_date": "2026-06-20",
                "source_ats": "greenhouse",
                "title": "Account Executive, Enterprise",
                "url": "https://boards.greenhouse.io/stripe/jobs/7654321"
              }
            ],
            "quality_warnings": [],
            "request_id": "example-request-id",
            "response_time_ms": 812.4,
            "total_open_roles": 2
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "buyer_region": {
                    "description": "Optional privacy-safe buyer region for operational reporting.",
                    "type": "string"
                  },
                  "company_name": {
                    "description": "Company name to look up open job postings for (e.g. 'Stripe').",
                    "type": "string"
                  },
                  "domain": {
                    "description": "Optional company domain hint (e.g. 'stripe.com') to improve match accuracy.",
                    "type": "string"
                  }
                },
                "required": [
                  "company_name"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "inputSchema": {
                "type": "object"
              },
              "method": {
                "enum": [
                  "POST",
                  "PUT",
                  "PATCH"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "ats_source": {
                    "nullable": true,
                    "type": "string"
                  },
                  "board_resolved": {
                    "type": "boolean"
                  },
                  "cache_hit": {
                    "type": "boolean"
                  },
                  "company_name": {
                    "type": "string"
                  },
                  "domain": {
                    "nullable": true,
                    "type": "string"
                  },
                  "job_postings": {
                    "items": {
                      "properties": {
                        "department": {
                          "nullable": true,
                          "type": "string"
                        },
                        "location": {
                          "nullable": true,
                          "type": "string"
                        },
                        "posted_date": {
                          "nullable": true,
                          "type": "string"
                        },
                        "source_ats": {
                          "type": "string"
                        },
                        "title": {
                          "type": "string"
                        },
                        "url": {
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  },
                  "quality_warnings": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "request_id": {
                    "type": "string"
                  },
                  "response_time_ms": {
                    "nullable": true,
                    "type": "number"
                  },
                  "total_open_roles": {
                    "type": "integer"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.qonoro.ai",
  "lastUpdated": "2026-08-26T22:57:05.809Z",
  "quality": {
    "calls30d": 3,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-26T22:57:05.469Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.qonoro.ai",
    "manifest_name": "api.qonoro.ai",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}