# openFDA Tobacco Problem Reports Full Export

**Use case:** 

Full Export of openFDA Tobacco Problem Reports. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "maxItems": 500,
  "sort": "date_submitted:desc"
}
```

## Output

```json
{
  "imageUrl": {
    "label": "🖼️ Image",
    "format": "text"
  },
  "reportId": {
    "label": "🆔 Report ID",
    "format": "text"
  },
  "productCategory": {
    "label": "🚬 Product Category",
    "format": "text"
  },
  "productSubCategory": {
    "label": "🏷️ Product Sub-Category",
    "format": "text"
  },
  "problemsCodes": {
    "label": "⚠️ Problem Codes",
    "format": "text"
  },
  "reporterCategory": {
    "label": "👤 Reporter Category",
    "format": "text"
  },
  "dateSubmitted": {
    "label": "📅 Submitted",
    "format": "date"
  },
  "narrative": {
    "label": "📝 Narrative",
    "format": "text"
  },
  "raw": {
    "label": "📦 Raw",
    "format": "text"
  },
  "scrapedAt": {
    "label": "🕒 Scraped At",
    "format": "date"
  },
  "error": {
    "label": "❌ Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [openFDA Tobacco Problem Reports Scraper](https://apify.com/parseforge/openfda-tobacco-problem-bus-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/openfda-tobacco-problem-bus-scraper) to learn more, explore other use cases, and run it yourself.