# Tampere Manufacturing Companies Data Extract

**Use case:** 

Extract a structured list of manufacturing firms in Tampere, Finland. Includes business IDs, names, addresses, and registration dates.

## Input

```json
{
  "name": "",
  "location": "Tampere",
  "companyForm": "any",
  "mainBusinessLine": "62010",
  "postCode": "00100",
  "businessId": "0112038-9",
  "registrationDateStart": "2024-01-01",
  "maxResults": 200,
  "useProxy": true,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "businessId": {
    "label": "Business ID",
    "format": "text"
  },
  "name": {
    "label": "Company name",
    "format": "text"
  },
  "companyFormCode": {
    "label": "Company form code",
    "format": "text"
  },
  "companyForm": {
    "label": "Company form",
    "format": "text"
  },
  "mainBusinessLineCode": {
    "label": "NACE code",
    "format": "text"
  },
  "mainBusinessLine": {
    "label": "Main business line",
    "format": "text"
  },
  "street": {
    "label": "Street",
    "format": "text"
  },
  "zip": {
    "label": "Postcode",
    "format": "text"
  },
  "city": {
    "label": "City",
    "format": "text"
  },
  "website": {
    "label": "Website",
    "format": "link"
  },
  "registrationDate": {
    "label": "Registration date",
    "format": "date"
  },
  "url": {
    "label": "YTJ URL",
    "format": "link"
  },
  "scrapedAt": {
    "label": "Scraped at",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Finland Company Registry Scraper - PRH B2B Leads](https://apify.com/logiover/finland-company-registry-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/finland-company-registry-scraper) to learn more, explore other use cases, and run it yourself.