CAT Dealer & Service Center Scraper
Pricing
from $3.00 / 1,000 results
CAT Dealer & Service Center Scraper
Scrapes Caterpillar (CAT) dealer and authorized service center directory from cat.com. Returns name, address, phone, website, hours, services, coordinates, and dealer type for every US location.
Pricing
from $3.00 / 1,000 results
Rating
0.0
(0)
Developer
COSENT GROUP
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
3 days ago
Last modified
Categories
Share
Scrapes the complete Caterpillar (CAT) dealer and authorized service center directory from cat.com.
What it does
Queries the CAT dealer locator API using a grid of geographic coordinates covering all 50 US states. Each query returns up to 50 locations and paginates via cursor until exhausted. Results are deduplicated by dealerLocationId.
No proxies required — cat.com does not use Cloudflare Bot Fight Mode.
Output fields
| Field | Description |
|---|---|
dealerLocationId | Unique location ID |
dealerLocationName | Branch/location name |
dealerName | Parent dealer company name |
locationType | Dealer type (e.g. TEPS) |
streetAddress | Street address |
city | City |
state | State abbreviation |
postalCode | ZIP code |
country | Country |
phone | Phone number(s) |
website | Dealer website |
shopWebsite | Parts/shop website |
latitude | Latitude |
longitude | Longitude |
districtName | CAT sales district |
regionName | CAT sales region |
services | Services offered (Sales of Parts, Sales of Service, etc.) |
hours | Store hours |
isSubDealer | Whether this is a sub-dealer location |
dealerCode | CAT dealer code |
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
states | string[] | [] | Filter by state codes e.g. ["TX","CA"]. Empty = all states |
locationType | string | "" | API location type filter |
maxResults | integer | 100 | Cap on results (0 = unlimited) |