Thomasnet: Get Bulk Leads
Thomasnet via Parse · b2b_directory
Extract supplier leads for a given search query. Returns a flat list of lead summaries with contact info, revenue, full address with coordinates, distance, profile_url, and heading_brands. When include_profile is true, each lead is enriched with certifications and key_personnel by fetching the supplier profile page server-side (adds ~0.5s per lead). Introduces a 1-second delay between page requests and retries once on transient upstream failures. Note: the upstream does not support server-side pagination so multiple pages may return the same result set. Scraper for ThomasNet industrial supplier directory. Provides search and detailed profile extraction including company info, revenue, and certifications. Fulfilled by Parse from thomasnet.com.
- b2b-directory
- ecommerce
- maps-geo
- parse
- platform-key
- thomasnet
- thomasnet-com
Price and execution
- Price
- $0.20 USD credits / call
- Trust tier
- Verified
- Execution
- Managed call
- Capability group
- b2b_directory
Interface snapshot
- Protocol
- HTTP operation
- Operation
- GET /scraper/3eee7814-a3b8-4263-ab86-caf00068b4f4/get_bulk_leads
- Interface artifact
- sha256:2f8f9df0c4463d7b0fa3d58cd2daf30094dccfd223a96e4860e81789b0c85f9f
- Manifest digest
- sha256:3578ddeba32750ee0e7623d15bf581a2b36305cd7c480f53ccab9a2461e44525
Request fields
- query (string, required): Search keyword (e.g. 'plastic injection molding').
- radius (integer): Search radius in miles. Only applies when a valid ZIP is provided in location. Accepted values: 10, 25, 50, 100.
- location (string): Location filter. Accepts a 5-digit US ZIP code (e.g. '60601') to enable geographic filtering.
- max_pages (integer): Maximum number of pages to request from upstream.
- include_profile (boolean): When true, enriches each lead with certifications (array of certification name strings) and key_personnel (array of objects with name and title) by fetching each supplier's profile page. Adds latency proportional to result count.
Example queries
- {"query":"plastic injection molding","radius":"25","max_pages":"1","include_profile":"false"}