Global Government Contracts & Tenders Scraper avatar

Global Government Contracts & Tenders Scraper

Pricing

from $4.00 / 1,000 contract scrapeds

Go to Apify Store
Global Government Contracts & Tenders Scraper

Global Government Contracts & Tenders Scraper

Scrape public government contracts and tender notices from official sources: SAM.gov, EU TED, and UK Contracts Finder. Export normalized B2B procurement opportunity data.

Pricing

from $4.00 / 1,000 contract scrapeds

Rating

0.0

(0)

Developer

Md Jakaria Mirza

Md Jakaria Mirza

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Categories

Share

Scrape official public procurement notices from government sources and export normalized contract opportunity data for B2B research, tender monitoring, procurement analytics, and vendor sales workflows.

This Actor currently supports:

  • UK Contracts Finder via the official OCDS API
  • EU TED via the official TED Search API
  • SAM.gov via the official Get Opportunities Public API when you provide your own SAM.gov API key

It saves clean records to the Apify Dataset and charges only after a valid contract/tender record is saved.

What This Actor Extracts

  • Source
  • Keyword used
  • Contract or tender ID
  • Contract title
  • Buyer / contracting authority
  • Country and region
  • Notice type and stage
  • Procurement method
  • Contract value and currency where available
  • Published date
  • Deadline date
  • Status
  • CPV, NAICS, or classification codes
  • Description
  • Official contract URL
  • Scraped timestamp

Use Cases

  1. B2B lead generation for suppliers selling into government procurement.
  2. Tender monitoring for sales teams and bid managers.
  3. Public-sector market research by category, region, buyer, and value.
  4. Competitive intelligence for procurement consultants and vendors.
  5. Contract analytics across the UK, EU, and US public-sector markets.

Input

{
"sources": ["uk_contracts_finder", "ted"],
"keywords": ["software"],
"dateFrom": "2026-06-01",
"dateTo": "2026-06-13",
"noticeStatus": "active",
"maxResults": 10
}

To include SAM.gov, add "sam_gov" to sources and provide samApiKey.

{
"sources": ["sam_gov"],
"keywords": ["cybersecurity"],
"dateFrom": "2026-06-01",
"dateTo": "2026-06-13",
"country": "CA",
"samApiKey": "YOUR_SAM_GOV_API_KEY",
"maxResults": 25
}

Output Example

{
"source": "uk_contracts_finder",
"keyword": "software",
"contractId": "ocds-b5fd17-example",
"title": "Software support services",
"buyerName": "Example Council",
"buyerCountry": "United Kingdom",
"buyerRegion": "London",
"noticeType": "tender",
"stage": "tender",
"procurementMethod": "Open procedure",
"contractValue": 250000,
"currency": "GBP",
"publishedDate": "2026-06-12T10:00:00+01:00",
"deadlineDate": "2026-07-12T12:00:00+01:00",
"status": "active",
"classificationCodes": ["CPV:72000000 IT services"],
"description": "Public contract notice summary...",
"contractUrl": "https://www.contractsfinder.service.gov.uk/Notice/...",
"scrapedAt": "2026-06-13T17:00:00.000Z"
}

Pricing

EventPriceWhen charged
contract-scraped$0.004Once per clean contract/tender record saved

Responsible Use

Use this Actor only for lawful purposes and in compliance with the source websites' terms, robots.txt, applicable privacy laws, and local regulations. This Actor is designed for official public procurement records and does not intentionally collect personal contact lists, private account data, or non-public information.

Notes

  • SAM.gov requires a user-provided public API key.
  • EU TED Search API is public and does not require a key for published notices.
  • UK Contracts Finder returns OCDS data under the UK Open Government Licence.