> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anysite.io/llms.txt
> Use this file to discover all available pages before exploring further.

# /thomasnet/companies/search

> Search Thomasnet B2B suppliers and manufacturers by product/service keyword or category id, filtered by company type (Manufacturer/Distributor/Custom Manufacturer/Service Company), ownership/diversity (women/veteran/minority-owned, small business, HubZone), published content (catalogs/capabilities), validation status (Thomas Verified/Registered) and certification. Returns supplier cards with name, company types, logo, phone, website, HQ location with coordinates, category and sample certifications.

**Price:** 1 credit



## OpenAPI

````yaml /openapi/company-startup-intel.json post /api/thomasnet/companies/search
openapi: 3.1.0
info:
  title: Any Site API
  description: >+
    Any Site API provides programmatic access to data from LinkedIn, Instagram,
    Twitter, and other platforms.


    ## Authentication


    All API endpoints require an `access-token` header with a valid API token.
    Tokens can be created in the [dashboard](https://app.anysite.io/).


    ## Pricing


    Each endpoint has a credit cost listed in its description. Credits are
    deducted from your token balance per request.

  version: 0.0.1
servers: []
security:
  - AccessToken: []
paths:
  /api/thomasnet/companies/search:
    post:
      tags:
        - /thomasnet
      summary: /thomasnet/companies/search
      description: >-
        Search Thomasnet B2B suppliers and manufacturers by product/service
        keyword or category id, filtered by company type
        (Manufacturer/Distributor/Custom Manufacturer/Service Company),
        ownership/diversity (women/veteran/minority-owned, small business,
        HubZone), published content (catalogs/capabilities), validation status
        (Thomas Verified/Registered) and certification. Returns supplier cards
        with name, company types, logo, phone, website, HQ location with
        coordinates, category and sample certifications.


        **Price:** 1 credit
      operationId: __api_thomasnet_companies_search_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/ThomasnetCompaniesSearchPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/ThomasnetCompanySearchResult'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    ThomasnetCompaniesSearchPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        keyword:
          anyOf:
            - type: string
            - type: 'null'
        heading_id:
          anyOf:
            - type: string
            - type: 'null'
        area:
          $ref: '#/components/schemas/ThomasnetArea'
          default: NA
        company_type:
          anyOf:
            - $ref: '#/components/schemas/ThomasnetCompanyType'
            - type: 'null'
        ownership:
          anyOf:
            - $ref: '#/components/schemas/ThomasnetOwnership'
            - type: 'null'
        catalog:
          anyOf:
            - $ref: '#/components/schemas/ThomasnetCatalog'
            - type: 'null'
        supplier_validation:
          anyOf:
            - $ref: '#/components/schemas/ThomasnetSupplierValidation'
            - type: 'null'
        certification:
          anyOf:
            - type: string
            - type: 'null'
        sort:
          $ref: '#/components/schemas/ThomasnetSortType'
          default: RECOMMENDED
        count:
          type: integer
          minimum: 1
      type: object
      required:
        - count
    ThomasnetCompanySearchResult:
      properties:
        '@type':
          type: string
          default: ThomasnetCompanySearchResult
        id:
          type: string
        name:
          type: string
        company_types:
          items:
            type: string
          type: array
          default: []
        image:
          anyOf:
            - type: string
            - type: 'null'
        phone:
          anyOf:
            - type: string
            - type: 'null'
        web_url:
          anyOf:
            - type: string
            - type: 'null'
        year_founded:
          anyOf:
            - type: integer
            - type: 'null'
        main_location_name:
          anyOf:
            - type: string
            - type: 'null'
        is_multi_location:
          anyOf:
            - type: boolean
            - type: 'null'
        tier:
          anyOf:
            - type: string
            - type: 'null'
        heading:
          anyOf:
            - $ref: '#/components/schemas/ThomasnetHeading'
            - type: 'null'
        address:
          anyOf:
            - type: string
            - type: 'null'
        address2:
          anyOf:
            - type: string
            - type: 'null'
        city:
          anyOf:
            - type: string
            - type: 'null'
        state:
          anyOf:
            - type: string
            - type: 'null'
        state_name:
          anyOf:
            - type: string
            - type: 'null'
        zip_code:
          anyOf:
            - type: string
            - type: 'null'
        country:
          anyOf:
            - type: string
            - type: 'null'
        county:
          anyOf:
            - type: string
            - type: 'null'
        latitude:
          anyOf:
            - type: number
            - type: 'null'
        longitude:
          anyOf:
            - type: number
            - type: 'null'
        certifications:
          items:
            $ref: '#/components/schemas/ThomasnetCertification'
          type: array
          default: []
        social:
          items:
            $ref: '#/components/schemas/ThomasnetSocial'
          type: array
          default: []
      type: object
      required:
        - id
        - name
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    ThomasnetArea:
      type: string
      enum:
        - NA
        - US
        - CA
        - MX
    ThomasnetCompanyType:
      type: string
      enum:
        - Manufacturer
        - Distributor
        - Custom Manufacturer
        - Service Company
        - Turnkey Systems Integrator
        - Finishing Service Company
        - Custom Manufacturer - Instant Quote
        - Manufacturers' Rep
        - Remanufacturer
    ThomasnetOwnership:
      type: string
      enum:
        - Woman-Owned
        - Veteran-Owned
        - Minority-Owned
        - Small Business
        - HubZone
        - Women's Business Enterprise
        - Woman-Owned Small Business
        - Small Disadvantaged Business
        - Veteran-Owned Small Business
        - AbilityOne
        - Asian-Indian-Owned
    ThomasnetCatalog:
      type: string
      enum:
        - Product Catalogs
        - Capabilities Profile
        - Any
    ThomasnetSupplierValidation:
      type: string
      enum:
        - Thomas Verified
        - Thomas Registered
    ThomasnetSortType:
      type: string
      enum:
        - RECOMMENDED
        - DISTANCE
    ThomasnetHeading:
      properties:
        '@type':
          type: string
          default: ThomasnetHeading
        id:
          anyOf:
            - type: string
            - type: 'null'
        name:
          anyOf:
            - type: string
            - type: 'null'
        natural_name:
          anyOf:
            - type: string
            - type: 'null'
        family_name:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    ThomasnetCertification:
      properties:
        '@type':
          type: string
          default: ThomasnetCertification
        id:
          anyOf:
            - type: string
            - type: 'null'
        code:
          anyOf:
            - type: string
            - type: 'null'
        cert_title:
          anyOf:
            - type: string
            - type: 'null'
        cert_type:
          anyOf:
            - type: string
            - type: 'null'
        group:
          anyOf:
            - type: string
            - type: 'null'
        scope:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        url:
          anyOf:
            - type: string
            - type: 'null'
        date:
          anyOf:
            - type: string
            - type: 'null'
        is_active:
          anyOf:
            - type: boolean
            - type: 'null'
      type: object
    ThomasnetSocial:
      properties:
        '@type':
          type: string
          default: ThomasnetSocial
        social_type:
          anyOf:
            - type: string
            - type: 'null'
        account_id:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    ValidationError:
      properties:
        loc:
          items:
            anyOf:
              - type: string
              - type: integer
          type: array
        msg:
          type: string
        type:
          type: string
        input: {}
        ctx:
          type: object
      type: object
      required:
        - loc
        - msg
        - type
  securitySchemes:
    AccessToken:
      type: apiKey
      in: header
      name: access-token
      description: API token from the dashboard

````