# Discover Local SEO Prepositional Keywords (French)

**Use case:** 

Find location-specific prepositional keywords that indicate local search intent for your business in France. This improves local search visibility and drives fo

## Input

```json
{
  "keywords": [
    "restaurant paris",
    "plombier lyon",
    "avocat marseille"
  ],
  "mode": "prepositions",
  "country": "FR",
  "language": "fr",
  "maxItemsPerKeyword": 120,
  "minLength": 10,
  "outputFormat": "flat"
}
```

## Output

```json
{
  "text": {
    "label": "Text"
  },
  "source_keyword": {
    "label": "Source keyword"
  },
  "mode": {
    "label": "Mode"
  },
  "language": {
    "label": "Language"
  },
  "country": {
    "label": "Country"
  },
  "relevance": {
    "label": "Relevance"
  }
}
```

## About this Actor

This example demonstrates how to use [Google Keywords Suggest Scraper Pro](https://apify.com/crawlerbros/google-keywords-suggest-scraper-pro) with a specific input configuration. Visit the [Actor detail page](https://apify.com/crawlerbros/google-keywords-suggest-scraper-pro) to learn more, explore other use cases, and run it yourself.