# Cnc Machine Suppliers India Scraper

**Use case:** 

Scrape cnc machine supplier leads from TradeIndia with company name, phone, price, MOQ and location for B2B sourcing.

## Input

```json
{
  "keyword": "cnc machine",
  "maxItems": 30,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "supplierName": {
    "label": "Supplier",
    "format": "string"
  },
  "phone": {
    "label": "Phone",
    "format": "string"
  },
  "product": {
    "label": "Product",
    "format": "string"
  },
  "priceText": {
    "label": "Price",
    "format": "string"
  },
  "minOrder": {
    "label": "Min Order",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "category": {
    "label": "Category",
    "format": "string"
  },
  "memberSinceYears": {
    "label": "Member Yrs",
    "format": "integer"
  },
  "productUrl": {
    "label": "Product URL",
    "format": "string"
  }
}
```

## About this Actor

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