Herman Miller Authorized Dealer Locator Scraper avatar

Herman Miller Authorized Dealer Locator Scraper

Pricing

Pay per event

Go to Apify Store
Herman Miller Authorized Dealer Locator Scraper

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

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

6 days ago

Last modified

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

  1. Retail dealers — Fetches the complete global retail dealer list in one API call (~340 records across all markets)
  2. Showrooms — Fetches all MillerKnoll showrooms worldwide (~20 records)
  3. Online retailers — Fetches authorized online retailers organized by country
  4. 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

FieldTypeDescription
maxItemsIntegerMaximum dealer records to return. Set 0 for all records. Default: 0 (unlimited).
dealerTypesArrayDealer types to include: retail, contract, showroom, online. Leave empty for all types.
countriesArrayFilter to specific countries (e.g. "United States", "Germany"). Leave empty for worldwide results.

Output

Each record contains:

FieldDescription
dealerIdSalesforce Account ID — unique stable identifier
dealerNameFull display name of the dealer location
dealerTypeChannel: retail, contract, showroom, or online
addressStreetStreet address
addressCityCity
addressStateState or province
addressPostalCodeZIP or postal code
addressCountryCountry
globalRegionMacro-region (North America, Europe, Asia Pacific, etc.)
latitudeLatitude coordinate
longitudeLongitude coordinate
phonePhone number
emailContact email
websiteDealer website URL
certificationLevelAuthorization tier: Certified, Accredited Partner, Dealer Partner
categoriesMarket segments served, pipe-separated (Commercial, Healthcare, Government, etc.)
brandsMillerKnoll brands carried, pipe-separated (Herman Miller, Knoll, HAY, etc.)
productOfferingProduct specializations, pipe-separated
businessHoursOperating hours as JSON string (when available)
localeSite locale code (e.g. en_us, en_gb)
locationNotesAdditional directions or notes
dealerUrlLink to dealer profile on hermanmiller.com
scrapedAtISO-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"
}