India eProcure (CPPP) Tender Scraper avatar

India eProcure (CPPP) Tender Scraper

Pricing

Pay per event

Go to Apify Store
India eProcure (CPPP) Tender Scraper

India eProcure (CPPP) Tender Scraper

Scrapes active tenders from India's Central Public Procurement Portal (eProcure / CPPP), operated by NIC for all central government ministries. Extracts tender metadata including organization, tender type, value, EMD, dates, contact details, and document links.

Pricing

Pay per event

Rating

0.0

(0)

Developer

BowTiedRaccoon

BowTiedRaccoon

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Scrapes active tenders from India's Central Public Procurement Portal (eProcure / CPPP), operated by NIC (National Informatics Centre) for all central government ministries. This is the first Apify actor covering India's largest central government tender database.

What it does

The actor navigates the eProcure portal's organisation-based listing (no CAPTCHA required) to collect active tenders across all ~222 central government organisations, then fetches full detail pages for each tender.

Data extracted per tender:

  • Tender ID (e.g. 2026_AIIMS_908061_1)
  • Title / work description
  • Organisation and department (full hierarchy chain)
  • Tender type (Open, Limited, Two-Stage)
  • Tender category (Goods, Works, Services)
  • Product category
  • Estimated value in INR
  • EMD (Earnest Money Deposit) amount
  • Published date
  • Bid submission end date
  • Bid opening date
  • Location
  • Contact officer name and address
  • Tender detail page URL

Use cases

  • Bid discovery: Find relevant government tenders for your industry or product category
  • Procurement analytics: Track tender volumes, values, and patterns across ministries
  • Lead generation: Identify opportunities for contractors, suppliers, and consultants
  • Market research: Understand India's public procurement spend by organisation and category
  • Competitive intelligence: Monitor tender awards and corrigenda

Input

FieldTypeDefaultDescription
maxItemsinteger10Maximum number of tenders to return (1–10,000)
organizationstring(all)Optional: filter to a specific organisation (partial name match)

Example — all active tenders (up to 100):

{
"maxItems": 100
}

Example — filter to AIIMS tenders only:

{
"maxItems": 50,
"organization": "All India Institute of Medical Science"
}

Output

Each record in the dataset:

{
"tender_id": "2026_AMU_904522_1",
"title": "Biochemistry Chemistry Analyzer on Reagent Rental Basis",
"organization": "Aligarh Muslim University",
"department": "Jawaharlal Nehru Medical College Hospital > Medical Superintendent",
"tender_type": "Open Tender",
"tender_category": "Goods",
"product_category": "Laboratory and scientific equipment",
"estimated_value": "NA",
"emd_amount": "0.00",
"published_date": "07-Apr-2026 03:00 PM",
"bid_submission_end": "18-May-2026 09:00 AM",
"bid_opening_date": "19-May-2026 09:00 AM",
"location": "Department of Pathology JNMC AMU",
"contact_name": "Chairperson Department of Pathology",
"contact_address": "Department of Pathology JNMC AMU, Aligarh UP",
"document_download_url": "https://eprocure.gov.in/eprocure/app?...",
"status": "Active",
"scraped_at": "2026-05-10T01:17:28.316Z"
}

Notes

  • Coverage: All central government ministries and departments above procurement threshold. Does not cover state-level procurement or GeM (Government e-Marketplace) routine purchases.
  • Active tenders only: The actor scrapes currently active tenders. Historical/archived tenders require a separate run configuration.
  • Organisation filter: Partial matches are case-insensitive. For example, "AIIMS" will match all AIIMS institutions.
  • Courtesy rate limiting: The actor respects NIC server limits with 500ms delays between requests.

About the portal

The Central Public Procurement Portal (CPPP) at eprocure.gov.in is India's mandatory centralised tendering platform for all central government agencies above prescribed financial thresholds. It processes hundreds of billions of rupees in public procurement annually and is the authoritative source for government tender data in India.