# French Wikidata Entity Search

**Use case:** 

Extract Wikidata Entity Search data filtered by French. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "query": "tesla",
  "language": "fr",
  "entityType": "item",
  "fetchClaims": true
}
```

## Output

```json
{
  "thumbnailUrl": {
    "label": "Image",
    "format": "image"
  },
  "entityId": {
    "label": "Q/P ID",
    "format": "text"
  },
  "label": {
    "label": "Label",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "aliasesText": {
    "label": "Aliases",
    "format": "text"
  },
  "instanceOf": {
    "label": "Instance Of",
    "format": "text"
  },
  "wikidataUrl": {
    "label": "Wikidata",
    "format": "link"
  },
  "wikipediaEnUrl": {
    "label": "Wikipedia (EN)",
    "format": "link"
  },
  "sitelinkCount": {
    "label": "Sitelinks",
    "format": "number"
  },
  "claimCount": {
    "label": "Claims",
    "format": "number"
  }
}
```

## About this Actor

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