Docker Hub Scraper avatar

Docker Hub Scraper

Pricing

from $19.00 / 1,000 results

Go to Apify Store
Docker Hub Scraper

Docker Hub Scraper

Scrapes Docker Hub repositories and container image metadata by search query or namespace. Returns pull counts, star counts, tags, descriptions, and official status.

Pricing

from $19.00 / 1,000 results

Rating

0.0

(0)

Developer

ParseForge

ParseForge

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

9 days ago

Last modified

Share

ParseForge

Docker Hub Scraper

Scrape Docker Hub repositories, container images, and metadata by keyword search or namespace, up to a million per run. Get pull counts, star counts, tags, descriptions, and official status. No API key or login. Export to CSV, JSON, Excel, or XML.

Docker Hub's official API requires authentication and rate limits you. This reads the public repository listings directly, filtered by search query or namespace, and returns each match in one fixed schema. It works for market research, competitive analysis, and registry monitoring.

Who uses itWhat they scrape Docker Hub for
Market researchersWhich container images are gaining traction in a category
Competitive analystsHow a vendor's images are positioned and adopted
Developer tool buildersWhich base images and tags developers use
Security teamsWhich public images an organization publishes and their update cadence
DevOps engineersWhich official images exist for a stack before writing a Dockerfile

What it does

This Actor collects Docker Hub repositories by search query or namespace and returns each one as a flat row with pull counts, star counts, tags, descriptions, and official status.

  • ๐Ÿ” Keyword search: find repositories matching a term like nginx, python, or postgres.
  • ๐Ÿ“ Namespace listing: list every repository under a user or organization such as library, nginx, or bitnami.
  • ๐Ÿ“Š Metadata per repo: pull count, star count, tags, description, and official status.
  • โšก High volume: collect up to 1,000,000 repositories in a single run.
  • ๐Ÿ“ค Flexible export: download as CSV, JSON, Excel, or XML.

Results export to CSV, JSON, Excel, or XML, or straight from the API.

What you can do with Docker Hub data

๐Ÿ“ˆ Track image popularity.

A market researcher runs the Actor weekly on a set of keywords and compares pull counts and star counts to spot rising container images.

๐Ÿ•ต๏ธ Audit an organization's public images.

A security engineer lists a company's namespace to see every public repository, its tags, and how recently it was updated.

๐Ÿงฉ Build a base image shortlist.

A DevOps engineer searches for a runtime like python, filters to official images, and picks the most maintained tag for a new Dockerfile.

๐Ÿ“Š Monitor competitors.

A product analyst scrapes a rival's namespace each month and tracks new repositories and pull growth to infer roadmap.

Why choose this scraper

What you get
No API keyReads public Docker Hub pages directly, no registration or token
Fixed schemaEvery repository returns the same flat fields for easy joins
Bulk friendlyCollect up to a million repositories in one run
Two modesSearch by keyword or list an entire namespace

How it compares

This Actor focuses on bulk repository collection by search or namespace, while the competitors below offer similar Docker Hub scraping with varying feature sets.

FeatureParseForgeDocker Hub Image ScraperDocker Hub ScraperDocker Hub Scraper - Search, Repos & Tags
Search by keywordYesYesYesYes
List repositories by namespaceYesNot listedNot listedYes
Pull countYesYesNot listedYes
Star countYesYesNot listedYes
TagsYesYesNot listedYes
DescriptionYesYesNot listedYes
Official statusYesNot listedNot listedYes

Configure the run

Drive the Actor with a search query or a namespace. If both are empty, it defaults to searching nginx. The maxItems field caps how many repositories are collected per run. The Input tab lists every parameter.

A first run with the defaults:

{
"maxItems": 10,
"searchQuery": "nginx"
}

A larger pull:

{
"maxItems": 200,
"searchQuery": "nginx"
}

Pricing

Pay-per-result: $0.021 per result collected. You pay only for the results written to your dataset.

Results collectedApproximate cost
100 results$2.10
1,000 results$21.00
10,000 results$210.00

New Apify accounts start with $5 in free credit.

Free users

Free-plan runs return up to 10 results as a preview. Upgrade your Apify plan to collect up to 1,000,000 results per run.

Run it

  1. Create a free Apify account with $5 in credit.
  2. Open the Docker Hub Scraper.
  3. Set your inputs and any filters, then click Start.
  4. Export the results as CSV, Excel, JSON, or XML from the Dataset tab.

Run it programmatically through the Apify API (run-sync-get-dataset-items) or the ApifyClient for JavaScript and Python.

Use with AI agents (MCP)

Give an AI agent live access to Docker Hub through the Model Context Protocol. Add the Actor to Claude, Cursor, or any MCP client:

$claude mcp add --transport http apify "https://mcp.apify.com?tools=parseforge/dockerhub-scraper"

Then prompt it in plain language to run the scraper and read back the results.

Troubleshooting

Why am I getting no results?

Check your search query or namespace. If both are empty, it defaults to nginx. Also ensure the namespace exists and is public.

Why did the run stop before reaching maxItems?

Docker Hub may paginate results, and the Actor stops when no more repositories are available for the given query or namespace.

Why are some fields empty?

Not every repository has a description, tags, or official status. Empty fields mean Docker Hub did not provide that data.

Can I scrape a specific repository's details?

Currently the Actor lists repositories by search or namespace. For a single repository, use a namespace that contains it or a precise search query.

Why did I get a timeout error?

Large runs may hit platform limits. Reduce maxItems or split the run into smaller chunks.

FAQ

QuestionAnswer
Do I need a Docker Hub account or API key?No. The Actor reads public Docker Hub pages directly, so no login, token, or registration is required.
What is the difference between search query and namespace?Search query finds repositories matching a keyword across Docker Hub. Namespace lists every repository under a specific user or organization. If both are set, namespace takes priority.
What happens if I leave both search query and namespace empty?The Actor defaults to searching for nginx, so you still get results.
How many repositories can I collect in one run?You can set maxItems up to 1,000,000. The default is 10.
What fields are returned for each repository?Each row includes the repository name, pull count, star count, tags, description, and official status, among other metadata.
Can I export the data?Yes, you can export the dataset as CSV, JSON, Excel, or XML from the Apify platform.
Does this scrape private repositories?No, only public repositories visible on Docker Hub are collected.
Is this an official Docker product?No, this is an independent scraper built on Apify. It is not affiliated with Docker Inc.
Can I schedule this Actor to run automatically?Yes, you can set up a schedule in Apify to run it hourly, daily, or weekly.
What is the difference between this and the Docker Hub API?The official API requires authentication and has rate limits. This Actor reads public pages directly, so no key is needed and you can collect large volumes.
  • pypi-scraper: Use this to scrape Python package metadata from PyPI instead of container images.

Browse the full ParseForge collection for more scrapers.

๐Ÿ†˜ Need help? Email parseforge@protonmail.com with your run ID, your input, and what you expected.

โš ๏ธ Disclaimer. This Actor is unofficial and is not affiliated with, endorsed by, or sponsored by Docker Inc. It collects only publicly available data. You are responsible for using the collected data in compliance with the source's terms of service and applicable data-protection laws, including GDPR, CCPA, and PIPL. Do not use it to collect personal data unlawfully.