Docker Hub Scraper โ Images, Pulls & Tags
Pricing
from $0.0006 / repository scraped
Docker Hub Scraper โ Images, Pulls & Tags
Search Docker Hub or look up exact repositories and get description, star count, pull count, official/automated flags, last updated, categories and tags.
Pricing
from $0.0006 / repository scraped
Rating
0.0
(0)
Developer
hiper soft
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
14 hours ago
Last modified
Categories
Share
Docker Hub Scraper โ Images, Pulls, Stars & Tags
Search Docker Hub or look up exact repositories and get back clean, structured JSON: short and full description, star count, pull count, official and automated flags, last-updated date, categories, storage size and (optionally) tags with sizes and push dates. It pulls from the public Docker Hub API โ no login, no API key. Built for DevOps engineers, security teams and OSS researchers who need reliable image metadata at scale.

Features
- ๐ Free-text search โ run any Docker Hub query (
postgres,machine learning) and collect matching repositories in bulk. - ๐ฏ Exact lookups โ pass official images like
nginxor namespaced repos likebitnami/postgresql, combined with search results. - ๐ Popularity metrics โ capture
starCountandpullCountfor every repository. - ๐ท๏ธ Official & automated flags โ
isOfficialandisAutomatedto filter trusted images. - ๐๏ธ Full details โ optional
fullDescription,categories,storageSize,lastUpdatedanddateRegistered. - ๐ Tags on demand โ optional
tagsarray with name,fullSize,lastUpdatedanddigest, capped bymaxTags. - ๐ Ready to use โ every record includes
dockerHubUrland a copy-pastepullCommand.
What you get

Each repository becomes one clean JSON record:
{"repoName": "library/nginx","name": "nginx","namespace": "library","isOfficial": true,"isAutomated": false,"starCount": 19876,"pullCount": 10500000000,"shortDescription": "Official build of Nginx.","fullDescription": "# What is Nginx?\n\nNginx is an open source reverse proxy server...","categories": ["Web Servers"],"storageSize": 67108864,"lastUpdated": "2024-05-29T18:44:12.000000Z","dateRegistered": "2014-06-05T21:31:04.000000Z","dockerHubUrl": "https://hub.docker.com/_/nginx","pullCommand": "docker pull library/nginx","tags": [{ "name": "latest", "fullSize": 72401234, "lastUpdated": "2024-05-29T18:44:12.000000Z", "digest": "sha256:abc123..." }]}
Output schema
| Field | Type | Description |
|---|---|---|
repoName | string | Full repository path, e.g. library/nginx. |
name | string | Repository name without the namespace. |
namespace | string | Owner namespace (e.g. library for official images). |
isOfficial | boolean | Whether this is an official Docker image. |
isAutomated | boolean | Whether the repository uses automated builds. |
starCount | integer | Number of stars on the repository. |
pullCount | integer | Total number of pulls for the repository. |
shortDescription | string | One-line repository summary. |
fullDescription | string | Full repository description / README text. |
categories | array | Category labels assigned to the repository. |
storageSize | integer | Storage size of the image in bytes. |
lastUpdated | string (ISO date) | When the repository was last updated. |
dateRegistered | string (ISO date) | When the repository was first created. |
dockerHubUrl | string (URL) | Link to the repository page on Docker Hub. |
pullCommand | string | Ready-to-paste docker pull command for the repository. |
When includeTags is on, each record also carries a tags array of objects (name, fullSize, lastUpdated, digest).
Input
{"queries": ["postgres"],"repositories": ["nginx", "bitnami/postgresql"],"maxPerQuery": 50,"includeDetails": true,"includeTags": false,"maxTags": 20}
| Field | Description |
|---|---|
queries | Free-text Docker Hub searches (repository name and description). Each is scraped separately. |
repositories | Exact repos by name, e.g. nginx (official) or bitnami/postgresql, combined with search results. |
maxPerQuery | Maximum repositories to collect per search query (1โ1000). |
includeDetails | Fetch each repo's detail (full description, last updated, categories, storage size). |
includeTags | Fetch each repository's tags (name, size, last pushed). |
maxTags | Maximum tags to fetch per repository when tags are included (1โ100). |
Use cases
- Compare pull and star counts across competing images before choosing a base.
- Inventory the tags and sizes available for a set of images in your stack.
- Filter for official images to harden a supply-chain security review.
- Build a catalog of images for a topic (e.g. databases) for research or docs.
Pricing
Pay-per-event: you're billed a small amount per run and per item scraped โ you only pay for what you get. See the Pricing tab for current rates.
FAQ
Do I need a Docker Hub account or API key? No. The actor reads from the public Docker Hub API, so no login or API key is required.
How many repositories can I scrape per run?
Each free-text query can return up to 1000 repositories (maxPerQuery), and you can add exact repos โ official images like nginx or namespaced repos like bitnami/postgresql โ in the repositories field.
Is scraping Docker Hub allowed? This actor only reads publicly available repository metadata through Docker Hub's own public API; it does not pull image layers or access private repos. Review Docker's terms before large-scale or commercial reuse.
What's the output format?
Structured JSON โ one record per repository with fields such as starCount, pullCount, isOfficial, shortDescription, categories, storageSize, a ready-to-use pullCommand and optional tags. Export as JSON, CSV, Excel or via the API.
Can I get the tags for each image?
Yes. Set includeTags to attach a tags array (name, fullSize, lastUpdated, digest) and use maxTags (1โ100) to cap how many tags are fetched per repository.
Can I connect this to other apps and services? The Docker Hub Scraper can be connected with almost any cloud service or web app thanks to integrations on the Apify platform. It works with Make, Zapier, Slack, Airbyte, GitHub, Google Drive and many more, plus the Apify API, JavaScript/Python clients and MCP. Or use webhooks to trigger an action whenever a run finishes.
Related Actors
Building a supply-chain or DevOps data set? Combine this with our other developer-data scrapers:
- GitHub Scraper โ repositories and user profiles with stars, topics, licenses and leads.
- npm Package Scraper โ search and look up npm packages with metadata, dependencies and downloads.
- PyPI Package Scraper โ metadata, dependencies, licenses and downloads for Python packages.
- crates.io Scraper โ Rust crate metadata, versions, licenses and download trends.
Notes
This actor uses the public Docker Hub API and reads only publicly available repository data. It is an independent tool and is not affiliated with, endorsed by, or sponsored by Docker, Inc.; "Docker" and "Docker Hub" are trademarks of Docker, Inc.