# ThomasNet Scraper - Suppliers, Manufacturers & Contacts

**Use case:** 

Extract ThomasNet companies at scale by keyword, category, location or URL, with contacts, certifications, products, locations, sales and headcount.

## Input

```json
{
  "mode": "search",
  "queries": [
    "valves"
  ],
  "companyType": "",
  "sortBy": "relevance",
  "urls": [
    "https://www.thomasnet.com/company/valve-parts-usa-ltd-30875713/profile"
  ],
  "fetchDetails": true,
  "maxItems": 20,
  "proxy": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "name": {
    "label": "Company",
    "format": "text"
  },
  "tier": {
    "label": "Tier",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "primaryPhone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "annualSales": {
    "label": "Annual Sales",
    "format": "text"
  },
  "numberEmployees": {
    "label": "Employees",
    "format": "text"
  },
  "yearFounded": {
    "label": "Founded",
    "format": "text"
  },
  "heading": {
    "label": "Category",
    "format": "object"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "personnel": {
    "label": "Personnel",
    "format": "array"
  },
  "certifications": {
    "label": "Certifications",
    "format": "array"
  },
  "social": {
    "label": "Social",
    "format": "object"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "url": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "text"
  }
}
```

## About this Actor

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