MSP Collective ESP Directory
Pricing
from $2.00 / 1,000 results
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
Maintained by CommunityActor stats
0
Bookmarked
1
Total users
1
Monthly active users
a month ago
Last modified
Categories
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
- Click Try for free (or Run) on this Actor's page.
- Leave the default Start URL as the MSP Collective ESP directory page.
- 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
| Field | Type | Description |
|---|---|---|
startUrls | array | ESP directory page URL. Defaults to the official page. |
maxItems | integer | Maximum number of ESP records to return (default 100). |
delaySeconds | number | Polite delay before each fetch (default 1.0s). |
concurrency | integer | Reserved 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
| Field | Description |
|---|---|
| espDbaName | ESP's "doing business as" / display name |
| espLegalName | ESP's registered legal entity name |
| cmmcL2CertifiedDate | Date the CMMC Level 2 assessment was certified |
| websiteUrl | ESP's website URL |
| headquarters | HQ city/state/country as published in the directory |
| nist800171Level | NIST 800-171 assessment level (e.g. "r2") |
| cmmcCertLevel | CMMC certification level (e.g. "L2") |
| mspCollectiveMember | true if the directory flags the ESP as an MSP Collective member |
| sourceUrl | The directory page URL the record was scraped from |
Pricing
This Actor is priced at $2.00 per 1,000 results. Example costs:
| Results | Cost |
|---|---|
| 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
espDbaNameto 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.