Foodservice Distributor Location Scraper
Pricing
Pay per event
Go to Apify Store

Foodservice Distributor Location Scraper
Under maintenanceScrapes distribution center location data from Sysco, Performance Food Service, and Gordon Food Service. Returns ~160 DC records with address, phone, service area, and contact info — ready for B2B prospecting or market mapping.
Pricing
Pay per event
Rating
0.0
(0)
Developer
BowTiedRaccoon
Maintained by Community
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
18 hours ago
Last modified
Categories
Share
Foodservice Distributor Directory Scraper
Scrapes distribution center (DC) location data for the top US foodservice chains — Performance Food Service (PFS), Sysco, and Gordon Food Service (GFS). Returns address, phone, service areas, and contact info for ~160 DC locations across all three chains.
What You Get
Each record includes:
| Field | Description |
|---|---|
distributor_name | Full name of the distribution center |
parent_chain | Chain brand: PFS, Sysco, or GFS |
dc_address | Street address |
dc_city | City |
dc_state | State (abbreviation or full name) |
dc_zip | ZIP code |
phone | Primary phone number |
email | Contact email (PFS only, where listed) |
website | URL of the location detail page |
service_areas | States/regions served (PFS only) |
scrapedAt | ISO 8601 timestamp |
Use Cases
- B2B sales prospecting — build outbound lists for food/bev CPG brands seeking distribution partners
- Market research — map DC coverage across the US by chain and region
- Commercial real estate — identify cold storage and warehouse footprint by state
- Restaurant tech/SaaS — enrich distributor CRM data
Input
| Parameter | Type | Default | Description |
|---|---|---|---|
maxItems | integer | 10 | Maximum records to return. Set 0 for no limit. |
chains | array | [] (all) | Filter by chain. Valid values: pfs, sysco, gfs. Leave empty to scrape all. |
Example: All chains, no limit
{"maxItems": 0,"chains": []}
Example: PFS only, first 20
{"maxItems": 20,"chains": ["pfs"]}
Coverage
| Chain | ~Locations | Source |
|---|---|---|
| Performance Food Service | 69 | performancefoodservice.com/Our-Locations |
| Sysco | 76 | sysco.com sitemap |
| Gordon Food Service | 14 | gfs.com sitemap |
Notes
- No proxy required — all three sites are publicly accessible without authentication
- PFS and GFS are server-rendered HTML; Sysco uses Next.js App Router (server-rendered)
- Service area and email fields are populated for PFS locations only; Sysco and GFS do not publish this data on their public pages