Docker Hub Search Scraper avatar

Docker Hub Search Scraper

Pricing

from $10.00 / 1,000 results

Go to Apify Store
Docker Hub Search Scraper

Docker Hub Search Scraper

Search and scrape Docker images from Docker Hub

Pricing

from $10.00 / 1,000 results

Rating

0.0

(0)

Developer

Donny

Donny

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

6 hours ago

Last modified

Categories

Share

What it does

Docker Hub Search Scraper searches and extracts Docker image information from Docker Hub, the world's largest container image registry. It returns image names, descriptions, star counts, pull counts, official status, and direct links.

Why use it

Docker Hub hosts millions of container images used by developers and DevOps teams worldwide. This actor helps discover Docker images, compare alternatives, and track popularity. Perfect for container ecosystem analysis, finding official images, or building image recommendation tools.

How it works

  1. The actor takes a search query and optional maximum items count.
  2. Since Docker Hub uses a JavaScript-heavy frontend, the actor calls the Docker Hub API directly.
  3. Image metadata is extracted from the API response.
  4. Results are pushed to the Apify dataset in a structured format.

Input parameters

ParameterTypeDefaultDescription
querystring"nginx"Search query to find Docker images
maxItemsinteger20Maximum number of results (1-200)

Output fields

FieldTypeDescription
namestringImage name
descriptionstringImage description
starsnumberNumber of stars
pullsstringNumber of pulls
officialstringWhether the image is official
urlstringLink to Docker Hub page

Cost estimate

Pay-per-event pricing is $0.00075 per result. The Docker Hub API is freely accessible. Memory usage is minimal at 1024 MB default.

Tips

  • Search by image name or technology (e.g., "nginx", "postgres", "node").
  • Official images are maintained by Docker and verified publishers.
  • For other registry scrapers, check out npm Package Search and PyPI Package Search.