ThomasNet Industrial Supplier Scraper
Pricing
Pay per event
ThomasNet Industrial Supplier Scraper
Extract industrial supplier profiles from ThomasNet using keyword and area filters. Collect structured company details, contact data, categories, certifications, and links to support supplier discovery, procurement planning, vendor benchmarking, and industrial market research workflows.
Pricing
Pay per event
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
12
Total users
3
Monthly active users
8 days ago
Last modified
Categories
Share

🏭 ThomasNet Industrial Supplier Scraper
🚀 Pull qualified B2B suppliers from ThomasNet in seconds. Filter by product, geography, certifications, and ownership type. No API key, no registration, no manual CSV wrangling.
🕒 Last updated: 2026-05-22 · 📊 21 fields per record · 500,000+ North American suppliers · All US states + Canadian provinces · DataDome bypass built-in
ThomasNet is the largest industrial directory in North America, indexing more than 500,000 manufacturers, distributors, and service providers across 70,000 product categories. The catalog is the standard reference for procurement, sourcing, and supplier discovery in industries from aerospace to plumbing. Each supplier profile carries firmographic data (year founded, employee band, annual sales), contact info, geographic coverage, certifications, and product taxonomy, but the catalog itself is gated by DataDome bot protection and is not available as a downloadable feed.
This Actor turns any ThomasNet supplier search into a structured dataset. Provide a product query (or a company name in name mode), narrow with the native ThomasNet filters (geographic area, company type, employee size band, year founded, diversity ownership, industry certifications), and the Actor walks the live results, parses each supplier card, and writes one row per company to your Apify dataset. The bypass uses Camoufox plus Apify residential proxies and rotates session IPs across US, CA, GB, and DE to keep the success rate high even during peak hours.
| 👥 Target Audience | 🎯 Primary Use Cases |
|---|---|
| Procurement and sourcing teams | Build qualified vendor lists for RFQs |
| B2B sales and lead-gen operators | Generate outbound prospect lists by region or industry |
| Industrial market analysts | Map supplier concentration, certifications, and capabilities |
| Manufacturing intelligence platforms | Backfill firmographic data for industrial company datasets |
📋 What the ThomasNet Industrial Supplier Scraper does
- 🔍 Product or company-name search. Run the same queries you would use on the ThomasNet site, with the same matching semantics.
- 🗺️ Geographic filters. All 50 US states, all Canadian provinces, and regional buckets (East Midwest, West PA, Greater Toronto, and more).
- 🏷️ Company-type filters. Restrict to Manufacturer, Distributor, Custom Manufacturer, or Service Company.
- 🎖️ Certification filters. Limit to ISO 9001, AS9100, IATF 16949, ISO 13485, NADCAP, FDA registered, and 8 more codes.
- 🤝 Diversity-ownership filters. Minority-owned, women-owned, veteran-owned, LGBTQ-owned, small business, and disabled-veteran-owned.
- 📏 Size and age filters. Minimum and maximum employee count plus year-founded range.
Each record captures the supplier identity (tgramsId, name, logo, description), business classification (type, tier, year founded, employee band, annual sales), contact channel (primary phone, website), trust signals (claimed profile, advertiser status, Xometry verification, multi-location flag), and full postal address with latitude and longitude. The structured headings array preserves the upstream ThomasNet taxonomy so downstream pipelines can re-group results by category without re-fetching.
💡 Why it matters: Manual ThomasNet sourcing is a tab-by-tab exercise. A team can spend a full afternoon collecting 150 qualified leads. This Actor turns that into a 5-minute run and writes the same data as a clean CSV, JSON, or Excel file ready to drop into your CRM.
🎬 Full Demo
🚧 Coming soon: a 3-minute walkthrough showing how to configure a search, kick off a run, and pipe the dataset into a Google Sheet.
⚙️ Input
| Field | Type | Required | Description |
|---|---|---|---|
| query | string | Yes | Product, service, or company name to search for. Examples: "hydraulic pumps", "CNC machining", "Siemens". |
| maxItems | integer | No | Maximum suppliers to return. Free users capped at 10. Paid users up to 1,000,000. |
| searchMode | enum | No | all searches by product or category. name searches by company name. Default all. |
| area | enum | No | Geographic filter. Use NA for all North America, US state codes (e.g. CA), or Canadian province codes (e.g. ON). |
| companyType | enum | No | manufacturer, distributor, custom, service, or any. |
| ownership | array<enum> | No | Diversity classifications. Multi-select from minority_owned, women_owned, veteran_owned, disabled_veteran_owned, lgbtq_owned, small_business. |
| minEmployees / maxEmployees | integer | No | Bound the company size. |
| yearFoundedFrom / yearFoundedTo | integer | No | Bound the year founded. |
| certifications | array<enum> | No | Industry certifications. Multi-select from 14 codes (ISO 9001, AS9100, IATF 16949, ISO 13485, NADCAP, FDA, ITAR, RoHS, REACH, UL, CSA, CE, ISO 14001, ISO 45001). |
| proxyConfiguration | object | No | Residential proxy settings. Default is Apify residential US. |
Example: basic product search
{"query": "hydraulic pumps","searchMode": "all","area": "NA","maxItems": 50}
Example: scoped sourcing run
{"query": "CNC machining","area": "CA","companyType": "manufacturer","certifications": ["ISO_9001", "AS9100"],"ownership": ["women_owned"],"minEmployees": 25,"maxItems": 500}
⚠️ Good to Know: ThomasNet is protected by DataDome. The Actor rotates Camoufox sessions across 4 country pools to keep the success rate high, but in occasional peak-hour windows a fraction of sessions still bounce. Re-run any blocked attempts. Failed runs are not billed.
📊 Output
Each row is a single supplier with 21 typed fields plus a structured address sub-object.
🧾 Schema
| Field | Type | Example |
|---|---|---|
🖼️ logoUrl | string | https://cdn28.thomasnet.com/CCS/L/0001065/0001065_logo.gif |
🆔 tgramsId | string | "1065" |
🏢 name | string | "TR Engineering" |
📝 description | string | "Manufacturer of hydraulic pumps, motors..." |
🏷️ type | enum | "Manufacturer" |
🥇 tier | string | "Platinum" |
📅 yearFounded | string | "1976" |
💰 annualSales | string | "$10-25M" |
👥 numberEmployees | string | "50-99" |
📞 primaryPhone | string | "973-575-3700" |
🌐 website | string | "https://www.trengineering.com" |
⭐ isAdvertiser | boolean | true |
✅ xometryVerified | boolean | false |
🔒 isClaimed | boolean | true |
🌍 isMultiLocation | boolean | false |
📍 address | object | { "city": "Fairfield", "state": "NJ", "zip": "07004", "latitude": 40.88, ... } |
🏭 heading | string | "Hydraulic Pumps" |
📚 headings | array | [{ "headingId": "97001234", "name": "Hydraulic Pumps", ... }] |
⏰ scrapedAt | ISO date | "2026-05-22T16:35:00.000Z" |
🎯 searchMode | enum | "all" |
🔗 sourceUrl | string | "https://www.thomasnet.com/suppliers/search?..." |
📦 Sample records
✨ Why choose this Actor
| Capability | |
|---|---|
| 🎯 | Built for the job. Scoped specifically to ThomasNet's search and supplier pages, so you skip the parser engineering entirely. |
| 🛡️ | DataDome bypass included. Camoufox plus Apify residential proxies plus 4-country session rotation. No CAPTCHA solving service to wire up. |
| 🔖 | 21 typed fields. Clean structured records ready for analysis, CRM imports, or downstream enrichment pipelines. |
| 🎛️ | Every native filter. Geography, company type, certifications, ownership, employee size, year founded. All addressable from the input form. |
| ⚡ | Pagination handled. The Actor walks the result set in 20-supplier pages and stops automatically at maxItems or end of results. |
| 🔁 | Always fresh. Every run pulls live data from ThomasNet. No cache, no stale snapshots. |
| 🚫 | No code required. Configure in the UI, run from the CLI, schedule via cron, or call from any language with the Apify SDK. |
📊 Cuts a half-day of manual ThomasNet sourcing into a 3-5 minute run.
📈 How it compares to alternatives
| Approach | Cost | Coverage | Refresh | Filters | Setup |
|---|---|---|---|---|---|
| ⭐ ThomasNet Industrial Supplier Scraper (this Actor) | $5 free credit, then pay-per-use | 500K+ North American suppliers | Live per run | All native ThomasNet filters | ⚡ 2 min |
| Manual ThomasNet browsing | Operator hours | Full once you click through | When you re-search | Native filters in UI | 🐢 Hours per shortlist |
| Build your own scraper | Engineering hours plus DataDome cost | Full once built | Whenever you maintain it | Custom code | 🐢 Days to weeks |
| Paid industrial data APIs | $$$ subscriptions | Vendor-defined | Live | Vendor-defined | ⏳ Procurement cycle |
| Legacy CSV dumps | Varies | Subset, often stale | Periodic | None | 🕒 Variable |
Pick this Actor when you want native filtering, live results, and zero infrastructure to maintain.
🚀 How to use
- 📝 Sign up. Create a free account with $5 credit (takes 2 minutes).
- 🌐 Open the Actor. Find the ThomasNet Industrial Supplier Scraper page on the Apify Store.
- 🎯 Set input. Type your product or company query, pick geography and filters, set
maxItems. - 🚀 Run it. Click Start and let the Actor walk the supplier search.
- 📥 Download. Grab the dataset as CSV, Excel, JSON, or XML from the Dataset tab.
⏱️ Total time from signup to downloaded dataset: 3-5 minutes. No coding required.
💼 Business use cases
🌟 Beyond business use cases
Data like this powers more than commercial workflows. The same structured records support research, education, civic projects, and personal initiatives.
🔌 Automating ThomasNet Industrial Supplier Scraper
Trigger the Actor from your own code in a few lines. Apify exposes every Actor as a REST endpoint and ships first-class SDKs.
- Node.js SDK for JavaScript and TypeScript callers
- Python SDK for data-engineering and ML pipelines
- Apify API for any language with HTTP
Use the Apify scheduler to run the Actor on any cadence (hourly, daily, weekly). Results are written to your dataset and can be pushed to webhooks, Slack, email, cloud storage, or automation tools like Zapier and Make.
❓ Frequently Asked Questions
🔌 Integrate with any app
ThomasNet Industrial Supplier Scraper connects to any cloud service via Apify integrations:
- Make - Automate multi-step workflows
- Zapier - Connect with 5,000+ apps
- Slack - Get run notifications in your channels
- Airbyte - Pipe results into your warehouse
- GitHub - Trigger runs from commits and releases
- Google Drive - Export datasets straight to Sheets
🔗 Recommended Actors
- 🇨🇳 Made In China Scraper - Extract supplier data from Made-in-China.com for Asian sourcing alongside North American leads
- 👔 LinkedIn Company Profiles Scraper - Enrich ThomasNet suppliers with LinkedIn firmographics and employee counts
- 🚛 FMCSA Carrier Safety Scraper - Pull carrier safety records for supplier logistics due diligence
- 🌴 Sunbiz Florida Business Scraper - Verify Florida-incorporated suppliers against the state registry
- 🇬🇧 UK Companies House Scraper - Cross-reference suppliers with their UK corporate filings
💡 Pro Tip: browse the complete ParseForge collection for more B2B sourcing scrapers.
🆘 Need Help? Open our contact form and we will get back to you.
⚠️ Disclaimer. This Actor is an independent tool and is not affiliated with, endorsed by, or sponsored by ThomasNet or any of its subsidiaries. All trademarks mentioned are the property of their respective owners.