# Time Tracking Keyword Cluster for Los Angeles

**Use case:** 

Create keyword clusters for time tracking solutions in Los Angeles.

## Input

```json
{
  "seedKeywords": [
    "time tracking",
    "productivity tools"
  ],
  "market": "United States",
  "language": "English"
}
```

## Output

```json
{
  "clusterName": {
    "label": "Cluster",
    "format": "text"
  },
  "intent": {
    "label": "Intent",
    "format": "text"
  },
  "keywords": {
    "label": "Keywords",
    "format": "array"
  },
  "suggestedTitle": {
    "label": "Suggested title",
    "format": "text"
  },
  "suggestedContentType": {
    "label": "Content type",
    "format": "text"
  },
  "seed": {
    "label": "Seed",
    "format": "text"
  },
  "observedAt": {
    "label": "Generated at",
    "format": "text"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Tool: Keyword Cluster & SEO Topic Map Generator](https://apify.com/scrapers_lat/keyword-cluster-tool) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapers_lat/keyword-cluster-tool) to learn more, explore other use cases, and run it yourself.