# FDA Green List Import Alert Findings

**Use case:** 

Get up to 10 current FDA Import Alert findings from the Green List. See the alert, firm, product, country, notes, publication date, and FDA source link.

## Input

```json
{
  "target": "current-findings",
  "alertNumbers": [
    "99-52"
  ],
  "listTypes": [
    "green"
  ],
  "maxItems": 10
}
```

## Output

```json
{
  "changeType": {
    "label": "Change type",
    "format": "string"
  },
  "changePriority": {
    "label": "Change priority",
    "format": "string"
  },
  "alertNumber": {
    "label": "Alert number",
    "format": "string"
  },
  "alertType": {
    "label": "Alert type",
    "format": "string"
  },
  "alertTitle": {
    "label": "Alert title",
    "format": "string"
  },
  "listType": {
    "label": "List type",
    "format": "string"
  },
  "firmName": {
    "label": "Firm name",
    "format": "string"
  },
  "firmAddress": {
    "label": "Firm address",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "product.description": {
    "label": "Product description",
    "format": "string"
  },
  "product.code": {
    "label": "Product code",
    "format": "string"
  },
  "previousProduct.description": {
    "label": "Previous product description",
    "format": "string"
  },
  "previousProduct.code": {
    "label": "Previous product code",
    "format": "string"
  },
  "notes": {
    "label": "Notes",
    "format": "string"
  },
  "publicationDate": {
    "label": "Publication date",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "string"
  },
  "hasRedactions": {
    "label": "Has redactions",
    "format": "boolean"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA Import Alert Monitor — DWPE Scraper](https://apify.com/maximedupre/fda-import-alerts) with a specific input configuration. Visit the [Actor detail page](https://apify.com/maximedupre/fda-import-alerts) to learn more, explore other use cases, and run it yourself.