# TradeIndia Price and MOQ Monitor

**Use case:** 

Monitor TradeIndia supplier prices and MOQ for plastic granules with product specs, company locations, and profile links.

## Input

```json
{
  "keywords": [
    "plastic granules",
    "hdpe granules"
  ],
  "searchUrls": [
    {
      "url": "https://www.tradeindia.com/search.html?keyword=steel%20pipe"
    }
  ],
  "maxItems": 150,
  "includeSponsored": true,
  "includeShowcase": true,
  "requestDelayMillis": 500
}
```

## Output

```json
{
  "keyword": {
    "label": "Keyword"
  },
  "productTitle": {
    "label": "Product title",
    "format": "text"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  },
  "priceText": {
    "label": "Price"
  },
  "moq": {
    "label": "MOQ"
  },
  "unit": {
    "label": "Unit"
  },
  "supplierName": {
    "label": "Supplier"
  },
  "location": {
    "label": "Location"
  },
  "businessType": {
    "label": "Business type"
  },
  "badges": {
    "label": "Badges"
  },
  "searchRank": {
    "label": "Rank"
  },
  "pageNumber": {
    "label": "Page"
  },
  "listingType": {
    "label": "Listing type"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at"
  }
}
```

## About this Actor

This example demonstrates how to use [TradeIndia Supplier & Product Scraper](https://apify.com/automation-lab/tradeindia-supplier-product-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/tradeindia-supplier-product-scraper) to learn more, explore other use cases, and run it yourself.