# Laptop Tenders in India - GeM

**Use case:** 

Find active laptop and computer hardware tenders from GeM with departments, deadlines, bid details, states, and official tender URLs.

## Input

```json
{
  "source": "gem",
  "keywords": [
    "laptop"
  ],
  "status": "active",
  "maxResults": 10,
  "proxyConfiguration": {
    "useApifyProxy": true,
    "apifyProxyGroups": [
      "RESIDENTIAL"
    ]
  }
}
```

## Output

```json
{
  "source": {
    "label": "Source",
    "format": "text"
  },
  "keyword": {
    "label": "Keyword",
    "format": "text"
  },
  "tenderId": {
    "label": "Tender ID",
    "format": "text"
  },
  "tenderTitle": {
    "label": "Title",
    "format": "text"
  },
  "organization": {
    "label": "Organization",
    "format": "text"
  },
  "department": {
    "label": "Department"
  },
  "ministry": {
    "label": "Ministry",
    "format": "text"
  },
  "category": {
    "label": "Category",
    "format": "text"
  },
  "tenderType": {
    "label": "Type",
    "format": "text"
  },
  "bidSubmissionStartDate": {
    "label": "Bid submission start date"
  },
  "bidSubmissionEndDate": {
    "label": "Bid End",
    "format": "date"
  },
  "tenderOpenDate": {
    "label": "Opening Date",
    "format": "date"
  },
  "publishedDate": {
    "label": "Published",
    "format": "date"
  },
  "closingDate": {
    "label": "Closing date"
  },
  "bidValidity": {
    "label": "Bid Validity",
    "format": "text"
  },
  "tenderStatus": {
    "label": "Status",
    "format": "text"
  },
  "state": {
    "label": "State",
    "format": "text"
  },
  "location": {
    "label": "Location"
  },
  "eligibilityCriteriaSummary": {
    "label": "Eligibility criteria summary"
  },
  "emdAmount": {
    "label": "EMD",
    "format": "number"
  },
  "tenderUrl": {
    "label": "URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [India Government Tenders Scraper - GeM Leads](https://apify.com/fascinating_lentil/india-government-tenders-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/fascinating_lentil/india-government-tenders-scraper) to learn more, explore other use cases, and run it yourself.