---
title: "Business Info"
method: GET
path: "/v1/business_info/{business_ids}"
tags: ["Partner Support"]
---

# Business Info

`GET /v1/business_info/{business_ids}`

Given a list of Yelp business ids, this API returns business information, including business migration information and additional fields such as partner_business_id and cta values for all given businesses.

## Path parameters

- `business_ids` string, required

## Response `200`

Successfully fetched the business infos for the give businesses.

- object
  - `errors` array[] — List of errors
    - object[]
      - `field` string — The business id
      - `id` string — The error id
      - `description` string
  - `businesses` object[]
    - `city` string
    - `name` string
    - `display_url` string
    - `url` string
    - `address1` string
    - `address2` string
    - `address3` string
    - `is_migrated` boolean
    - `longitude` number
    - `additional_biz_info` object
      - `metered_phone` string
      - `category_list` string[]
      - `category_aliases` string[]
      - `cta` object
        - `mobile` object
          - `description_text` string
          - `url` string
          - `action_text` string
          - `end_date` string
        - `desktop` object
          - `url` string
          - `text` string
          - `button_text` string
          - `end_date` string
      - `partner_business_id` string
    - `phone` string
    - `state` string
    - `postal_code` string
    - `is_removed_from_search` boolean
    - `country` string
    - `latitude` number
    - `yelp_business_id` string
    - `destination_yelp_business_id` string
    - `is_closed` boolean

## Other responses

- `400` — unresolved $ref

---

[API](https://skmtc.net/yelp/apis/businesses.md) · [All operations](https://skmtc.net/yelp/apis/businesses/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yelp/businesses/revisions/d3f744f55ed7/schema)
