Egypt Government Tenders Monitor avatar

Egypt Government Tenders Monitor

Pricing

from $3.00 / 1,000 results

Go to Apify Store
Egypt Government Tenders Monitor

Egypt Government Tenders Monitor

Monitor public Egypt government tender announcements from EPS-GAGS/EONEPS, with optional MCIT collection when reachable, and export normalized bid-ready procurement data.

Pricing

from $3.00 / 1,000 results

Rating

0.0

(0)

Developer

Omar Elwaziry

Omar Elwaziry

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

17 days ago

Last modified

Share

Monitor public Egypt government tender announcements and export normalized procurement records for bid tracking, market research, sales intelligence, and alerting workflows.

What this Actor does

Egypt Government Tenders Monitor collects public tender announcements from selected Egyptian government procurement sources and converts them into structured dataset records.

It is designed for users who need an easier way to track public procurement opportunities, filter tenders by keyword or category, and export clean records for spreadsheets, databases, alerts, or downstream enrichment.

Who it is for

  • Companies tracking public procurement opportunities in Egypt
  • Sales and business development teams monitoring new tenders
  • Procurement consultants and bid teams
  • Market researchers analyzing public-sector demand
  • Developers building tender alerts, dashboards, or procurement data pipelines

Sources

Source keySourceNotes
epsGagsEPS-GAGS / EONEPS public tender announcementsEnabled by default.
mcitMCIT Egypt public tender listingsOptional source for ICT-related tender pages when reachable.

Data extracted

Records can include:

  • Tender or operation reference number
  • Original tender title as published
  • Arabic title when detected
  • English title when available
  • Buyer or beneficiary entity when available
  • Procurement type
  • Operation type
  • Selection method
  • Publish date
  • Submission deadline
  • Status
  • Category guess
  • Keyword matches
  • Official source URL
  • Optional public detail fields from EPS-GAGS, when enabled
  • Scrape timestamp
  • Compliance notice

Optional EPS-GAGS detail enrichment can add fields such as stage, envelope type, opening place, bidding files, lots, and item tables when those fields are publicly available.

Example input

{
"sources": ["epsGags"],
"keywords": ["firewall", "حواسب", "software"],
"categories": [],
"maxItemsPerSource": 50,
"includeEpsGagsDetails": false,
"maxDetailItems": 10,
"politeDelayMs": 1200,
"requestTimeoutSecs": 30
}

Input options

FieldTypeDescription
sourcesarrayPublic sources to collect. Use epsGags by default; add mcit when you want MCIT listings as well.
keywordsarrayOptional words or phrases to match in tender titles, references, categories, or buyer text. Leave empty to return all visible records.
categoriesarrayOptional normalized categories such as it_software, medical, logistics, vehicles, construction, or general_goods.
maxItemsPerSourceintegerMaximum number of records to emit from each source.
includeEpsGagsDetailsbooleanEnables public EPS-GAGS detail enrichment for a capped number of records. Disabled by default to keep runs lighter.
maxDetailItemsintegerMaximum EPS-GAGS detail records to enrich when detail enrichment is enabled.
politeDelayMsintegerDelay between source requests. Useful for respectful collection.
requestTimeoutSecsintegerTimeout for each request.

Example output

{
"id": "epsgags-12345",
"source_key": "epsGags",
"source": "EPS-GAGS / EONEPS",
"operation_no": "12345",
"original_title": "توريد أجهزة وشبكات",
"title_ar": "توريد أجهزة وشبكات",
"title_en": null,
"procurement_type": "مناقصة عامة",
"operation_type": "توريد",
"selection_method": "Public tender",
"publish_date": "2026-01-01",
"submission_deadline": "2026-01-15",
"status": "Published",
"category_guess": "it_hardware",
"keyword_matches": ["حواسب"],
"url": "https://www.eps-gags.gov.eg/...",
"source_url": "https://www.eps-gags.gov.eg/...",
"detail_enriched": false,
"scraped_at": "2026-01-01T00:00:00.000Z",
"compliance_notice": "Verify all tender details on the official source before making bidding decisions."
}

Common use cases

  • Track new public tender announcements in Egypt
  • Monitor tenders matching specific products, services, or keywords
  • Build internal bid-alert workflows
  • Export procurement opportunities to spreadsheets or CRMs
  • Analyze public-sector demand by category or buyer entity
  • Feed tender records into dashboards or business intelligence tools

Tips for best results

  • Start with epsGags only for the most reliable default run.
  • Use keyword filters for targeted monitoring, especially when tracking a specific product or service line.
  • Keep detail enrichment disabled for broad scans and enable it only for smaller, capped runs.
  • Increase politeDelayMs for larger runs.
  • Always open the official source URL before making bidding, legal, or commercial decisions.

Limitations

This Actor collects selected public pages visible without login. It does not access private supplier accounts, submit forms, bypass CAPTCHA, bypass access controls, scrape paywalled content, or provide legal or bid-qualification advice.

The Actor is not affiliated with any Egyptian government entity. Output completeness depends on what each public source exposes at run time. Users should verify deadlines, documents, eligibility requirements, and submission instructions on the official source before acting.

Changelog

  • 0.2 Added normalized public tender output, keyword/category filtering, and optional EPS-GAGS public detail enrichment.