# FDA Safety Signal Comparison by Buyer Fit

**Use case:** 

Compare FDA safety signals based on buyer fit. Get ten buyer-ready records with source URLs and match reasons to inform risk management.

## Input

```json
{
  "sourceMode": "sample",
  "startUrls": [
    {
      "url": "https://open.fda.gov/apis/",
      "sourceId": "OPENFDA-API",
      "userData": {
        "sourceId": "OPENFDA-API"
      }
    },
    {
      "url": "https://www.fda.gov/safety/fda-adverse-event-monitoring-system-aems",
      "sourceId": "FDA-AEMS",
      "userData": {
        "sourceId": "FDA-AEMS"
      }
    },
    {
      "url": "https://www.fda.gov/drugs/fda-adverse-event-monitoring-system-aems/fda-adverse-event-monitoring-system-aems-public-dashboard",
      "sourceId": "FDA-AEMS-DASHBOARD",
      "userData": {
        "sourceId": "FDA-AEMS-DASHBOARD"
      }
    }
  ],
  "maxItems": 10,
  "sourceIds": [
    "OPENFDA-API",
    "FDA-AEMS",
    "FDA-AEMS-DASHBOARD"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "product_name": {
    "label": "Product name",
    "format": "string"
  },
  "brand": {
    "label": "Brand",
    "format": "string"
  },
  "risk_level": {
    "label": "Risk level",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "published_at": {
    "label": "Published",
    "format": "string"
  },
  "source_url": {
    "label": "Source",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  }
}
```

## About this Actor

This example demonstrates how to use [FDA Safety Signal Monitor](https://apify.com/zentrafoundry/fda-safety-signal-monitor) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/fda-safety-signal-monitor) to learn more, explore other use cases, and run it yourself.