# India EProcure (CPPP) Tender — Full Export

**Use case:** 

Scrape the full india eprocure (cppp) tender dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract india eprocure (cppp) tender for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "maxItems": 200,
  "portals": [
    "CPPP"
  ],
  "organizations": []
}
```

## Output

```json
{
  "portal": {
    "label": "Portal",
    "format": "string"
  },
  "tender_id": {
    "label": "Tender Id",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "organization": {
    "label": "Organization",
    "format": "string"
  },
  "tender_type": {
    "label": "Tender Type",
    "format": "string"
  },
  "estimated_value": {
    "label": "Estimated Value",
    "format": "string"
  },
  "published_date": {
    "label": "Published Date",
    "format": "string"
  },
  "bid_submission_end": {
    "label": "Bid Submission End",
    "format": "string"
  },
  "document_download_url": {
    "label": "Document Download Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [India Govt Tenders Scraper — CPPP, IOCL, State & Defence](https://apify.com/jungle_synthesizer/india-eprocure-tender-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/india-eprocure-tender-scraper) to learn more, explore other use cases, and run it yourself.