# Societe.com SIREN Company Scraper

**Use case:** 

Scrape Societe.com company profiles by SIREN and export SIRET, address, legal status, officers, activity, and source URLs.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.societe.com/societe/apple-france-322120916.html"
    }
  ],
  "searchTerms": [
    "322120916",
    "552100554"
  ],
  "maxItems": 10
}
```

## Output

```json
{
  "companyName": {
    "label": "Company name"
  },
  "siren": {
    "label": "SIREN"
  },
  "siret": {
    "label": "SIRET"
  },
  "status": {
    "label": "Status"
  },
  "legalForm": {
    "label": "Legal form"
  },
  "nafCode": {
    "label": "NAF code"
  },
  "activity": {
    "label": "Activity"
  },
  "address": {
    "label": "Address"
  },
  "officers": {
    "label": "Officers"
  },
  "sourceUrl": {
    "label": "Source URL"
  },
  "query": {
    "label": "Query"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [France Societe.com Company Scraper](https://apify.com/automation-lab/france-societe-com-company-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/france-societe-com-company-scraper) to learn more, explore other use cases, and run it yourself.