Docker Hub Tags Scraper
Pricing
from $7.50 / 1,000 results
Docker Hub Tags Scraper
Query Docker Hub for tags inside any repository, filtered by name, architecture, and OS. Records include repository, tag name, full size, last updated, digest, architecture, OS, OS version, variant, manifest type, image list, and tag ID. Handy for DevOps audits.
Pricing
from $7.50 / 1,000 results
Rating
0.0
(0)
Developer
ParseForge
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
6 days ago
Last modified
Categories
Share

๐ณ Docker Hub Tags Scraper
๐ Export public Docker Hub repository tags in seconds. Size, digest, architecture, OS, and per-manifest layer metadata.
The Docker Hub Tags Scraper turns the public hub.docker.com/v2/repositories/{namespace}/{name}/tags endpoint into a clean dataset. It paginates the full tag list of any public repository, flattens each tag's multi-architecture manifest, and lets you filter by name, architecture, or operating system.
Use it to track image release cadence, audit container supply chains, or pull a quick snapshot of which architectures a base image supports.
| ๐ฏ Target Audience | ๐ก Primary Use Cases |
|---|---|
| ๐ก๏ธ Container security teams | Audit which tags ship which digests |
| ๐ DevOps engineers | Track upstream image releases |
| ๐๏ธ Platform teams | Validate multi-arch coverage for base images |
| ๐ Cloud cost teams | Map image sizes across tags |
| ๐งช Researchers | Study how popular images evolve over time |
| ๐ฉโ๐ป Developers | Find the right tag for a new dependency |
๐ What the Docker Hub Tags Scraper does
- Paginates
https://hub.docker.com/v2/repositories/{repo}/tagswith the public unauthenticated API. - Flattens the per-tag
imagesarray so each row carries a primary architecture, OS, and digest. - Keeps the full per-manifest array as a nested field for multi-arch analysis.
- Filters by tag name substring, architecture, or OS at the scraper level.
- Surfaces upstream HTTP failures as a single diagnostic record.
- Exports to every Apify dataset format.
๐ก Why it matters: Docker Hub's REST endpoint is public but its multi-arch shape is awkward. This actor flattens it so you can answer questions like "which arm64 tags shipped this week" with a SQL query.
๐ Data fields
Each record includes: architecture, digest, fullSize, lastUpdated, name, os, repository, results, scrapedAt. These field names come straight from the actor's dataset schema, so what you see here is what lands in your dataset.
โ ๏ธ Good to Know: Anonymous calls to Docker Hub are rate-limited per IP. The actor automatically respects pagination.
๐ How to use
- Click Try for free.
- Set
repositorytonamespace/name. - Optionally pick an architecture or OS filter.
- Click Start and download the dataset.
๐ Recommended Actors
| Actor | What it does |
|---|---|
| ParseForge SPDX Licenses Scraper | Canonical license list. |
| ParseForge Quay.io Tags Scraper | Tag metadata for quay.io repos. |
| ParseForge Alpha Vantage Scraper | Public market data. |
| ParseForge OurAirports Scraper | Global airport database. |
๐ก Pro Tip: browse the complete ParseForge collection for 900+ production-grade scrapers.
Disclaimer. This actor scrapes only publicly available data. ParseForge is not affiliated with, endorsed by, or sponsored by Docker, Inc. Users are responsible for complying with the target site's terms of service and applicable law. Create a free account w/ $5 credit.
๐ Need Help?
If you hit a bug, have questions about setup, or need a scraper we haven't built yet, open our contact form or write to parseforge@protonmail.com. We also take on paid custom data projects.
For faster answers, join our Discord. It's the best place to get support and suggest new actors.