# Build a ThomasNet Manufacturing Supplier List

**Use case:** 

Run a deeper ThomasNet scrape across several manufacturing search terms to build a supplier prospecting or sourcing dataset.

## Input

```json
{
  "searchQueries": [
    "stainless steel fittings",
    "sheet metal fabrication",
    "industrial packaging"
  ],
  "categoryUrls": [],
  "supplierUrls": [],
  "maxResults": 150,
  "stateFilter": "",
  "proxyCountry": "US",
  "maxRequestRetries": 3
}
```

## Output

```json
{
  "companyName": {
    "label": "Company Name",
    "format": "text"
  },
  "profileUrl": {
    "label": "Profile URL",
    "format": "link"
  },
  "phone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "employeeCount": {
    "label": "Employees",
    "format": "text"
  },
  "yearEstablished": {
    "label": "Year Est.",
    "format": "text"
  },
  "certifications": {
    "label": "Certifications",
    "format": "text"
  },
  "industriesServed": {
    "label": "Industries",
    "format": "text"
  },
  "searchQuery": {
    "label": "Search Query",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [ThomasNet Suppliers Scraper](https://apify.com/automation-lab/thomasnet-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/thomasnet-scraper) to learn more, explore other use cases, and run it yourself.