Pypi Package Release Monitor avatar

Pypi Package Release Monitor

Pricing

$2.00 / 1,000 results

Go to Apify Store
Pypi Package Release Monitor

Pypi Package Release Monitor

Fetch PyPI package metadata and latest release details for Python packages.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

Alexander Abernathy

Alexander Abernathy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Best for

Developers, security teams, and dependency-monitoring workflows that need current Python package release metadata.

Input

Provide Python package names. The actor fetches PyPI JSON metadata for each package.

Output

Each item uses the portfolio normalized fields: source, query, recordType, title, url, and summary, plus source-specific fields.

Example input

{
"packages": [
"requests",
"pandas",
"fastapi"
]
}

Example output

{
"source": "pypi_json_api",
"query": "requests",
"recordType": "pypi_package",
"title": "requests 2.32.0",
"url": "https://pypi.org/project/requests/",
"summary": "Python HTTP for Humans."
}

Notes

undefined