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

# Get Place Details

> Get full place details by Place ID using Google Places official API

Get full place details by Place ID using Google Places official API. Needs a Place ID which can be obtained from google\_maps\_find\_places.

|                      |                                 |
| -------------------- | ------------------------------- |
| **App**              | Google Maps                     |
| **Operation ID**     | `google_maps_get_place_details` |
| **Type**             | Action                          |
| **Connection**       | None                            |
| **Credits per run**  | 2                               |
| **Agent / MCP tool** | Yes                             |

## Inputs

| Field      | Type                       | Required | Default | Description                                                                                                            |
| ---------- | -------------------------- | -------- | ------- | ---------------------------------------------------------------------------------------------------------------------- |
| `place_id` | string                     | Yes      | -       | Google Place ID (not the Maps URL). You can get the Place ID from the 'google\_maps\_find\_places' node output (`id`). |
| `language` | string or SelectableOption | No       | -       | Optional language code for results (e.g., EN, AR). Will be normalized to a Places API languageCode.                    |

### SelectableOption

| Field   | Type   | Required | Default | Description |
| ------- | ------ | -------- | ------- | ----------- |
| `value` | string | Yes      | -       |             |
| `label` | string | Yes      | -       |             |

## Output

**Type**: `Dict`

Returns a place details object.

**Fields**: dynamic (depend on the inputs)
