# Scrape German SaaS Pricing in EUR

**Use case:** 

Extract a SaaS company's German pricing in euros, with localized plan prices and currency as shown to customers in Germany.

## Input

```json
{
  "startUrls": [
    {
      "url": "https://www.atlassian.com/software/jira/pricing"
    }
  ],
  "useAI": true,
  "discoverPricingPage": true,
  "country": "DE",
  "extractFeatureDetails": true,
  "useBrowser": "auto",
  "includeScreenshot": false,
  "detectChanges": false,
  "previousDatasetId": "",
  "datasetName": "",
  "webhookUrl": "",
  "maxConcurrency": 5,
  "maxRequestsPerCrawl": 20,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "companyName": {
    "label": "Company",
    "format": "text"
  },
  "plans": {
    "label": "Plan Details",
    "format": "object"
  }
}
```

## About this Actor

This example demonstrates how to use [SaaS Pricing & Feature Tracker](https://apify.com/constructive_calm/saas-pricing-tracker) with a specific input configuration. Visit the [Actor detail page](https://apify.com/constructive_calm/saas-pricing-tracker) to learn more, explore other use cases, and run it yourself.