# Python3 Debian Packages

**Use case:** 

Explore python3 with Debian Packages Scraper - APT Package Search. Run the tested configuration and export structured results as JSON, CSV, or Excel.

## Input

```json
{
  "query": "python3",
  "suite": "stable",
  "maxResults": 3
}
```

## Output

```json
{
  "package": {
    "label": "Package",
    "format": "text"
  },
  "suite": {
    "label": "Suite",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "package_url": {
    "label": "Package Url",
    "format": "link"
  },
  "available_suites": {
    "label": "Available Suites",
    "format": "text"
  },
  "source": {
    "label": "Source",
    "format": "text"
  },
  "scraped_at": {
    "label": "Scraped At",
    "format": "date"
  }
}
```

## About this Actor

This example demonstrates how to use [Debian Packages Scraper - APT Package Search](https://apify.com/benthepythondev/debian-packages-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/benthepythondev/debian-packages-scraper) to learn more, explore other use cases, and run it yourself.