# openFDA Tobacco Problem Reports Latest Results

**Use case:** 

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

## Input

```json
{
  "maxItems": 25,
  "searchQuery": "tobacco_products:\"Cigarettes\""
}
```

## Output

```json
{
  "report_id": {
    "label": "report_id",
    "format": "text"
  },
  "tobacco_products": {
    "label": "tobacco_products",
    "format": "text"
  },
  "reported_health_problems": {
    "label": "reported_health_problems",
    "format": "text"
  },
  "reported_product_problems": {
    "label": "reported_product_problems",
    "format": "text"
  },
  "date_submitted": {
    "label": "date_submitted",
    "format": "text"
  },
  "scrapedAt": {
    "label": "scrapedAt",
    "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-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/openfda-tobacco-problem-scraper) to learn more, explore other use cases, and run it yourself.