Pricing
from $4.99 / 1,000 results
Go to Apify Store
Dribbble Shots Scraper
A fast, high-performance scraper built for lead generation, competitor analysis, and business intelligence. Extracts detailed business profiles, including name, contact details, emails, phone numbers, location, ratings, and reviews from Dribbble Shots. Supports custom search URLs, proxy rotation,...
Pricing
from $4.99 / 1,000 results
Rating
0.0
(0)
Developer
Actor stats
0
Bookmarked
2
Total users
1
Monthly active users
4 days ago
Last modified
Categories
Share
An Apify actor that scrapes design shots from Dribbble. Uses HTTP-based CheerioCrawler with the Dribbble search API endpoint which returns HTML partials.
Features
- Search design shots by keyword
- Sort by popular, recent, or views
- Extracts shot title, URL, designer name and profile URL, view count, tags, and thumbnail
- Supports pagination (up to 500 results, ~48 shots per page)
Input
| Field | Type | Default | Description |
|---|---|---|---|
query | string | required | Search keyword (e.g. "mobile app", "branding", "typography") |
sort | string | popular | Sort order: popular, recent, views, latest |
maxItems | integer | 48 | Maximum number of shots to return (max 500) |
proxyConfiguration | object | Optional proxy settings |
Output Fields
| Field | Description |
|---|---|
rank | Position in search results |
shotId | Dribbble shot ID |
title | Shot title |
url | Shot page URL |
designerName | Designer's display name |
designerUrl | Designer's profile URL |
viewCount | View count (formatted string, e.g. "24.3k") |
tags | Array of tags from image alt text |
thumbnail | Cover image URL |
isPro | Whether the designer has a PRO badge |
searchQuery | The query used for the search |
scrapedAt | ISO timestamp when data was scraped |
Notes
- Like counts are rendered by a web component (
<drb-shot-like>) and are not available in static HTML - Dribbble returns ~48 shots per page regardless of per_page parameter
- If AWS WAF challenges occur, use Apify residential proxies
Example
{"query":"mobile app design","sort":"popular","maxItems":100}
