# 大阪府 政府調達 補助金 受給企業リスト

**Use case:** 

大阪府の政府調達と補助金受給企業リストは、公共入札や助成金の実績がある大阪の株式会社を一覧化します。This example searches gBizINFO for well-capitalized Osaka corporations and enriches each record with government procurement contract history and public subsidy awards, useful for competitive intelligence, grant research, or public-sector vendor sourcing teams tracking who already wins government business.

## Input

```json
{
  "searchMode": "bySearch",
  "corporateNumbers": [
    "7010401022916"
  ],
  "nameQuery": "",
  "corporateType": "301",
  "prefectureCode": "27",
  "capitalMin": 100000000,
  "capitalMax": 0,
  "employeeMin": 0,
  "employeeMax": 0,
  "existingOnly": true,
  "includeCertifications": false,
  "includeProcurement": true,
  "includeSubsidies": true,
  "includePatents": false,
  "includeCommendations": false,
  "maxItems": 5,
  "proxyConfiguration": {
    "useApifyProxy": false
  }
}
```

## Output

```json
{
  "name_en": {
    "label": "Company Name (EN)",
    "format": "string"
  },
  "name": {
    "label": "Company Name (JA)",
    "format": "string"
  },
  "capital_stock": {
    "label": "Valuation (JPY)",
    "format": "number"
  },
  "employee_number": {
    "label": "Employee Count",
    "format": "number"
  },
  "date_of_establishment": {
    "label": "Date of Establishment",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Japan Company Scraper: 4.5M+ gBizINFO Records](https://apify.com/getascraper/gbizinfo-japan-company-scraper.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/getascraper/gbizinfo-japan-company-scraper.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

This Task's input is already configured above. Use it as-is rather than inventing a new one.

Do not guess an integration path. Every one of them is in the agent quickstart at https://apify.com/agents.md: the Apify MCP server, Agent Skills with the Apify CLI, the JavaScript and Python clients, the REST API, and the account-free path for an agent with no human to sign in. It also carries the rule on stating cost before the first paid run.

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/getascraper/gbizinfo-japan-company-scraper.md

Each client library has reference documentation the quickstart does not restate: [JavaScript/TypeScript](https://docs.apify.com/api/client/js/docs.md) (`npm install apify-client`) and [Python](https://docs.apify.com/api/client/python/docs.md) (`pip install apify-client`).
