Herman Miller Authorized Dealer Locator Scraper
Pricing
Pay per event
Herman Miller Authorized Dealer Locator Scraper
Extracts the worldwide directory of Herman Miller authorized dealers, retailers, showrooms, and resellers from the public dealer locator API. Returns name, address, contacts, certification level, product lines, and business categories for every location globally.
Pricing
Pay per event
Rating
0.0
(0)
Developer
BowTiedRaccoon
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share
Scrape the complete worldwide directory of authorized Herman Miller (MillerKnoll) dealers, retailers, contract showrooms, and online resellers from the official dealer locator. Returns dealer name, full address, GPS coordinates, phone, email, website, certification tier, product categories, MillerKnoll brands carried, and business type for every dealer location globally — typically 700–1,000+ records across retail, contract, showroom, and online channels.
Features
- Extracts all four dealer channels in a single run: retail stores, contract/B2B dealers, showrooms, and online retailers
- Covers every active Herman Miller (MillerKnoll) market worldwide — North America, Europe, Asia Pacific, Latin America, Middle East & Africa
- Returns certification tier (Certified, Accredited Partner, Dealer Partner) to verify dealer authorization status
- Returns MillerKnoll brand portfolio per dealer — Herman Miller, Knoll, HAY, Geiger, naughtone, Maharam, and more
- Filter by dealer type (retail, contract, showroom, online) or country
- Deduplicated by Salesforce Account ID — no duplicates across overlapping coverage zones
- No proxy required — data sourced directly from the public dealer locator API
Who Uses Herman Miller Dealer Data?
- Pre-purchase buyers — Verify a dealer is officially authorized before spending $1,500+ on an Aeron or Embody
- Refurbished furniture resellers — Cross-check which dealers handle certified pre-owned programs and authorized refurbishers
- A&D firms and specifiers — Qualify dealer partners for RFPs before specifying Herman Miller in commercial fit-outs
- Brand protection teams — Audit unauthorized resellers by cross-referencing against the official authorized network
- Sales prospecting — Build targeted outreach lists of contract/B2B dealers by region, certification tier, or brand mix
- Market researchers — Map dealer density, certification distribution, and brand portfolio coverage across geographies
How It Works
- Retail dealers — Fetches the complete global retail dealer list in one API call (~340 records across all markets)
- Showrooms — Fetches all MillerKnoll showrooms worldwide (~20 records)
- Online retailers — Fetches authorized online retailers organized by country
- Contract/B2B dealers — Enumerates proximity-based B2B dealers by seeding major city coordinates across all active markets, then deduplicates by Salesforce Account ID
Results land in your Apify dataset as one row per dealer location.
Input
Collect all dealers worldwide (default)
{"maxItems": 0}
Setting maxItems to 0 or omitting it returns all available records. Typical full runs return 700–1,000+ unique dealer locations.
Retail dealers in the United States only
{"dealerTypes": ["retail"],"countries": ["United States"],"maxItems": 100}
Contract and showroom dealers in Europe
{"dealerTypes": ["contract", "showroom"],"countries": ["Germany", "France", "United Kingdom", "Netherlands", "Sweden"],"maxItems": 200}
Quick test — 15 records from all channels
{"maxItems": 15}
Input Reference
| Field | Type | Description |
|---|---|---|
maxItems | Integer | Maximum dealer records to return. Set 0 for all records. Default: 0 (unlimited). |
dealerTypes | Array | Dealer types to include: retail, contract, showroom, online. Leave empty for all types. |
countries | Array | Filter to specific countries (e.g. "United States", "Germany"). Leave empty for worldwide results. |
Output
Each record contains:
| Field | Description |
|---|---|
dealerId | Salesforce Account ID — unique stable identifier |
dealerName | Full display name of the dealer location |
dealerType | Channel: retail, contract, showroom, or online |
addressStreet | Street address |
addressCity | City |
addressState | State or province |
addressPostalCode | ZIP or postal code |
addressCountry | Country |
globalRegion | Macro-region (North America, Europe, Asia Pacific, etc.) |
latitude | Latitude coordinate |
longitude | Longitude coordinate |
phone | Phone number |
email | Contact email |
website | Dealer website URL |
certificationLevel | Authorization tier: Certified, Accredited Partner, Dealer Partner |
categories | Market segments served, pipe-separated (Commercial, Healthcare, Government, etc.) |
brands | MillerKnoll brands carried, pipe-separated (Herman Miller, Knoll, HAY, etc.) |
productOffering | Product specializations, pipe-separated |
businessHours | Operating hours as JSON string (when available) |
locale | Site locale code (e.g. en_us, en_gb) |
locationNotes | Additional directions or notes |
dealerUrl | Link to dealer profile on hermanmiller.com |
scrapedAt | ISO-8601 timestamp of the scrape |
Sample output record
{"dealerId": "001i000000IhaGEAAZ","dealerName": "EvensonBest, LLC - New York HQ","dealerType": "contract","addressStreet": "55 5th Avenue","addressCity": "New York","addressState": "New York","addressPostalCode": "10003","addressCountry": "United States","globalRegion": "North America","latitude": 40.7346278,"longitude": -73.9942558,"phone": "(212) 549-8000","email": "info@evensonbest.com","website": "http://evensonbest.com","certificationLevel": "Certified","categories": "Commercial|Government|Certified|Healthcare","brands": "CBS|Geiger|HAY|Herman Miller|naughtone|Nemschoff|Maharam|Muuto|Knoll","productOffering": "","businessHours": "","locale": "en_us","locationNotes": "","dealerUrl": "https://www.hermanmiller.com/where-to-buy/?dealer=001i000000IhaGEAAZ","scrapedAt": "2026-05-26T18:07:11.221Z"}