# PyPI - Python Package Search & Stats Full Export

**Use case:** 

Full Export of PyPI - Python Package Search & Stats. Structured, ready-to-use data exported in seconds for research, monitoring, or lead generation.

## Input

```json
{
  "search": "web scraping",
  "maxItems": 500
}
```

## Output

```json
{
  "name": {
    "label": "Package",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "author": {
    "label": "Author",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "weeklyDownloads": {
    "label": "Weekly Downloads",
    "format": "number"
  },
  "totalDownloads": {
    "label": "Monthly Downloads",
    "format": "number"
  },
  "requiresPython": {
    "label": "Requires Python",
    "format": "text"
  },
  "lastPublished": {
    "label": "Last Published",
    "format": "text"
  },
  "url": {
    "label": "PyPI URL",
    "format": "link"
  }
}
```

## About this Actor

This example demonstrates how to use [PyPI Scraper - Python Package Search & Stats](https://apify.com/parseforge/pypi-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/pypi-scraper) to learn more, explore other use cases, and run it yourself.