Foodservice Distributor Location Scraper avatar

Foodservice Distributor Location Scraper

Under maintenance

Pricing

Pay per event

Go to Apify Store
Foodservice Distributor Location Scraper

Foodservice Distributor Location Scraper

Under maintenance

Scrapes 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

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

18 hours ago

Last modified

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:

FieldDescription
distributor_nameFull name of the distribution center
parent_chainChain brand: PFS, Sysco, or GFS
dc_addressStreet address
dc_cityCity
dc_stateState (abbreviation or full name)
dc_zipZIP code
phonePrimary phone number
emailContact email (PFS only, where listed)
websiteURL of the location detail page
service_areasStates/regions served (PFS only)
scrapedAtISO 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

ParameterTypeDefaultDescription
maxItemsinteger10Maximum records to return. Set 0 for no limit.
chainsarray[] (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~LocationsSource
Performance Food Service69performancefoodservice.com/Our-Locations
Sysco76sysco.com sitemap
Gordon Food Service14gfs.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