VOOZH about

URL: https://apify.com/lulzasaur/dockerhub-scraper

โ‡ฑ Docker Hub Image Scraper - Container Registry ยท Apify


Pricing

from $10.00 / 1,000 results

Go to Apify Store

Docker Hub Image Scraper

Scrape Docker Hub container images. Search by keyword or fetch specific repos. Get pull counts, star counts, tags, descriptions, and image metadata.

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

๐Ÿ‘ lulz bot

lulz bot

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

12 days ago

Last modified

Categories

Share

Scrape Docker Hub container images and repository metadata. Search by keyword or fetch specific images by name. Extract pull counts, star counts, tags with sizes, descriptions, and full repository details.

Modes

ModeDescription
searchSearch images by keyword
imageFetch details for specific images by namespace/name

Output Fields

FieldDescription
nameImage/repository name
namespaceDocker Hub namespace (e.g. "library", "bitnami")
descriptionShort description
starCountNumber of stars
pullCountTotal pull count
lastUpdatedISO timestamp of last update
isOfficialWhether it's an official Docker image
isAutomatedWhether builds are automated
tagsLatest 10 tags with name, size, lastPushed, digest
fullDescriptionFull README/description (truncated to 2000 chars)
sourceUrlDirect URL to the Docker Hub page
scrapedAtISO timestamp of scrape

Input Options

  • Mode: search or image
  • Search Queries: Keywords (e.g. "nginx", "python web framework")
  • Image Names: Specific images in namespace/name format (e.g. "library/nginx", "bitnami/postgresql"). For official images you can use just the name (e.g. "nginx").
  • Max Results: Up to 500 per query
  • Proxy: Optional proxy configuration

Example Output

{
"name":"nginx",
"namespace":"library",
"description":"Official build of Nginx.",
"starCount":19500,
"pullCount":4200000000,
"lastUpdated":"2026-04-20T08:00:00.000Z",
"isOfficial":true,
"isAutomated":false,
"tags":[
{
"name":"latest",
"size":67108864,
"lastPushed":"2026-04-20T08:00:00.000Z",
"digest":"sha256:abc123..."
}
],
"fullDescription":"# What is Nginx?...",
"sourceUrl":"https://hub.docker.com/r/library/nginx",
"scrapedAt":"2026-04-26T12:00:00.000Z"
}

Use Cases

  • DevOps Research: Find popular base images for your stack
  • Security Auditing: Monitor image update frequency and tag digests
  • Popularity Tracking: Track pull counts and stars over time
  • Container Inventory: Build a catalog of images used in your org
  • Competitive Analysis: Compare similar container solutions

Notes

  • Uses the public Docker Hub API v2 (no authentication required for public repos)
  • Tag details include size and digest for vulnerability tracking
  • Full descriptions are truncated to 2000 characters to keep output manageable
  • Rate limits are generous; the scraper adds small delays between requests

Run on Apify

This scraper runs on the Apify platform โ€” a full-stack web scraping and automation cloud. Sign up for a free account to get started with 30-day trial of all features.

Try Apify free ->

You might also like

Docker Hub Scraper | Container Image Metadata

parseforge/dockerhub-scraper

Scrape Docker Hub repositories for image names, descriptions, pull counts, star ratings, tags, last updated dates and publisher details. Track container popularity, monitor official images and build datasets of the Docker ecosystem for DevOps research and tooling

Docker Hub Scraper

crawlerbros/dockerhub-scraper

Scrape Docker Hub, container image search, pull counts, star counts, publisher and verified-publisher data, tags, architectures, OS support, categories, and user/org profiles. Pure HTTP, no auth required

๐Ÿณ Docker Hub Scraper โ€” Images & Pull Counts

nexgendata/dockerhub-scraper

Extract Docker Hub image data โ€” pull counts, tags, descriptions, maintainers, version history. Snyk, Anchore & Sysdig alternative for container intelligence, SBOMs, supply-chain audits and DevOps dashboards. Pay per image.

Docker Hub Scraper

shahidirfan/docker-hub-scraper

Scrape Docker Hub repositories, container images & metadata efficiently. Essential for market research, competitive analysis, developer tool insights, registry monitoring & API integrations.

Docker Hub Container Images Scraper

parseforge/docker-hub-images-scraper

Search Docker Hub for container images. Returns repository name, owner, full and short description, official/automated/verified flags, star count, total pull count, last updated, available tags. Search by keyword or look up specific images by name with full tag listings.

Docker Hub Publisher Scraper โ€” Tech Vendor Leads

gocreative.ai/docker-hub-vendor-leads

Find companies and organizations publishing Docker images on Docker Hub. Extract org name, location, description, star counts, pull counts, and repo details โ€” ideal B2B leads for dev tools, cloud infrastructure, and platform engineering sales.

GoCreative AI

2

Related articles

Top 5 Google Image Search APIs to extract web image data
Read more