---
title: "IndustrySearchResultResponse"
url: "https://docs.wayflyer.com/apis/embedded-finance-1-0-0/versions/7d0182a3-23d8-43cc-b636-dac7e1594f96/schemas/IndustrySearchResultResponse"
---

> Full API specification: https://docs.wayflyer.com/apis/embedded-finance-1-0-0/versions/7d0182a3-23d8-43cc-b636-dac7e1594f96.md

# IndustrySearchResultResponse

## OpenAPI definition

```yaml
openapi: 3.1.0
info:
  title: Embedded Finance
  version: "1"
servers:
  - url: https://api.wayflyer.com/financing/
    description: Production
components:
  schemas:
    IndustrySearchResultResponse:
      properties:
        code:
          description: Industry classification code (e.g. '5010101010')
          title: Code
          type: string
        activity:
          description: Human-readable industry activity name
          title: Activity
          type: string
        relevance_score:
          description: Search relevance score (higher = better match)
          title: Relevance Score
          type: number
        sub_text:
          description: "Hierarchy context: economic sector, business sector, industry group"
          title: Sub Text
          type: string
      required:
        - code
        - activity
        - relevance_score
        - sub_text
      title: IndustrySearchResultResponse
      type: object
```
