# Auto Parts Suppliers Data from Made-in-China

**Use case:** 

Extract detailed supplier data for auto spare parts from Made-in-China. Get company info, prices, and minimum order quantities quickly.

## Input

```json
{
  "queries": [
    "auto spare parts"
  ],
  "maxItemsPerQuery": 60,
  "onlyAuditedSuppliers": false,
  "onlyDiamondMembers": false,
  "onlyManufacturers": false,
  "supportsSample": false,
  "scrapeProductDetails": false,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "productName": {
    "label": "Product",
    "format": "text"
  },
  "priceText": {
    "label": "FOB Price",
    "format": "text"
  },
  "minOrderQuantity": {
    "label": "MOQ",
    "format": "text"
  },
  "companyName": {
    "label": "Supplier",
    "format": "text"
  },
  "memberType": {
    "label": "Member",
    "format": "text"
  },
  "isAuditedSupplier": {
    "label": "Audited",
    "format": "boolean"
  },
  "providesOem": {
    "label": "OEM",
    "format": "boolean"
  },
  "supportsSample": {
    "label": "Sample",
    "format": "boolean"
  },
  "supplierUrl": {
    "label": "Supplier URL",
    "format": "link"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "link"
  }
}
```

## About this Actor

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