# TradeIndia Search URL Extractor

**Use case:** 

Extract products and suppliers from any TradeIndia search URL with prices, MOQ, company profiles, badges, and locations.

## Input

```json
{
  "keywords": [],
  "searchUrls": [
    {
      "url": "https://www.tradeindia.com/search.html?keyword=industrial%20valves"
    }
  ],
  "maxItems": 75,
  "includeSponsored": true,
  "includeShowcase": false,
  "requestDelayMillis": 350
}
```

## 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.