# Face Mask China Suppliers Scraper

**Use case:** 

Scrape face mask supplier leads from Made-in-China: company, price, MOQ, location and product details for B2B sourcing.

## Input

```json
{
  "maxSuppliers": 50,
  "searchQuery": "face mask"
}
```

## Output

```json
{
  "productTitle": {
    "label": "Product"
  },
  "priceText": {
    "label": "Price"
  },
  "minOrder": {
    "label": "MOQ"
  },
  "supplierName": {
    "label": "Supplier"
  },
  "location": {
    "label": "Location"
  },
  "membershipTier": {
    "label": "Membership"
  },
  "businessType": {
    "label": "Business Type"
  },
  "auditedSupplier": {
    "label": "Audited"
  },
  "supplierUrl": {
    "label": "Storefront"
  },
  "productUrl": {
    "label": "Product URL"
  }
}
```

## About this Actor

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