# Societe.com Profile URL Extractor

**Use case:** 

Extract a Societe.com profile URL into structured SIREN, SIRET, address, officers, activity, legal metadata, and snippets.

## Input

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

## 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.