# Any BLS Occupation Projections

**Use case:** 

Extract BLS Occupation Projections data filtered by Any. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 10,
  "occupationType": "Summary"
}
```

## Output

```json
{
  "occupationTitle": {
    "label": "💼 Occupation",
    "format": "text"
  },
  "socCode": {
    "label": "🆔 SOC Code",
    "format": "text"
  },
  "occupationType": {
    "label": "🏷️ Type",
    "format": "text"
  },
  "employment2024": {
    "label": "👷 Emp 2024 (000s)",
    "format": "number"
  },
  "employment2034": {
    "label": "👷 Emp 2034 (000s)",
    "format": "number"
  },
  "employmentChangeNumeric": {
    "label": "📈 Change (000s)",
    "format": "number"
  },
  "employmentChangePercent": {
    "label": "% Change",
    "format": "number"
  },
  "percentSelfEmployed": {
    "label": "% Self Emp",
    "format": "number"
  },
  "annualOpenings": {
    "label": "📅 Annual Openings",
    "format": "number"
  },
  "medianAnnualWage": {
    "label": "💰 Median Wage",
    "format": "number"
  },
  "typicalEducation": {
    "label": "🎓 Typical Education",
    "format": "text"
  },
  "workExperience": {
    "label": "🛠️ Experience",
    "format": "text"
  },
  "onJobTraining": {
    "label": "📚 OJT",
    "format": "text"
  },
  "oohUrl": {
    "label": "🔗 OOH",
    "format": "link"
  },
  "sourceUrl": {
    "label": "🔗 Source",
    "format": "link"
  },
  "scrapedAt": {
    "label": "🕒 Scraped",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [BLS Occupation Projections Scraper](https://apify.com/parseforge/bls-occupation-projections-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/bls-occupation-projections-scraper) to learn more, explore other use cases, and run it yourself.