# Get a Yelp Business Profile by ID via API

**Use case:** 

Fetch a full Yelp business profile from one place ID: name, rating, review count, price, categories, phone, address, website, and opening hours.

## Input

```json
{
  "place_ids": [
    "maman-new-york-22"
  ],
  "full_menu": false,
  "business_alert": false,
  "yelp_domain": "yelp.com"
}
```

## Output

```json
{
  "place_id": {
    "label": "Place ID",
    "format": "text"
  },
  "result_timestamp": {
    "label": "Result timestamp"
  },
  "place_results": {
    "label": "Place results"
  }
}
```

## About this Actor

This example demonstrates how to use [Yelp Business Details API](https://apify.com/johnvc/yelp-place-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/yelp-place-api) to learn more, explore other use cases, and run it yourself.