# Supplier Product Availability with Source Evidence

**Use case:** 

Get up-to-date supplier availability records including product stock, prices, and source URLs. Ideal for procurement and research needs.

## Input

```json
{
  "sourceMode": "startUrls",
  "startUrls": [
    {
      "url": "https://docs.apify.com/platform/actors/running/standby",
      "sourceId": "APIFY-STANDBY",
      "userData": {
        "sourceId": "APIFY-STANDBY"
      }
    }
  ],
  "maxItems": 10,
  "sourceIds": [
    "SUPPLIER-PUBLIC",
    "SITEMAPS-RSS",
    "APIFY-STANDBY"
  ],
  "pricingEvents": [],
  "sinceLastRun": false,
  "watchlistTerms": [],
  "includeSourceUrls": true,
  "includeMatchReasons": true,
  "outputMode": "buyer-ready-records"
}
```

## Output

```json
{
  "title": {
    "label": "Title",
    "format": "string"
  },
  "buyerName": {
    "label": "Buyer name",
    "format": "string"
  },
  "country": {
    "label": "Country",
    "format": "string"
  },
  "deadline": {
    "label": "Deadline",
    "format": "string"
  },
  "sourceUrl": {
    "label": "Source",
    "format": "string"
  },
  "score": {
    "label": "Score",
    "format": "number"
  },
  "confidence": {
    "label": "Confidence",
    "format": "number"
  },
  "recordId": {
    "label": "Record id",
    "format": "string"
  },
  "sourceName": {
    "label": "Source name",
    "format": "string"
  },
  "retrievedAt": {
    "label": "Retrieved at",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Supplier Availability API](https://apify.com/zentrafoundry/supplier-availability-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zentrafoundry/supplier-availability-api) to learn more, explore other use cases, and run it yourself.