Opening Supplier Intelligence Monitor

This repo-owned handoff keeps the first run small and copy-ready before sending you to the Apify Store page.

Use sample input

First-run handoff

Copy the sample before opening Apify.

Paste this public-safe input into the Store run form, keep the first run small, and inspect the output fields before connecting a larger dataset.

Open sample JSON

Continue to Apify Store
{
  "defaultCategory": "electronics",
  "failOnInvalidRecord": false,
  "maxSuppliers": 2,
  "suppliers": [
    {
      "country": "Taiwan",
      "description": "ISO certified electronics manufacturer with export shipments and custom assembly capacity.",
      "shipmentCount": 120,
      "supplierName": "Pacific Components"
    },
    {
      "country": "Unknown",
      "description": "Unverified supplier with quality issue complaints and delayed shipments.",
      "rating": 2.5,
      "supplierName": "Unknown Plastics"
    }
  ]
}