MSP Collective ESP Directory avatar

MSP Collective ESP Directory

Pricing

from $2.00 / 1,000 results

Go to Apify Store
MSP Collective ESP Directory

MSP Collective ESP Directory

Scrapes the MSP Collective's public directory of CMMC/NIST 800-171-certified External Service Providers (ESPs) into normalized JSON rows for defense-industrial-base vendor research and compliance lead generation.

Pricing

from $2.00 / 1,000 results

Rating

0.0

(0)

Developer

Chris Hoover

Chris Hoover

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

a month ago

Last modified

Share

Scrapes the MSP Collective's public ESP directory — a curated list of External Service Providers (ESPs) that have achieved CMMC Level 2 / NIST SP 800-171 certification — into clean, structured JSON.

Why use this Actor?

Defense-industrial-base contractors, prime/sub vendors, and compliance teams routinely need to find and vet managed service providers that already hold CMMC/NIST 800-171 certification before signing them on. This Actor is useful for:

  • Procurement and compliance teams building a shortlist of CMMC-certified ESPs by headquarters location or certification level.
  • MSPs and ESPs themselves monitoring their own listing or tracking which competitors are certified and MSP Collective members.
  • Compliance consultancies and researchers mapping the CMMC-certified vendor market.
  • AI agents and research pipelines that need machine-readable CMMC/NIST compliance vendor data instead of manually browsing the directory page.

How to use this Actor

  1. Click Try for free (or Run) on this Actor's page.
  2. Leave the default Start URL as the MSP Collective ESP directory page.
  3. Click Start and download your results as JSON, CSV, or Excel from the Output tab.

The entire directory is rendered on a single page — there is no pagination to configure, and one run captures the full list.

Input

FieldTypeDescription
startUrlsarrayESP directory page URL. Defaults to the official page.
maxItemsintegerMaximum number of ESP records to return (default 100).
delaySecondsnumberPolite delay before each fetch (default 1.0s).
concurrencyintegerReserved for consistency with other Actors in this line; this target is a single static page so it has no effect on run time.

Output

Each item represents one certified ESP:

{
"espDbaName": "Aethon Security",
"espLegalName": "Aethon Security Consulting, LLC",
"cmmcL2CertifiedDate": "3/07/2025",
"websiteUrl": "https://www.aethonsecurity.com/",
"headquarters": "Middleburg, VA, USA",
"nist800171Level": "r2",
"cmmcCertLevel": "L2",
"mspCollectiveMember": true,
"sourceUrl": "https://www.mspcollective.org/esp-directory"
}

Data table

FieldDescription
espDbaNameESP's "doing business as" / display name
espLegalNameESP's registered legal entity name
cmmcL2CertifiedDateDate the CMMC Level 2 assessment was certified
websiteUrlESP's website URL
headquartersHQ city/state/country as published in the directory
nist800171LevelNIST 800-171 assessment level (e.g. "r2")
cmmcCertLevelCMMC certification level (e.g. "L2")
mspCollectiveMembertrue if the directory flags the ESP as an MSP Collective member
sourceUrlThe directory page URL the record was scraped from

Pricing

This Actor is priced at $2.00 per 1,000 results. Example costs:

ResultsCost
100$0.20
500$1.00
1,000$2.00
5,000$10.00

Tips

  • The directory currently holds 49 ESP records — a single run captures everything in one pass.
  • Schedule this Actor on a recurring basis and diff on espDbaName to catch newly-certified or newly-listed ESPs without checking the site by hand.

FAQ

Is this legal? Yes — this Actor only reads MSP Collective's public ESP directory page. No login is required, and the site's robots.txt does not restrict this page (only HubSpot preview/preference paths are disallowed).

Does this include personal contact information? No — every field is company-level (name, certification, location, website). No individual names, emails, or phone numbers are collected.

Found an issue? Use the Issues tab on this Actor's Apify Store page to report it.