GSA Schedule Partner Finder avatar

GSA Schedule Partner Finder

Pricing

from $2.50 / 1,000 gsa partner leads

Go to Apify Store
GSA Schedule Partner Finder

GSA Schedule Partner Finder

Find GSA Schedule contractors by SIN/category, contract status, expiration window, small-business tags, contacts, and CRM-ready partner/recompete notes.

Pricing

from $2.50 / 1,000 gsa partner leads

Rating

0.0

(0)

Developer

SignalCrawl

SignalCrawl

Maintained by Community

Actor stats

1

Bookmarked

2

Total users

0

Monthly active users

5 days ago

Last modified

Share

Find GSA Schedule contractors by SIN/category and turn public GSA eLibrary pages into CRM-ready partner, subcontractor, and recompete leads.

This Actor extracts contractors from public GSA eLibrary SIN/search pages and enriches each record with contact details, SAM UEI, NAICS codes, socio-economic tags, contract dates, scoring, and dedupe-ready keys.

Built for GovCon BD teams, capture managers, subcontracting teams, federal sales teams, proposal consultants, market researchers, and AI agents monitoring GSA Schedule markets.

Why Use This Actor

Most GSA eLibrary tools stop at raw contractor rows. This Actor is designed for action: who to contact, which companies match your partner profile, which contracts are closer to recompete, and which records can be pushed into a CRM or capture workflow.

Use it to:

  • Find teaming partners by SIN, category, and small-business status.
  • Build subcontractor and reseller target lists from official GSA Schedule pages.
  • Monitor expiring contracts and recompete windows.
  • Enrich GovCon lead lists with GSA contract numbers, UEIs, emails, phones, websites, and socio-economic tags.
  • Feed Clay, Airtable, HubSpot, Salesforce, Sheets, AI agents, and market intelligence dashboards.

What You Get

Each result can include:

  • Contractor name and GSA contract number.
  • Schedule number and SIN code.
  • Email, phone, website, address, city, state, and ZIP.
  • SAM UEI and NAICS codes.
  • Small-business and socio-economic tags.
  • Current option period end date and ultimate contract end date.
  • partnerFitScore, recompeteUrgencyScore, leadType, crmNote, and dedupeKey.
  • Source GSA eLibrary URL and scrape timestamp.

Best Use Cases

Enter a SIN like 54151S and get contractors already approved under that GSA category. Filter or score for small-business, SDVOSB, HUBZone, woman-owned, or other partner profiles.

Recompete Watch

Use expiringWithinDays to surface contracts approaching their ultimate end date. This helps BD teams prioritize outreach before recompete or teaming windows close.

GovCon Lead Generation

Export official GSA Schedule holders with contact fields and CRM notes. Useful for vendors selling to contractors, consultants building partner maps, and agencies researching supplier coverage.

Input Example

{
"scheduleNumber": "MAS",
"sins": ["54151S"],
"keywords": [],
"maxItems": 25,
"includeDetails": true,
"preferredBusinessTags": ["Small Business", "Service Disabled Veteran"],
"smallBusinessOnly": false,
"expiringWithinDays": 0
}

Input Options

FieldTypeDescription
scheduleNumberstringGSA schedule number. MAS is the default Multiple Award Schedule.
sinsarraySIN codes to scrape, for example 54151S.
keywordsarrayOptional GSA eLibrary keyword searches if you do not know the SIN.
startUrlsarrayOptional direct GSA eLibrary SIN/search URLs.
maxItemsintegerMaximum unique contractor records to save.
includeDetailsbooleanFetch contact fields, UEI, NAICS, dates, and socio-economic tags.
preferredBusinessTagsarrayTags used to boost partnerFitScore.
smallBusinessOnlybooleanKeep only small-business-tagged contractors.
expiringWithinDaysintegerKeep only contractors expiring within N days. Use 0 to disable.

Output Example

{
"platform": "gsa-elibrary",
"contractorName": "1 SOURCE CONSULTING, INC.",
"contractNumber": "47QTCA19D00AQ",
"schedule": "MAS",
"sin": "54151S",
"businessSizeTags": [
"Small Business",
"Service Disabled Veteran Owned Small Business"
],
"email": "example@company.com",
"phone": "2025550100",
"website": "https://example.com",
"samUei": "EXAMPLEUEI",
"naics": ["541511"],
"currentOptionEndDate": "Apr 25, 2029",
"ultimateContractEndDate": "Apr 25, 2039",
"daysUntilUltimateEnd": 4700,
"partnerFitScore": 94,
"recompeteUrgencyScore": 25,
"leadType": "small_business_partner",
"crmNote": "1 SOURCE CONSULTING, INC. holds GSA MAS SIN 54151S; tags: Small Business; ultimate end date: Apr 25, 2039.",
"dedupeKey": "47QTCA19D00AQ::54151S",
"url": "https://www.gsaelibrary.gsa.gov/ElibMain/contractorInfo.do?...",
"sourceUrl": "https://www.gsaelibrary.gsa.gov/ElibMain/sinDetails.do?...",
"scrapedAt": "2026-05-19T00:00:00+00:00"
}

Useful SIN Seeds

Try these common GSA MAS SINs:

SINMarket
54151SIT Professional Services
541611Management and Financial Consulting
541330ENGEngineering Services
541690Technical Consulting
541715Engineering Research and Development
518210CCloud Computing and Cloud Related IT Professional Services

Notes And Limitations

  • This Actor collects public data from GSA eLibrary pages.
  • GSA eLibrary can be slow for large SINs; detail extraction is richer but slower.
  • Some contractors may not expose all contact fields.
  • This Actor is independent and is not affiliated with, endorsed by, or sponsored by GSA or the U.S. federal government.

Local Development

apify run --purge --input-file examples/it-services-small.json
python tests/qa_harness.py