# Export TradeIndia Seller Profiles by URL

**Use case:** 

Paste TradeIndia seller URLs to export full company profiles — GST number, owner name, address with map coordinates, website, turnover and employees.

## Input

```json
{
  "mode": "sellerDetails",
  "searchKeywords": [
    "industrial valves"
  ],
  "sellerUrls": [
    "https://www.tradeindia.com/seller-profile/example-exports/"
  ],
  "maxResults": 100,
  "maxPages": 5,
  "enrichSellerProfile": false,
  "crawlSellerWebsite": false,
  "onlyManufacturers": false,
  "onlyExporters": false,
  "trustStampOnly": false,
  "minLeadScore": 0,
  "monitorMode": false,
  "monitorStoreName": "tradeindia-monitor",
  "maxConcurrency": 6,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "ownerName": {
    "label": "Owner",
    "format": "text"
  },
  "priceText": {
    "label": "Price",
    "format": "text"
  },
  "minOrderQuantity": {
    "label": "MOQ",
    "format": "text"
  },
  "businessTypes": {
    "label": "Business type",
    "format": "array"
  },
  "gstNumber": {
    "label": "GST",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "emails": {
    "label": "Emails",
    "format": "array"
  },
  "phones": {
    "label": "Phones",
    "format": "array"
  },
  "hasTrustStamp": {
    "label": "Trust Stamp",
    "format": "boolean"
  },
  "leadScore": {
    "label": "Lead",
    "format": "number"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "profileUrl": {
    "label": "Seller URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [TradeIndia Scraper - B2B Suppliers, Manufacturers & Leads](https://apify.com/scrapesage/tradeindia-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/scrapesage/tradeindia-scraper) to learn more, explore other use cases, and run it yourself.