# DataForSEO · `google_keyword_suggestions_live`

Retrieve DataForSEO Labs Google keyword suggestions for one seed keyword.

- **Service**: `dataforseo`
- **Action**: `google_keyword_suggestions_live`
- **Action id**: `dataforseo.google_keyword_suggestions_live`

## Inspect the schema

Always fetch the authoritative input/output schema before building a payload — fields and defaults can change upstream:

```bash
oo connector schema "dataforseo" --action "google_keyword_suggestions_live"
```

## Run

```bash
oo connector run "dataforseo" --action "google_keyword_suggestions_live" --data '{}' --json
```

Replace `{}` with a JSON object that matches the input schema. The response is `{ "data": ..., "meta": { "executionId": "..." } }`.
