Dribbble Designer Scraper avatar

Dribbble Designer Scraper

Try for free

1 day trial then $19.99/month - No credit card required now

View all Actors
Dribbble Designer Scraper

Dribbble Designer Scraper

easyapi/dribbble-designer-scraper
Try for free

1 day trial then $19.99/month - No credit card required now

🎨 Effortlessly scrape Dribbble designer profiles! Based on keyword searches, collect usernames, profile URLs, professional status, skills, and meta tags. Perfect for recruiters, agencies, and researchers to quickly discover and understand designers with specific expertise on Dribbble. πŸš€

🎨 Dribbble Designer Scraper

This Actor scrapes designer profiles from Dribbble based on a given keyword search. It utilizes Puppeteer with stealth mode to navigate through search results and extract detailed information about designers.

✨ Features

  • πŸ” Search for designers using keywords
  • πŸ‘€ Extract designer profiles including username, profile URL, and professional status
  • πŸ› οΈ Collect designer skills and meta tags
  • πŸ”’ Configurable maximum number of results
  • πŸ•΅οΈ Uses stealth mode to avoid detection

πŸ“₯ Input

The Actor accepts the following input parameters:

  • keyword (required): The search term to find designers on Dribbble
  • maxResults (optional): The maximum number of designer profiles to scrape (default: 100)

πŸ“€ Output

The Actor outputs a dataset containing the following information for each designer:

  • πŸ‘€ Username
  • πŸ”— Profile URL
  • πŸ… Professional status (PRO badge)
  • πŸ’Ό Skills
  • 🏷️ Meta tags

πŸš€ Usage

To use this Actor, simply provide a search keyword and optionally set the maximum number of results you want to scrape. The Actor will then navigate through Dribbble's search results, collecting designer information until it reaches the specified limit or exhausts all results.

This Actor is perfect for recruiters, design agencies, or researchers looking to gather information about designers with specific skills or specialties on Dribbble.

πŸ’‘ Use Cases

  • 🎯 Targeted Recruitment: Quickly find designers with specific skills
  • πŸ”¬ Market Research: Analyze trends in designer skills and popular tags
  • 🀝 Partnership Discovery: Find potential freelancers or design agencies
  • πŸ† Talent Tracking: Monitor top designers' activities and status

Input Example

A full explanation of an input example in JSON.

1{
2  "maxResults": 100,
3  "keyword": "ios"
4}

Output sample

The results will be wrapped into a dataset which you can always find in theΒ StorageΒ tab. Here's an excerpt from the data you'd get if you apply the input parameters above:

And here is the same data but in JSON. You can choose in which format to download your data: JSON, JSONL, Excel spreadsheet, HTML table, CSV, or XML.

1[
2	{
3		"userName": "UI8",
4		"profileUrl": "https://dribbble.com//UI8",
5		"pro": "Pro",
6		"skills": [
7			"creative direction",
8			"interaction design",
9			"animation",
10			"3d graphics",
11			"branding",
12			"ui",
13			"web design",
14			"product design",
15			"ux"
16		],
17		"tags": [
18			"From $20,000/project",
19			"Dubai, United Arab Emirates",
20			"Responds within a day"
21		]
22	},
23	{
24		"userName": "Vladimir RakshΓ’",
25		"profileUrl": "https://dribbble.com//rakshamann",
26		"pro": "Pro",
27		"skills": [
28			"website design",
29			"uiux design",
30			"ios ui",
31			"application",
32			"landing",
33			"app design",
34			"ux design",
35			"mobile design",
36			"dashboard",
37			"ui design",
38			"web design",
39			"web ui"
40		],
41		"tags": [
42			"From $1,200/project",
43			"United Arab Emirates",
44			"Responds within a few hours"
45		]
46	},
47    ...
48]
Developer
Maintained by Community
Actor metrics
  • 2 monthly users
  • 0 stars
  • 100.0% runs succeeded
  • Created in Oct 2024
  • Modified 8 days ago