# Find injection molding companies on ThomasNet

**Use case:** 

Find injection molding companies on ThomasNet. Export supplier profiles, locations, websites, molding capabilities, certifications, and contact details.

## Input

```json
{
  "query": "injection molding",
  "mode": "all",
  "area": "NA",
  "maxResults": 25,
  "includeFamilies": false
}
```

## Output

```json
{
  "name": {
    "label": "Company Name",
    "format": "text"
  },
  "tgramsId": {
    "label": "ThomasNet ID",
    "format": "text"
  },
  "description": {
    "label": "Description",
    "format": "text"
  },
  "type": {
    "label": "Type",
    "format": "text"
  },
  "tier": {
    "label": "Tier",
    "format": "text"
  },
  "primaryPhone": {
    "label": "Phone",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "address.address1": {
    "label": "Street Address",
    "format": "text"
  },
  "address.city": {
    "label": "City",
    "format": "text"
  },
  "address.state": {
    "label": "State",
    "format": "text"
  },
  "address.stateName": {
    "label": "State Name",
    "format": "text"
  },
  "address.zip": {
    "label": "ZIP",
    "format": "text"
  },
  "address.country": {
    "label": "Country",
    "format": "text"
  },
  "address.latitude": {
    "label": "Latitude",
    "format": "number"
  },
  "address.longitude": {
    "label": "Longitude",
    "format": "number"
  },
  "heading.headingId": {
    "label": "Category ID",
    "format": "text"
  },
  "heading.name": {
    "label": "Category",
    "format": "text"
  },
  "heading.naturalName": {
    "label": "Category Name",
    "format": "text"
  },
  "heading.description": {
    "label": "Category Description",
    "format": "text"
  },
  "heading.url": {
    "label": "Category URL",
    "format": "link"
  },
  "annualSales": {
    "label": "Annual Sales",
    "format": "text"
  },
  "numberEmployees": {
    "label": "Employees",
    "format": "text"
  },
  "yearFounded": {
    "label": "Year Founded",
    "format": "text"
  },
  "logoUrl": {
    "label": "Logo",
    "format": "image"
  },
  "catalogType": {
    "label": "Catalog Type",
    "format": "text"
  },
  "isAdvertiser": {
    "label": "Advertiser",
    "format": "boolean"
  },
  "xometryVerified": {
    "label": "Xometry Verified",
    "format": "boolean"
  },
  "isClaimed": {
    "label": "Claimed",
    "format": "boolean"
  },
  "isMultiLocation": {
    "label": "Multi-Location",
    "format": "boolean"
  },
  "descriptionByCompany": {
    "label": "Company Description",
    "format": "text"
  },
  "headings": {
    "label": "All Categories",
    "format": "text"
  },
  "personnel": {
    "label": "Personnel",
    "format": "text"
  },
  "social": {
    "label": "Social Media",
    "format": "text"
  },
  "locationTypes": {
    "label": "Location Types",
    "format": "text"
  },
  "mainLocationTgramsId": {
    "label": "Main Location ID",
    "format": "text"
  },
  "mainLocationName": {
    "label": "Main Location",
    "format": "text"
  },
  "logoTitle": {
    "label": "Logo Title",
    "format": "text"
  },
  "otherActivities": {
    "label": "Other Activities",
    "format": "text"
  },
  "premiums": {
    "label": "Premium Features",
    "format": "text"
  },
  "isAffiliationPage": {
    "label": "Affiliation Page",
    "format": "boolean"
  },
  "products": {
    "label": "Products",
    "format": "text"
  },
  "videos": {
    "label": "Videos",
    "format": "text"
  },
  "certifications": {
    "label": "Certifications",
    "format": "text"
  },
  "certificationTotals": {
    "label": "Certification Totals",
    "format": "text"
  },
  "brands": {
    "label": "Brands",
    "format": "text"
  },
  "headingBrands": {
    "label": "Heading Brands",
    "format": "text"
  },
  "news": {
    "label": "News",
    "format": "text"
  },
  "whitepapers": {
    "label": "Whitepapers",
    "format": "text"
  },
  "additionalInformation": {
    "label": "Additional Information",
    "format": "text"
  },
  "otherHeadings": {
    "label": "Other Categories",
    "format": "text"
  },
  "affiliatedMemberOf": {
    "label": "Affiliated Member Of",
    "format": "text"
  },
  "families": {
    "label": "Product Families",
    "format": "text"
  },
  "locations": {
    "label": "Branch Locations",
    "format": "text"
  },
  "locationCount": {
    "label": "Branch Count",
    "format": "number"
  },
  "searchMode": {
    "label": "Search Mode",
    "format": "text"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

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


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/zen-studio/thomasnet-suppliers-scraper.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
