# Get Business Opening Hours by API From Yelp

**Use case:** 

Fetch a business's opening hours from Yelp along with name, rating, phone, address, and categories. Paste the business URL or pass its place ID.

## Input

```json
{
  "place_ids": [
    "https://www.yelp.com/biz/maman-new-york-22"
  ],
  "full_menu": false,
  "business_alert": false,
  "yelp_domain": "www.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.