# By product / category (default) ThomasNet Industrial

**Use case:** 

Extract ThomasNet Industrial Supplier data filtered by By product / category (default). Export structured results ready for analysis, lead generation, or

## Input

```json
{
  "query": "hydraulic pumps",
  "maxItems": 10,
  "searchMode": "all",
  "area": "NA",
  "companyType": "any",
  "ownership": [],
  "certifications": [],
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "logoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "tgramsId": {
    "label": "ID",
    "format": "text"
  },
  "name": {
    "label": "Company Name",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "tier": {
    "label": "Tier",
    "format": "text"
  },
  "yearFounded": {
    "label": "Founded",
    "format": "text"
  },
  "annualSales": {
    "label": "Annual Sales",
    "format": "text"
  },
  "numberEmployees": {
    "label": "Employees",
    "format": "text"
  },
  "primaryPhone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "isAdvertiser": {
    "label": "Advertiser",
    "format": "boolean"
  },
  "xometryVerified": {
    "label": "Xometry verified"
  },
  "isClaimed": {
    "label": "Claimed",
    "format": "boolean"
  },
  "isMultiLocation": {
    "label": "Is multi location"
  },
  "address": {
    "label": "Address",
    "format": "object"
  },
  "heading": {
    "label": "Category",
    "format": "text"
  },
  "headings": {
    "label": "Headings"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  },
  "searchMode": {
    "label": "Search mode"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

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