Docker Hub Search Scraper
Pricing
from $10.00 / 1,000 results
Pricing
from $10.00 / 1,000 results
Rating
0.0
(0)
Developer

Donny
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
- The actor takes a search query and optional maximum items count.
- Since Docker Hub uses a JavaScript-heavy frontend, the actor calls the Docker Hub API directly.
- Image metadata is extracted from the API response.
- Results are pushed to the Apify dataset in a structured format.
Input parameters
| Parameter | Type | Default | Description |
|---|---|---|---|
query | string | "nginx" | Search query to find Docker images |
maxItems | integer | 20 | Maximum number of results (1-200) |
Output fields
| Field | Type | Description |
|---|---|---|
name | string | Image name |
description | string | Image description |
stars | number | Number of stars |
pulls | string | Number of pulls |
official | string | Whether the image is official |
url | string | Link 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.