# Lookup by name PyPI Packages Standard Export

**Use case:** 

Standard Export of PyPI Packages for Lookup by name. Structured results ready to export for analysis, lead generation, or research.

## Input

```json
{
  "maxItems": 100,
  "mode": "lookup",
  "names": "requests\nnumpy\npandas\nflask\nfastapi\ndjango\npydantic\nblack",
  "query": "django"
}
```

## Output

```json
{
  "name": {
    "label": "Name",
    "format": "text"
  },
  "version": {
    "label": "Version",
    "format": "text"
  },
  "summary": {
    "label": "Summary",
    "format": "text"
  },
  "authorName": {
    "label": "Author",
    "format": "text"
  },
  "license": {
    "label": "License",
    "format": "text"
  },
  "pythonRequires": {
    "label": "Python",
    "format": "text"
  },
  "homepage": {
    "label": "Home",
    "format": "link"
  },
  "totalReleases": {
    "label": "Releases",
    "format": "number"
  },
  "lastUpload": {
    "label": "Last Upload",
    "format": "text"
  },
  "pypiUrl": {
    "label": "PyPI",
    "format": "link"
  }
}
```

## About this Actor

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