NASPO ValuePoint Awarded Suppliers Directory avatar

NASPO ValuePoint Awarded Suppliers Directory

Pricing

from $5.00 / 1,000 results

Go to Apify Store
NASPO ValuePoint Awarded Suppliers Directory

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

Chris Hoover

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a month ago

Last modified

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

  1. Click Try for free (or Run) on this Actor's page.
  2. Optionally adjust Max items (default 600 — comfortably above the current ~538 total supplier records) and Delay between requests.
  3. Click Start and download your results as JSON, CSV, or Excel from the Output tab.

Input

FieldTypeDescription
maxItemsintegerMaximum number of supplier records to return (default 600).
delaySecondsnumberPolite 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

FieldDescription
supplier_nameSupplier/company name
supplier_urlSupplier profile page URL
pa_numberMaster (Participating) Agreement number
portfolio_namesPortfolio(s) this agreement falls under
portfolio_urlPortfolio landing page URL
categoriesNASPO category label(s)
statesParticipating states/addenda availability (empty if not yet published)
inception_dateMaster Agreement inception date
expiration_dateMaster Agreement expiration date
renewal_limitMaster Agreement renewal-limit date
logo_urlSupplier logo image URL, if present
source_urlPage the record was pulled from
crawl_timestampUTC timestamp of the scrape

Pricing

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

ResultsCost
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 maxItems captures everything in one pass.
  • Filter the downloaded dataset by categories or portfolio_names to 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.