# Get Made-in-China company profiles by URL

**Use case:** 

Get full Made-in-China company profiles by storefront URL: business type, year established, employees, certifications, markets, address and lead score.

## Input

```json
{
  "mode": "supplierDetails",
  "searchKeywords": [
    "cnc machine"
  ],
  "supplierUrls": [
    "https://jiongtaicnc.en.made-in-china.com/"
  ],
  "maxResults": 100,
  "maxPages": 5,
  "fetchProductDetails": false,
  "fetchSupplierProfile": false,
  "includeCompanyProfile": true,
  "includeContactPage": true,
  "auditedOnly": false,
  "minLeadScore": 0,
  "monitorMode": false,
  "monitorStoreName": "made-in-china-monitor",
  "maxConcurrency": 8,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "type": {
    "label": "Type",
    "format": "text"
  },
  "name": {
    "label": "Product",
    "format": "text"
  },
  "companyName": {
    "label": "Supplier",
    "format": "text"
  },
  "priceText": {
    "label": "FOB price",
    "format": "text"
  },
  "minOrder": {
    "label": "MOQ",
    "format": "text"
  },
  "businessType": {
    "label": "Business type",
    "format": "text"
  },
  "yearEstablished": {
    "label": "Established",
    "format": "text"
  },
  "yearsOnPlatform": {
    "label": "Years on MIC",
    "format": "number"
  },
  "isAuditedSupplier": {
    "label": "Audited",
    "format": "boolean"
  },
  "country": {
    "label": "Country",
    "format": "text"
  },
  "province": {
    "label": "Province",
    "format": "text"
  },
  "mainProducts": {
    "label": "Main products",
    "format": "array"
  },
  "leadScore": {
    "label": "Lead",
    "format": "number"
  },
  "url": {
    "label": "Product URL",
    "format": "link"
  },
  "profileUrl": {
    "label": "Supplier URL",
    "format": "link"
  }
}
```

## About this Actor

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