# Research French DuckDuckGo search results

**Use case:** 

Export French organic search results for localized content and competitor research.

## Input

```json
{
  "queries": [
    "logiciel gestion projet",
    "meilleur CRM"
  ],
  "maxResults": 5,
  "region": "fr-fr",
  "safeSearch": "moderate",
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "query": {
    "label": "Query",
    "format": "string"
  },
  "rank": {
    "label": "Rank",
    "format": "integer"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "displayUrl": {
    "label": "Display URL",
    "format": "string"
  },
  "snippet": {
    "label": "Snippet",
    "format": "string"
  },
  "redirectUrl": {
    "label": "Redirect URL",
    "format": "string"
  },
  "region": {
    "label": "Region",
    "format": "string"
  },
  "page": {
    "label": "Page",
    "format": "integer"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [DuckDuckGo Search Results Scraper](https://apify.com/fetch_cat/duckduckgo-search-results-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fetch_cat/duckduckgo-search-results-scraper) to learn more, explore other use cases, and run it yourself.