# Bundesanzeiger Financial Reports Extractor

**Use case:** 

Extract German Federal Gazette accounting and financial report publication rows for a watched company.

## Input

```json
{
  "queries": [
    "BASF"
  ],
  "startUrls": [],
  "searchArea": "accounting",
  "maxItems": 30,
  "includeDetails": true,
  "maxDetailCharacters": 8000
}
```

## Output

```json
{
  "query": {
    "label": "Query"
  },
  "companyName": {
    "label": "Company / publisher"
  },
  "location": {
    "label": "Location"
  },
  "area": {
    "label": "Area"
  },
  "publicationTitle": {
    "label": "Publication title"
  },
  "publicationDate": {
    "label": "Publication date"
  },
  "detailUrl": {
    "label": "Detail URL",
    "format": "link"
  },
  "noticeText": {
    "label": "Notice text"
  },
  "sourceUrl": {
    "label": "Source URL",
    "format": "link"
  },
  "fetchedAt": {
    "label": "Fetched at"
  }
}
```

## About this Actor

This example demonstrates how to use [Bundesanzeiger Filings Scraper](https://apify.com/automation-lab/bundesanzeiger-filings-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/automation-lab/bundesanzeiger-filings-scraper) to learn more, explore other use cases, and run it yourself.