# Look up a German company's Bundesanzeiger filings

**Use case:** 

Search the German Federal Gazette (Bundesanzeiger) for a company and export its published filings with registration number, legal form and publication dates.

## Input

```json
{
  "search_query": "Siemens",
  "category": "ida-0",
  "max_items": 100,
  "deep_crawl": true,
  "max_detail_pages": 25,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "company_name": {
    "label": "Company Name",
    "format": "string"
  },
  "legal_form": {
    "label": "Legal Form",
    "format": "string"
  },
  "city": {
    "label": "City",
    "format": "string"
  },
  "publication_date": {
    "label": "Publication Date",
    "format": "string"
  },
  "document_url": {
    "label": "Document Url",
    "format": "string"
  },
  "category_label": {
    "label": "Category Label",
    "format": "string"
  },
  "handelsregister_nummer": {
    "label": "Handelsregister Nummer",
    "format": "string"
  },
  "registration_date": {
    "label": "Registration Date",
    "format": "string"
  },
  "status": {
    "label": "Status",
    "format": "string"
  },
  "registered_address": {
    "label": "Registered Address",
    "format": "string"
  },
  "postal_code": {
    "label": "Postal Code",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "business_activity_description": {
    "label": "Business Activity Description",
    "format": "string"
  },
  "director_names": {
    "label": "Director Names",
    "format": "array"
  },
  "director_titles": {
    "label": "Director Titles",
    "format": "array"
  },
  "director_appointment_dates": {
    "label": "Director Appointment Dates",
    "format": "array"
  },
  "shareholder_names": {
    "label": "Shareholder Names",
    "format": "array"
  },
  "share_percentage": {
    "label": "Share Percentage",
    "format": "array"
  },
  "capital_amount": {
    "label": "Capital Amount",
    "format": "string"
  },
  "vat_number": {
    "label": "Vat Number",
    "format": "string"
  },
  "filing_history": {
    "label": "Filing History",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [De Bundesanzeiger Company Search](https://apify.com/gettingtechnicl/de-bundesanzeiger-company-search.md) with a specific input configuration. Visit the [Actor detail page](https://apify.com/gettingtechnicl/de-bundesanzeiger-company-search.md) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/gettingtechnicl/de-bundesanzeiger-company-search.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
