# PhilGEPS Philippines Procurement — Full Export

**Use case:** 

Scrape the full philgeps philippines procurement dataset with all available fields.

## Input

```json
{
  "sp_intended_usage": "Example: extract philgeps philippines procurement for research and lead generation",
  "sp_improvement_suggestions": "none",
  "sp_contact": "Share your email here...",
  "dataType": "opportunities",
  "maxItems": 200,
  "fetchDetails": true,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "reference_number": {
    "label": "Reference Number",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "procuring_entity": {
    "label": "Procuring Entity",
    "format": "string"
  },
  "classification": {
    "label": "Classification",
    "format": "string"
  },
  "approved_budget": {
    "label": "Approved Budget",
    "format": "number"
  },
  "procurement_mode": {
    "label": "Procurement Mode",
    "format": "string"
  },
  "published_date": {
    "label": "Published Date",
    "format": "string"
  },
  "closing_date": {
    "label": "Closing Date",
    "format": "string"
  },
  "area_of_delivery": {
    "label": "Area Of Delivery",
    "format": "string"
  },
  "opportunity_url": {
    "label": "Opportunity Url",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [PhilGEPS Philippines Procurement Scraper](https://apify.com/jungle_synthesizer/philgeps-procurement-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/jungle_synthesizer/philgeps-procurement-scraper) to learn more, explore other use cases, and run it yourself.