NASPO ValuePoint Awarded Suppliers Directory
Pricing
from $5.00 / 1,000 results
NASPO ValuePoint Awarded Suppliers Directory
Extracts NASPO ValuePoint's full awarded-supplier directory (master agreement holders across all cooperative purchasing portfolios) via the site's own public search API.
Pricing
from $5.00 / 1,000 results
Rating
0.0
(0)
Developer
Chris Hoover
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
a month ago
Last modified
Categories
Share
Scrapes NASPO ValuePoint's Awarded Suppliers directory — the full public list of cooperative purchasing Master Agreement holders across every NASPO ValuePoint portfolio (IT, facilities, fleet, office, and more) — into clean, structured JSON. Data comes directly from NASPO's own public search index, so every run returns the complete, current supplier set rather than a partial page scrape.
Why use this Actor?
NASPO ValuePoint runs cooperative purchasing contracts that state, local, and eligible public entities can piggyback on without running their own procurement. This Actor is useful for:
- Public-sector sales and business-development teams identifying which suppliers already hold a Master Agreement in a given category, and which states/portfolios each one covers.
- Government-contract consultants researching competitor award history, contract dates, and portfolio coverage.
- Compliance and vendor-risk teams cross-referencing a supplier's active NASPO agreements before onboarding.
- AI agents and research pipelines that need machine-readable cooperative-contract data instead of manually paging through the NASPO site's search UI.
How to use this Actor
- Click Try for free (or Run) on this Actor's page.
- Optionally adjust Max items (default 600 — comfortably above the current ~538 total supplier records) and Delay between requests.
- Click Start and download your results as JSON, CSV, or Excel from the Output tab.
Input
| Field | Type | Description |
|---|---|---|
maxItems | integer | Maximum number of supplier records to return (default 600). |
delaySeconds | number | Polite delay between paginated requests (default 1.0s). |
Output
Each item represents one supplier award record:
{"supplier_name": "CGI Technologies & Solutions, Inc.","supplier_url": "https://www.naspovaluepoint.org/suppliers/cgi-technologies-solutions-inc/","pa_number": "LS4985","portfolio_names": ["Cloud & Software Solutions"],"portfolio_url": "https://www.naspovaluepoint.org/portfolios/cloud-and-software-solutions/","categories": ["Information Technology & Communications"],"states": [],"inception_date": "2026-09-16T00:00:00.000Z","expiration_date": "2036-09-15T00:00:00.000Z","renewal_limit": "2036-09-15T00:00:00.000Z","logo_url": "https://s3.us-east-1.amazonaws.com/nvp/Images/logo_cgi_color_jpg.jpg","source_url": "https://www.naspovaluepoint.org/suppliers/","crawl_timestamp": "2026-08-02T08:25:00.000000+00:00"}
Suppliers holding more than one Master Agreement (e.g. across different portfolios) appear as separate records, one per agreement.
Data table
| Field | Description |
|---|---|
| supplier_name | Supplier/company name |
| supplier_url | Supplier profile page URL |
| pa_number | Master (Participating) Agreement number |
| portfolio_names | Portfolio(s) this agreement falls under |
| portfolio_url | Portfolio landing page URL |
| categories | NASPO category label(s) |
| states | Participating states/addenda availability (empty if not yet published) |
| inception_date | Master Agreement inception date |
| expiration_date | Master Agreement expiration date |
| renewal_limit | Master Agreement renewal-limit date |
| logo_url | Supplier logo image URL, if present |
| source_url | Page the record was pulled from |
| crawl_timestamp | UTC timestamp of the scrape |
Pricing
This Actor is priced at $5 per 1,000 results. Example costs:
| Results | Cost |
|---|---|
| 100 | $0.50 |
| 500 | $2.50 |
| 1,000 | $5.00 |
| 5,000 | $25.00 |
A full-directory run (~538 records) costs roughly $2.69.
Tips
- The full supplier set currently holds ~538 records — a single run with the default
maxItemscaptures everything in one pass. - Filter the downloaded dataset by
categoriesorportfolio_namesto scope results to a specific procurement category without re-running the Actor.
FAQ
Is this legal? Yes — this Actor only reads NASPO ValuePoint's public supplier directory data.
No login is required and the site's robots.txt does not restrict this content.
Does this include personal contact information? No — only organization- and agreement-level fields are collected (supplier name, portfolio, category, states, contract dates). No individual contact names or emails are extracted.
Found an issue? Use the Issues tab on this Actor's Apify Store page to report it.