Docker Hub Scraper avatar

Docker Hub Scraper

Pricing

Pay per usage

Go to Apify Store
Docker Hub Scraper

Docker Hub Scraper

Search and extract container images from Docker Hub with pulls, stars, tags and descriptions.

Pricing

Pay per usage

Rating

0.0

(0)

Developer

Stephan Corbeil

Stephan Corbeil

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

0

Monthly active users

7 hours ago

Last modified

Categories

Share

Extract image metadata, tags, pulls, and repository information from Docker Hub.

Features

  • Search for Docker images
  • Get detailed repository metadata
  • Extract tag information and digests
  • Get pull counts and star ratings
  • Official vs community image detection

Input Parameters

ParameterTypeDefaultDescription
searchQuerystring""Image name or keyword to search
imageNamestring""Exact image name (e.g., "nginx", "library/python")
maxResultsinteger10Maximum images to extract (1-50)
includeTagsbooleanfalseInclude available tags for each image

Output Format

{
"name": "nginx",
"namespace": "library",
"fullName": "library/nginx",
"description": "Official build of Nginx.",
"pullCount": 1874523456,
"starCount": 8542,
"isOfficial": true,
"isPrivate": false,
"imageType": "image",
"platforms": ["linux/amd64", "linux/arm64"],
"lastUpdated": "2024-01-15T10:30:00Z",
"createdAt": "2014-01-30T00:00:00Z",
"dockerfileUrl": "https://github.com/nginx/nginx-docker",
"repositoryUrl": "https://hub.docker.com/r/library/nginx",
"tags": ["latest", "1.25", "1.25-alpine"],
"scraper": "dockerhub",
"scrapeTime": "2026-02-15T07:00:00"
}

API Used

  • Docker Hub API: https://hub.docker.com/v2/repositories/{namespace}/{image}/
  • Docker Hub Search: https://hub.docker.com/api/search/v3/catalog/search

Limitations

  • Search API has rate limits
  • Private repositories require authentication
  • Some legacy images may have incomplete metadata

Pricing

$5 per 1000 results

License

MIT