> ## 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.

# /healthgrades/facilities

> Get a Healthgrades group practice (medical office) profile by id (e.g. x8g96p), profile slug or profile URL: name, address, phone, fax, office hours, accepted insurance, spoken languages, practice categories, offered services, provider and patient rating counts and a sample of affiliated providers.

**Price:** 1 credit

**⚠️ Common errors:** 412: Facility not found (well-formed id with no Healthgrades profile)



## OpenAPI

````yaml /openapi/local-places.json post /api/healthgrades/facilities
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/healthgrades/facilities:
    post:
      tags:
        - /healthgrades
      summary: /healthgrades/facilities
      description: >-
        Get a Healthgrades group practice (medical office) profile by id (e.g.
        x8g96p), profile slug or profile URL: name, address, phone, fax, office
        hours, accepted insurance, spoken languages, practice categories,
        offered services, provider and patient rating counts and a sample of
        affiliated providers.


        **Price:** 1 credit


        **⚠️ Common errors:** 412: Facility not found (well-formed id with no
        Healthgrades profile)
      operationId: __api_healthgrades_facilities_post
      parameters:
        - name: access-token
          in: header
          required: true
          schema:
            anyOf:
              - type: string
      requestBody:
        required: true
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/HealthgradesFacilitiesPayload'
      responses:
        '200':
          description: Successful Response
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/HealthgradesFacility'
        '422':
          description: Validation Error
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/HTTPValidationError'
components:
  schemas:
    HealthgradesFacilitiesPayload:
      properties:
        timeout:
          type: integer
          maximum: 1500
          minimum: 20
          default: 300
        facility:
          type: string
          minLength: 1
      type: object
      required:
        - facility
    HealthgradesFacility:
      properties:
        '@type':
          type: string
          default: HealthgradesFacility
        id:
          type: string
        name:
          type: string
        office_name:
          anyOf:
            - type: string
            - type: 'null'
        practice_id:
          anyOf:
            - type: string
            - type: 'null'
        phone:
          anyOf:
            - type: string
            - type: 'null'
        fax:
          anyOf:
            - type: string
            - type: 'null'
        address:
          anyOf:
            - type: string
            - type: 'null'
        city:
          anyOf:
            - type: string
            - type: 'null'
        state:
          anyOf:
            - type: string
            - type: 'null'
        zip_code:
          anyOf:
            - type: string
            - type: 'null'
        latitude:
          anyOf:
            - type: number
            - type: 'null'
        longitude:
          anyOf:
            - type: number
            - type: 'null'
        profile_url:
          anyOf:
            - type: string
            - type: 'null'
        product_tier:
          anyOf:
            - type: string
            - type: 'null'
        provider_count:
          anyOf:
            - type: integer
            - type: 'null'
        telehealth_provider_count:
          anyOf:
            - type: integer
            - type: 'null'
        rating:
          anyOf:
            - type: number
            - type: 'null'
        rating_count:
          anyOf:
            - type: integer
            - type: 'null'
        review_count:
          anyOf:
            - type: integer
            - type: 'null'
        office_rating:
          anyOf:
            - type: number
            - type: 'null'
        office_review_count:
          anyOf:
            - type: integer
            - type: 'null'
        practice_categories:
          items:
            type: string
          type: array
          default: []
        services:
          items:
            type: string
          type: array
          default: []
        languages:
          items:
            type: string
          type: array
          default: []
        office_hours:
          items:
            $ref: '#/components/schemas/HealthgradesOfficeHours'
          type: array
          default: []
        insurance:
          items:
            $ref: '#/components/schemas/HealthgradesInsurance'
          type: array
          default: []
        providers:
          items:
            $ref: '#/components/schemas/HealthgradesProviderCard'
          type: array
          default: []
        faqs:
          items:
            $ref: '#/components/schemas/HealthgradesFaq'
          type: array
          default: []
      type: object
      required:
        - id
        - name
    HTTPValidationError:
      properties:
        detail:
          items:
            $ref: '#/components/schemas/ValidationError'
          type: array
      type: object
    HealthgradesOfficeHours:
      properties:
        '@type':
          type: string
          default: HealthgradesOfficeHours
        day:
          anyOf:
            - type: string
            - type: 'null'
        start_time:
          anyOf:
            - type: string
            - type: 'null'
        end_time:
          anyOf:
            - type: string
            - type: 'null'
        is_closed:
          anyOf:
            - type: boolean
            - type: 'null'
        is_open_24h:
          anyOf:
            - type: boolean
            - type: 'null'
      type: object
    HealthgradesInsurance:
      properties:
        '@type':
          type: string
          default: HealthgradesInsurance
        payor:
          anyOf:
            - type: string
            - type: 'null'
        code:
          anyOf:
            - type: string
            - type: 'null'
        plans:
          items:
            $ref: '#/components/schemas/HealthgradesInsurancePlan'
          type: array
          default: []
      type: object
    HealthgradesProviderCard:
      properties:
        '@type':
          type: string
          default: HealthgradesProviderCard
        id:
          anyOf:
            - type: string
            - type: 'null'
        name:
          anyOf:
            - type: string
            - type: 'null'
        npi:
          anyOf:
            - type: string
            - type: 'null'
        image:
          anyOf:
            - type: string
            - type: 'null'
        specialty:
          anyOf:
            - type: string
            - type: 'null'
        rating:
          anyOf:
            - type: number
            - type: 'null'
        rating_count:
          anyOf:
            - type: integer
            - type: 'null'
        profile_url:
          anyOf:
            - type: string
            - type: 'null'
      type: object
    HealthgradesFaq:
      properties:
        '@type':
          type: string
          default: HealthgradesFaq
        question:
          anyOf:
            - type: string
            - type: 'null'
        answer:
          anyOf:
            - type: string
            - type: 'null'
        faq_type:
          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
    HealthgradesInsurancePlan:
      properties:
        '@type':
          type: string
          default: HealthgradesInsurancePlan
        name:
          anyOf:
            - type: string
            - type: 'null'
        plan_type:
          anyOf:
            - type: string
            - type: 'null'
      type: object
  securitySchemes:
    AccessToken:
      type: apiKey
      in: header
      name: access-token
      description: API token from the dashboard

````